Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.06 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.06 KB

Pattern - Using Azure Files on AKS

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)

Steps to run this demo

To install the full solution:

  1. Change the run.rc file to reflect your environment
  2. Run:
./run.sh -x install

To remove the entire deployment:

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