kubergrunt

CLI tool bridging Terraform, Helm, and Kubectl workflows

brewmacoslinux
Try with needOr install directly
Source

About

Collection of commands to fill in the gaps between Terraform, Helm, and Kubectl

Commands

kubergrunt

Examples

Deploy Helm charts with Terraform-managed values$ kubergrunt helm deploy --chart myapp --release myapp-release
Validate Kubernetes manifests and configurations$ kubergrunt kubectl validate --manifests ./k8s/
Manage Terraform outputs and sync with Kubernetes$ kubergrunt terraform apply --terraform-dir ./infra/