This is a mirror of a government repo hosted on Repo1 by DoD Platform One. Please direct all code changes, issues and comments to https://repo1.dso.mil/platform-one/quick-start/big-bang
This is a small repo to help quickly test basic concepts of Big Bang on a local development machine.
What you need:
Nice to haves:
Create the file terraform.tfvars
and fill out below. You will need to get your Registry1 CLI secret from the user profile screen.
registry1_username="REPLACE_ME"
registry1_password="REPLACE_ME"
# Initialize & apply terraform (type yes at prompt)
terraform init
terraform apply
# Watch the deployments
watch kubectl get kustomizations,hr,po -A
# Get a list of http endpoints
kubectl get vs -A
# Big bang teardown (optional, takes several minutes & just reverts back to an empty cluster)
terraform destroy