Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Latest commit

 

History

History
30 lines (20 loc) · 1.11 KB

README.md

File metadata and controls

30 lines (20 loc) · 1.11 KB

ADC k8s Deployment Exploration

This repository has been archived.

This repository was created to explore the use of helm for a test deployment to ADC's kubernetes test cluster.

Refer to the ogdc-helm repository for the latest developments on helm configurations for the OGDC stack.

Using helm

Good places to start:

  • Using helm: Includes introductory information about foundational concepts.
  • Topics: In-depth explanations of various concepts in Helm
  • Chart template guide: information about the Helm templating system. E.g., how to add control flow, access vairables, loop over lists/mappings, etc.

Other options to consider

  • kompose: takes docker compose configuration and converts it into kubernetes yaml, helm, and other options. Why not use this? Helm feels very heavy-weight.
  • skaffold: Skaffold handles the workflow for building, pushing and deploying your application