An apb for deploying a simple hello world app that can be bound to PostgreSQL for testing purposes.
- Deploys a web app that can be bound to a database.
- NAMESPACE: Optional, default 'hello-world', Namespace to deploy the cluster in.
docker run --rm --net=host \
-v $HOME/.kube:/opt/apb/.kube:z \
-u $UID \
docker.io/ansibleplaybookbundle/hello-world-apb \
provision --extra-vars 'namespace=hello-world'
docker run --rm --net=host \
-v $HOME/.kube:/opt/apb/.kube:z \
-u $UID \
docker.io/ansibleplaybookbundle/hello-world-apb \
deprovision --extra-vars 'namespace=hello-world'