Azure Kubernetes Service (AKS) Tutorials
Learn how to deploy, manage, and scale containerized applications on Azure using Azure Kubernetes Service (AKS). These tutorials guide you through common scenarios and best practices.
Deploy a multi-container application to AKS
Learn the basic steps to deploy a sample web application to AKS, including creating a cluster, deploying your application using YAML manifests, and exposing it externally.
Integrate AKS with Azure Active Directory
Secure your AKS cluster by integrating it with Azure Active Directory for centralized authentication and authorization. Control access to your cluster resources.
Set up CI/CD for your AKS application
Automate your application deployment pipeline using Azure DevOps or GitHub Actions. Build, test, and deploy your containerized applications to AKS seamlessly.
Monitor your AKS cluster with Azure Monitor
Learn how to collect, visualize, and analyze logs and metrics from your AKS cluster using Azure Monitor to gain insights into performance and troubleshoot issues.
More Tutorials
- Scaling applications in AKS
- Managing storage for AKS applications
- Using Helm charts with AKS
- Advanced networking configurations in AKS
For more in-depth information, explore the Kubernetes Service Concepts or the API Reference.