This repository contains all the files used in the demo of HPA in Citrix Converge 2020.
- Make sure you have a kubernetes cluster with Helm version 3 installed.
- In each folder, there is a
values.sh
file where each variable needs to be updated appropriately. - Now, we can run the
create_all.sh
script to deploy relevant pods, services, ingresses, etc. (Make sure to check theset_up.sh
script in case the helm install command fails.) - To clean up all the resources created by the
create_all.sh
script, just execute thedelete_all.sh
script.