Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 736 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 736 Bytes

Mani's Automated Kubernetes and Container Registry Orchestrator (MAKCRO)

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.

Usage

  • makcro up - start up a new cluster, container repo, and configure the cluster with the appropriate information to pull images from the container repo
  • makcro down - stop AND delete the cluster and container repo

Dependencies

  • curl
  • docker

Contributing

PR's are welcome and encouraged. Code should follow the Google Shell Styleguide. Please fill out the PR Template with appropriate detail :)