QuestionQ16

DevOps Automation

As a developer working on a software project that will be deployed on OKE, you have created a Helm chart for your application. You want to deploy that chart by using the OCI DevOps service.

Which statement is true about deploying a Helm chart by using OCI DevOps service?

  • A A single chart can be installed only once into the same cluster, and create single release.
  • B The Helm charts must be located in the OCI Container Registry repository for deployment.
  • C The values.yaml file is a generic file located in the OCI Container Registry. You must create a reference to this file.
  • D Oracle Cloud Infrastructure (OCI) DevOps service supports deployment of Helm charts to Container Instances.
Explanation

OCI DevOps requires a Helm chart used for deployment to be located in an OCI Container Registry repository. The Deploy Helm stage deploys the chart to an OKE cluster; a chart may have multiple Helm releases, and an optional values.yaml file is provided through a DevOps artifact reference.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!