Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New post - AKS: Things you wish you knew! #4437

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open
12 changes: 12 additions & 0 deletions blog/_data/authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,15 @@ Coco Wang:
- label: "LinkedIn"
icon: "fab fa-fw fa-linkedin"
url: "https://www.linkedin.com/in/coco-wang-2399041b6/"

Pavneet Ahluwalia:
name : "Pavneet Ahluwalia"
bio : "Pavneet is a Principal PM Lead for the Azure Kubernetes Service. "
avatar : "https://media.licdn.com/dms/image/C5603AQE7tPDi6rZOOA/profile-displayphoto-shrink_400_400/0/1611457406736?e=1727308800&v=beta&t=26aGnsAzSAjVPGwD7CzxlreIGV_Xv81ZpVDXk5VwnNo" # Replace this with your avatar image
links:
- label: "Email"
icon: "fas fa-fw fa-envelope-square"
url: "mailto:[email protected]"
- label: "LinkedIn"
icon: "fab fa-fw fa-linkedin"
url: "https://www.linkedin.com/in/pavneetsingh/"
35 changes: 35 additions & 0 deletions blog/_posts/AKS - Things you wish you knew!
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
title: "2024-07-24-AKS:Things you wish you knew!"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can remove the date from this title. This field represents how the post will be titled, do it should be something like "Things you wish you knew!"

The file name needs to have the date and follow an exact format. Such as: 2024-07-24-aks-things-you-wish-you-knew.md

description: "List of features and configuraitons that make your life easier in running your workloads on AKS in produciton environments"

Check failure on line 3 in blog/_posts/AKS - Things you wish you knew!

View workflow job for this annotation

GitHub Actions / Check for spelling errors

configuraitons ==> configurations

Check failure on line 3 in blog/_posts/AKS - Things you wish you knew!

View workflow job for this annotation

GitHub Actions / Check for spelling errors

produciton ==> production
date: 2024-07-24 # date is important. future dates will not be published
autho: Pavneet Ahluwalia # must match the authors.yml in the _data folder
categories:
- operations
- general
---

## Background

Networking, Observability and Upgrades are among the most common topics of discussions that we face with customers on AKS. Users have a number of options for these on AKS and they often wonder what are the best features to adopt for the same and what are AKS's recommended options.
Furthermore, we have seen a common patterns in majority of the support issues that customers create and the conversations that we have with customers, where they are either not using best practice configuraiton or features, in-turn making life harder for themselves. *So, we wanted to share some of those common mistakes that customers make and what are the right settings and features for customers to use to make running AKS in production at scale easier.*

Check failure on line 14 in blog/_posts/AKS - Things you wish you knew!

View workflow job for this annotation

GitHub Actions / Check for spelling errors

configuraiton ==> configuration
If you are new to AKS, you should skip this and first check out our new offering [AKS Automatic] - that lets you create and manage production-ready clusters with minimal effort and added confidence.

## AKS Auto Upgrades


## System pool VM SKU and Managed Disk Performance Tiers


## AKS Diagnostic Settings


## AKS Overlay CNI with Cilium Network Policies


## Azure Portal - Diagnose and Solve


## Summary


[AKS Automatic](blog/_posts/2024-05-22-aks-automatic.md)
Loading