kubernetes and helm for a demo guestbook application
docker, minikube, kubectl and helm installed locally
$ helm install demo-guestbook guestbook
add to /etc/hosts
:
# minikube ip
192.168.49.2 client.local
192.168.49.2 api.local
see the local app live at: http://client.local/
$ helm uninstall demo-guestbook