Use templates to deploy workloads with parameterization.
Use the oc create -f command to upload a template to a project.
Use the oc process command and the oc apply -f - command to deploy template resources to the Kubernetes cluster.
Provide parameters to customize the template with the -p or --param-file arguments to the oc command.
View Helm charts with the helm show chart and chart-referencehelm show values commands.chart-reference
Use the helm install command to create a release for a chart.release-name chart-reference
Inspect releases by using the helm list command.
Use the helm history command to view the history of a release.release-name
Use the helm repo add command to add a Helm repository to the repo-name repo-url~/.config/helm/repositories.yaml configuration file.
Use the helm search repo command to search repositories in the ~/.config/helm/repositories.yaml configuration file.
Click CREATE to build all of the virtual machines needed for the classroom lab environment. This may take several minutes to complete. Once created the environment can then be stopped and restarted to pause your experience.
If you DELETE your lab, you will remove all of the virtual machines in your classroom and lose all of your progress.