This is a demo repo to deploy an Azure Kubernetes Service cluster with a PVC on Azure Files (Dynamically).
Please refer to this documentation for more details: Dynamically create and use a persistent volume with Azure Files in Azure Kubernetes Service (AKS)
To install the full solution:
- Change the
run.rc
file to reflect your environment - Run:
./run.sh -x install
To remove the entire deployment:
- Run:
./run.sh -x delete
Usage:
$ ./run.sh
usage: run.sh [options]
-x action to be executed.
Possible verbs are:
install deploy all resources.
delete delete all resources.
dry-run tries the current Bicep deployment against Azure but doesnt deploy (what-if).
Demo components:
install-demo only installs the demo on the cluster.
delete-demo removes the demo from the cluster.
show-demo shows the demo from the cluster.