Skip to content

uixprt/helm-lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

helm lab

kubernetes and helm for a demo guestbook application

prerequisites:

docker, minikube, kubectl and helm installed locally

deploy client, api, and DB just by:

$ 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/

remove all by:

$ helm uninstall demo-guestbook

About

learning lab for helm charts kubernetes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published