Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 618 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 618 Bytes

Lab: Storage

This section contains a number of labs related to Storage decisions that are made when doing Production deployments of Kubernetes. They are each self-contained labs meaning you do not have to do one before another.

Prerequisites

  • Clone this repo in Azure Cloud Shell.
  • Complete previous labs for AKS and ACR.

Options

  1. Stateful Sets
  2. Persistent Volume Claims

Troubleshooting / Debugging

  • ?

Docs / References

  • ?

Next Lab: Security