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

azure: document Ubuntu workers on AKS #102

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions azure/azure-explanation/aks-workers.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Ubuntu on Azure Kubernetes worker nodes

Ubuntu 22.04 LTS is the default operating system used by Azure Kubernetes Service (AKS) worker nodes. The use of 22.04 LTS is recent and previous worker nodes were running Ubuntu 18.04 LTS which is now out of standard support. If you still run old AKS worker nodes with old versions of Kubernetes, make sure to upgrade as 18.04 LTS no longer receives security fixes.

Please note that Canonical does not directly publish the images used by AKS worker nodes. The AKS team at Azure uses images produced by Canonical as a base and applies their own configuration layer before publishing images for their worker nodes. The customization tool is open source and can be found on Github: [AgentBacker](https://github.com/Azure/AgentBaker). Canonical is working closely with the AKS team to make Ubuntu the best OS for AKS worker nodes.

It is important to know that unattended-upgrade, the service used to automatically upgrade certain parts of Ubuntu in case of security fixes, is disabled on AKS worker nodes.