Projects

Before we begin to develop our own helm charts, lets make use of publicly available charts to deploy all the tools that we need.

One of the amazing things about helm is the fact that you can deploy applications that are already packaged from a public helm repository directly with very minimal configuration. An example is Jenkins.

  1. Visit Artifact Hub to find packaged applications as Helm Charts
  2. Search for Jenkins
  3. Add the repository to helm so that you can easily download and deploy Learn More