Resources for Azure Kubernetes Service (AKS)
Content is broken down as follows:
- Fundamentals, Associate, Expert: content categorized by increasing level of complexity
- Community resources: user groups, events, blogs
- Etc.
Fundamentals
- Introduction to Kubernetes Tutorial
- eBook: Phippy Goes to the Zoo: A Kubernetes Story
- Introduction to Kubernetes on Azure
Associate
- AKS Core Concepts
- Implement a Code Workflow in your Build Pipeline using Git & GitHub
- Administer Containers in Azure
Expert
- AKS Construction Kit
- AKS Production Baseline
- Architect Compute Infrastructure in Azure
- Architect Infrastructure Operations in Azure
- Architect Modern Apps in Azure
- Architect Network Infrastructure in Azure
- Architect Storage Infrastructure in Azure
- Kubernetes & Azure Arc Management
Community Resources
- AKS Roadmap
- AKS Release Notes
- The AKS Checklist
- KubeCon
- Kubernetes Meetup
- GitHub AKS Community
- Azure Developer Community Blog
AKS Well-Architected Framework Baseline Implementation
Certifications
- Microsoft Certified: Azure Solutions Architect Expert
- Certified Kubernetes Administrator (CKA) Program
- Certified Kubernetes Application Developer (CKAD) Program
Marketplace
Learn Kubernetes & AKS through What The Hack
What the Hack is a set of challenge-based hackathons that can be hosted in-person or virtually via Microsoft Teams.
If you are interested in attending a What The Hack event, contact your Microsoft Partner representative. Alternatively, you can host one yourself using the guidance in the What The Hack Hosting Guide.
This intro-level hack will help you get hands-on experience with Docker, Kubernetes, and the Azure Kubernetes Service (AKS) on Microsoft Azure.
The hack covers containers, what problems they solve, and why Kubernetes is necessary to orchestrate them. You will learn all of the Kubernetes jargon (Ex: pods, services, and deployments, oh my!). By the end, you should have a good understanding of what Kubernetes is and be familiar with how to run it on Azure.
If you’ve gone through the Intro to Kubernetes WTH, now you know the jargon. Pods, services, and YAML are second nature to you. This hack will dive into the more advanced features of Kubernetes itself. Unlike the intro-level hack where the challenges build on each other, this hack is more of a “choose your own adventure.” Once you get a Kubernetes cluster running with the hack’s sample application, you can dive deep into any or all of the covered areas in which you are interested. Topics include Helm, Resiliency, Scaling, GitOps, Service Mesh, and Data Volumes.
In the Intro To Kubernetes WTH, you learn the basics of Kubernetes itself. You may know how to deploy a basic cluster, but do you know how to get it ready for production in an Enterprise environment? Kubernetes can run in any cloud or on-premises, but knowing the integration points with the underlying platform is critical.
This hack focuses on the integration between Kubernetes, the Azure Kubernetes Service (AKS), and other Azure services. You will explore how to integrate an AKS cluster into your existing private network and make it secure. This includes configuring policies to limit access to the cluster, configuring secrets with Azure Key Vault, and how to monitor your cluster with Azure’s monitoring tools.