Skip to the content.

Container Services

This is not an exhaustive documentation of all the existing Azure Services. These are summarized notes for the Azure Certifications.
To see the complete documentation, please go to: Azure documentation

Overview

Containers

Containers provide a lightweight and efficient way to package and deploy applications.

Challenges in Containerized Deployments

Container Orchestrator

Kubernetes

Kubernetes is a container orchestrator that addresses the challenges of managing multiple containers in production.

Kubernetes Features

Kubernetes Components

Back to the top

Azure Kubernetes Service (AKS)

Azure Kubernetes Service or AKS is Microsoft’s managed Kubernetes service in Azure.

You can create an AKS cluster using:

Important links

Back to the top

Resources