This is reference project which deploys multiple services via Kubernetes (K8) config files
Inspired by this Udemy course by Stephen Grider
Apply the K8 config files via kubectl:
kubectl apply -f k8s # apply all K8 config files within k8s director
minikube ip # get the minikube VM IP address i.e. 192.168.64.2
Then navigate to the VM IP address
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.