Hello @Filipe Lima
Disk Images from AKSUbuntu are a blackbox because they are managed by Microsoft and Microsoft is fully responsible to patches and new images for image nodes
AKS has Support Policies document that describes Microsoft's and user's responsibilities.
Microsoft manages and monitors the following components through the control pane:
- Kubelet or Kubernetes API servers
- Etcd or a compatible key-value store, providing Quality of Service (QoS), scalability, and runtime
- DNS services (for example, kube-dns or CoreDNS)
- Kubernetes proxy or networking (except when BYOCNI is used)
- Any additional add-ons or system component running in the kube-system namespace
Some components, such as agent nodes, have shared responsibility, where users must help maintain the AKS cluster. User input is required, for example, to apply an agent node operating system (OS) security patch.
Microsoft and users share responsibility for Kubernetes agent nodes where::
- The base OS image has required additions (such as monitoring and networking agents).
- The agent nodes receive OS patches automatically.
- Issues with the Kubernetes control plane components that run on the agent nodes are automatically remediated.
- These components include the below:
Kube-proxy
Networking tunnels that provide communication paths to the Kubernetes master components
Kubelet
Docker or containerd
Customer responsibilities for AKS agent nodes:
- To keep your agent node OS and runtime components patched, you should keep a regular node image upgrade schedule or automate it.
- You're responsible to keep your clusters' kubernetes version updated and according to the AKS Kubernetes Support Version Policy.