A comprehensive collection of hands-on workshops and labs for learning Azure Kubernetes Service (AKS). These workshops provide practical experience with Kubernetes concepts, AKS features, and cloud-native technologies.
Visit the live documentation site: https://azure-samples.github.io/aks-labs/
This repository contains workshops covering:
- Getting Started: Kubernetes fundamentals and AKS basics
- Networking: Service mesh (Istio), Azure Container Networking, and network policies
- Security: Workload identity, supply chain security, and container registry patching
- Operations: Monitoring, scaling with KEDA/Karpenter, and cluster management
- Platform Engineering: GitOps with ArgoCD, Azure Service Operator, and Kubernetes Resource Operator
- Storage: Persistent volumes and advanced storage concepts
- AI Workloads: Running AI/ML workloads on AKS
This site is built with Docusaurus. To run it locally:
- Node.js 18 or higher
- npm or yarn
git clone https://github.com/Azure-Samples/aks-labs.git
cd aks-labs
npm installnpm startThis command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
npm run buildThis command generates static content into the build directory and can be served using any static contents hosting service.
We welcome contributions! Please see our Contributing Guide for details on how to:
- Report issues
- Submit workshop improvements
- Add new labs
- Review contributions
This project is licensed under the MIT License - see the LICENSE.md file for details.