charts

helm repo add mytodo https://vijayvikma.github.io/charts/

helm repo list

helm search repo mytodo

helm install todo-release mytodo/todo

kubectl get all

kubectl port-forward svc/frontend-service 8000:80

http://localhost:8000

image