Welcome to the Boilerplates repository, where you'll find ready-to-use examples for automating infrastructure with Terraform, Helm, and Kubernetes. This repository is aimed at helping users automate the creation and management of Kubernetes environments by integrating popular provisioning and orchestration tools.
Below is the current directory structure:
├── LICENSE # Project license
├── README.md # Documentation for the repository
├── renovate.json # Renovate configuration for dependency updates
└── terraform # Main directory for Terraform examples
├── helm # Examples of integrating Terraform with Helm
└── kubernetes # Basic Kubernetes resources using Terraform
The inspiration for this Boilerplate comes from the Boilerplates by Christian Lempa.