1
0
Fork 0
mirror of https://github.com/imjasonh/terraform-playground synced 2026-07-08 07:44:57 +00:00
terraform-playground/kind
Jason Hall 1b386e55d8
add readme
Signed-off-by: Jason Hall <jason@chainguard.dev>
2023-06-03 12:41:10 -04:00
..
main.tf kind: demo apko+kind+helm 2023-06-03 12:32:16 -04:00
nginx.apko.yaml kind: demo apko+kind+helm 2023-06-03 12:32:16 -04:00
README.md add readme 2023-06-03 12:41:10 -04:00
tf-cluster-config kind: demo apko+kind+helm 2023-06-03 12:32:16 -04:00

apko + kind + helm

This demonstrates gluing together a few TF providers to:

  1. build an nginx image using apko, similar to how cgr.dev/chainguard/nginx is built
  2. create a local KinD cluster
  3. install a Helm chart for nginx, using our newly-built image
  • the installation waits for the deployment to become Ready before proceeding

This demonstrates how we can build and immediately smoke-test the image, before potentially tagging the image using oci_tag