-
Notifications
You must be signed in to change notification settings - Fork 314
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
pavneeta
wants to merge
14
commits into
Azure:master
Choose a base branch
from
pavneeta:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 10 commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
1bd0804
Create AKS - Things you wish you knew!
pavneeta c0081b5
Update authors.yml
pavneeta 3c0e57f
Update AKS - Things you wish you knew!
pavneeta be96e53
Update AKS - Things you wish you knew!
pavneeta 88c0541
Update AKS - Things you wish you knew!
pavneeta ca713cd
Update AKS - Things you wish you knew!
pavneeta 40e5b1e
Update AKS - Things you wish you knew!
pavneeta f6e8e21
Update AKS - Things you wish you knew!
pavneeta 3952712
Update AKS - Things you wish you knew!
pavneeta 751b03b
Update AKS - Things you wish you knew!
pavneeta efc0149
Add files via upload
pavneeta 1a91858
Update and rename AKS - Things you wish you knew! to 2024-07-24-AKS -…
pavneeta cc7a995
Add files via upload
pavneeta 8449f83
Update 2024-07-24-AKS - Things you wish you knew!
pavneeta File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
title: "2024-07-24-AKS:Things you wish you knew!" | ||
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! GitHub Actions / Check for spelling errors
|
||
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.* | ||
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) |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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