December 2019
Intermediate to advanced
494 pages
11h 41m
English
Azure Kubernetes Service (AKS) provides a managed production-grade Kubernetes environment that allows customers to deploy their containerized workloads. As the name implies, AKS is based on the same open-source version of Kubernetes that's available publicly and provides a consistent experience to customers for deploying their workloads.
This offering simplifies the deployment, management, and operations of Kubernetes-based workloads in Azure by providing a managed service. In a Kubernetes world, there are mainly two kinds of nodes: master nodes and agent nodes. Master nodes are the control planes for the cluster and perform all the management operations for the entire cluster, whereas agent nodes are responsible ...