Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.74 KB

File metadata and controls

32 lines (21 loc) · 1.74 KB

Azure, the AKS workshop

Azure-Kubernetes-Service-Workshop

Our goal is to deploy an Azure managed Kubernetes service, Azure Kubernetes Service (AKS), that runs the Fruit Smoothies ratings website in the following series of exercises

Application architecture

Azure, the AKS workshop

Is not a secret that Microsoft has been investing a lot in trainings and on their documentation, recently I've been following this AKS Workshop . If you're looking to improve your basic knowledge of K8S this Workshop is a great place where to start, instead if you're totally new to K8S I recommend you to refer to Brendan Burns's Video Series in my opinion he has done a great job explain different concepts around K8S.

In this AKS workshop, you will:

  • Create an Azure K8S cluster
  • Choose the best deployment options for you Pods
  • Expose Pods to internal and external network users
  • Configure SSL/TLS for Azure K8S ingress
  • Monitor the health of an Azure K8S cluster
  • Scale your application in an Azure K8S cluster

Work-around

  • Unit 2 of 11
    • Create the AKS cluster

if you receive the following error:

Azure, Create the AKS cluster issue

you can fix it adding to the az aks create command --service-principal ApplicationID & --client-secret SecretID

Azure, Create the AKS cluster issue

Azure, Create the AKS cluster issue