...

/

Introduction to Azure Kubernetes Service

Introduction to Azure Kubernetes Service

Get introduced to Azure Kubernetes Service, its features, and how it works.

What is AKS?

AKS stands for Azure Kubernetes Service. As the name suggests, AKS is the name of the Kubernetes service provided by Microsoft Azure. It went live on the Microsoft cloud portal in June 2018.

AKS is used to deploy and manage Docker containers and container-based applications. AKS provides many facilities, such as:

  • Provisioning
  • Scaling
  • Upgrading resources
  • No downtime

Moreover, we don’t need to be an expert to use Azure Kubernetes Service.

Features of AKS

AKS makes deploying and maintaining the Kubernetes cluster much easier. Apart from that, we have some external features offered by AKS:

  • RBAC
  • Integration of development tools
...