mirror of
https://github.com/imjasonh/terraform-playground
synced 2026-07-08 07:44:57 +00:00
|
|
||
|---|---|---|
| .. | ||
| main.tf | ||
| nginx.apko.yaml | ||
| README.md | ||
| tf-cluster-config | ||
apko + kind + helm
This demonstrates gluing together a few TF providers to:
- build an
nginximage usingapko, similar to howcgr.dev/chainguard/nginxis built - create a local KinD cluster
- install a Helm chart for
nginx, using our newly-built image
- the installation waits for the deployment to become
Readybefore proceeding
This demonstrates how we can build and immediately smoke-test the image, before potentially tagging the image using oci_tag