Bookmark this page

Summary

  • 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 chart-reference and helm show values chart-reference commands.

  • Use the helm install release-name chart-reference command to create a release for a chart.

  • Inspect releases by using the helm list command.

  • Use the helm history release-name command to view the history of a release.

  • Use the helm repo add repo-name repo-url command to add a Helm repository to the ~/.config/helm/repositories.yaml configuration file.

  • Use the helm search repo command to search repositories in the ~/.config/helm/repositories.yaml configuration file.

Revision: do280-4.14-08d11e1