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

Associate

Expert

Community Resources

AKS Well-Architected Framework Baseline Implementation

Certifications

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.