Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 596 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 596 Bytes

Mani's Automated deployiNG Orchestrator

TODO: Find a better acronym

This is an opinionated script for developing and deploying Kustomize templates to a Kubernetes cluster.

Usage

  • --ingress-host hostname that should be added to /etc/hosts by mango
  • --watch hotreload when changes are made

mango run [service_name_folder or cluster_name] --ingress-host [host_name] --watch

e.g.

mango run examples/hello-world --ingress-host hello-world.manila.internal

Installation

  1. brew install minikube fswatch
  2. git clone [email protected]:manila/mango mango
  3. mango/install