A monorepo for messing around with the deployment of microservices to Kubernetes
The local development environment uses the Docker for Mac Kubernetes integration. Minikube is not supported as it does not support LoadBalancer resources.
The Linkerd CLI is needed to install Linkerd into the cluster.
You'll also need kubetpl as this is used for Kubernetes config templating during deployment.
make deploy
: Deploy each service into the Kubernetes cluster