Explore Cloud Native technologies like Kubernetes and Helm.
-
In your browser open Azure Cloud Shell by navigating to https://shell.azure.com.
You will use Azure Cloud Shell for all labs in this workshop. See here for some tips and tricks (like how to copy and paste).
-
Check which subscription you have connected to:
az account show
-
If you prefer, you can switch to a different subscription:
az account set --subscription <subscription-name>
-
Within Cloud Shell, run the following command to download and execute the setup script:
bash <(curl -Ls https://aka.ms/cloud-native-workshop/setup-script) cd ~/cnw
- Lab 01 - Getting Started with Kubernetes
- Lab 02 - Pods, Deployments and Services
- Lab 03 - State, config and jobs
- Lab 04 - Advanced Kubernetes
- Lab 05 - Kubernetes Best Practices
- Lab 01 - Getting Started with Helm
- Lab 02 - Working with Helms Charts
- Lab 03 - Working with Registries
-
Liam Moat
- GitHub: @liammoat
- Twitter: @liammoat
- Website: www.liammoat.com
-
Kunal Babre
- GitHub: @kunalbabre
- Twitter: @kunalbabre
- Website: www.kunalbabre.com
-
Suren Mohandass
- GitHub: @suren-m