Anoop L
1 min readJan 31, 2019

--

AKS — Azure Kubernetes Service Overview

AKS is a managed Kubernetes service by Azure.

Kubernetes master/control plane is maintained and managed by Azure. We can SSH in to Nodes and manage nodes to a certain extent.

We can access the cluster through Kuberenetes API. Azure provides monitoring integration with Azure monitor.

Docker UCP is the container runtime in Nodes. We do not have much options to customise API server configuration parameters or change Container Run time.

Different versions of Kubernetes are available in AKS. Latest version available as of today is 1.12.4

It’s easy to upgrade kubernetes versions on AKS, which is possible with a single command.

In an AKS cluster creating or managing other Azure resources like Load Balancer, Azure file, Azure disk are done through Service Principal

Architecture overview:

--

--