-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add azure explanation: Ubuntu on AKS worker nodes
- Loading branch information
Showing
6 changed files
with
31 additions
and
5 deletions.
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 |
---|---|---|
|
@@ -203,5 +203,5 @@ VMM | |
EPYC | ||
virtualised | ||
CNCF | ||
|
||
AgentBaker | ||
|
2 changes: 1 addition & 1 deletion
2
azure/confidential-computing.rst → ...re-explanation/confidential-computing.rst
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
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,14 @@ | ||
Explanation | ||
=========== | ||
|
||
Discussion and clarification of some key topics: | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
understanding-ubuntu-on-azure | ||
ubuntu-on-aks-worker-nodes | ||
confidential-computing | ||
|
||
|
||
|
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,13 @@ | ||
Ubuntu on AKS worker nodes | ||
========================== | ||
|
||
Azure Kubernetes Service (AKS) worker nodes use Ubuntu 22.04 LTS as their default operating system. The use of 22.04 LTS is recent. The earlier default was Ubuntu 18.04 LTS which is now out of standard support. So if you still run old AKS worker nodes with old versions of Kubernetes, you need to upgrade as Ubuntu 18.04 LTS no longer receives security fixes. | ||
|
||
The Ubuntu images used by the AKS worker nodes are not directly published by Canonical. They are published by the AKS team at Azure, after applying a configuration layer on a base image provided by Canonical. `AgentBaker`_ is the open source customisation tool used for doing this. Canonical works closely with the AKS team on this. | ||
|
||
.. important:: | ||
|
||
Unattended upgrades are disabled on AKS worker nodes. The service 'unattended-upgrades', that is used to automatically upgrade Ubuntu for security-related fixes, is disabled on AKS worker nodes. | ||
|
||
|
||
.. _`AgentBaker`: https://github.com/Azure/AgentBaker |
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
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