Skip to content

liammoat/cloud-native-workshop

Repository files navigation

Cloud Native Workshop

Explore Cloud Native technologies like Kubernetes and Helm.

Labs

Getting Started

  1. 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).

  2. Check which subscription you have connected to:

    az account show
  3. If you prefer, you can switch to a different subscription:

    az account set --subscription <subscription-name>
  4. 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

Kubernetes

  1. Lab 01 - Getting Started with Kubernetes
  2. Lab 02 - Pods, Deployments and Services
  3. Lab 03 - State, config and jobs
  4. Lab 04 - Advanced Kubernetes
  5. Lab 05 - Kubernetes Best Practices

Helm

  1. Lab 01 - Getting Started with Helm
  2. Lab 02 - Working with Helms Charts
  3. Lab 03 - Working with Registries

Contributors

About

Explore Cloud Native technologies like Kubernetes and Helm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages