Automating Helm deployments with Bash

Posted by bob on Jan 21, 2020 10:45 AM EDT
Opensource.com; By Darin London
Mail this story
Print this story

Some of our applications are hosted in a Kubernetes cluster, and we use GitLab Continuous Integration (CI) to automate deployments and Helm 2 to deploy our applications. Helm charts enable the storage of templates of Kubernetes object YAML files with variables that can be programmatically set from command-line arguments passed when the chart is used during deployments. This allows us to store critical secrets in GitLab-protected environment variables or in Hashicorp Vault and use them within the CI deployment job.

Full Story

  Nav
» Read more about: Story Type: Tutorial; Groups: Community, Virtualization

« Return to the newswire homepage

This topic does not have any threads posted yet!

You cannot post until you login.