Skip to content

Commit

Permalink
add azure explanation: Ubuntu on AKS worker nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
k-dimple committed Nov 9, 2023
1 parent 544dec9 commit df53ba6
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -203,5 +203,5 @@ VMM
EPYC
virtualised
CNCF

AgentBaker

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Confidential computing on Azure
===============================

.. include:: ../reuse/common-intro.txt
.. include:: ../../reuse/common-intro.txt
:start-after: Start: Confidential computing
:end-before: End: Confidential computing

Expand Down
14 changes: 14 additions & 0 deletions azure/azure-explanation/index.rst
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



13 changes: 13 additions & 0 deletions azure/azure-explanation/ubuntu-on-aks-worker-nodes.rst
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
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Understanding Ubuntu on Azure
Is Ubuntu available on Azure?
-----------------------------

Yes, all the supported versions of Ubuntu are available for free on Azure. See: :doc:`./azure-how-to/find-ubuntu-images`.
Yes, all the supported versions of Ubuntu are available for free on Azure. See: :doc:`../azure-how-to/find-ubuntu-images`.

------------------------------------------------------
Why are there multiple offers from Canonical on Azure?
Expand Down
3 changes: 1 addition & 2 deletions azure/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ contributions, suggestions, fixes and constructive feedback.
:maxdepth: 2

azure-how-to/index
understanding-ubuntu-on-azure
confidential-computing
azure-explanation/index

.. _Code of conduct: https://ubuntu.com/community/ethos/code-of-conduct
.. _Get support: https://ubuntu.com/cloud/public-cloud
Expand Down

0 comments on commit df53ba6

Please sign in to comment.