Is a script that is meant to glue together the pieces to spin up a single node Kubernetes Cluster and a Container Registry for local development or as part of a CI testing pipeline.
makcro up
- start up a new cluster, container repo, and configure the cluster with the appropriate information to pull images from the container repomakcro down
- stop AND delete the cluster and container repo
curl
docker
PR's are welcome and encouraged. Code should follow the Google Shell Styleguide. Please fill out the PR Template with appropriate detail :)