Springboot-Application

This is a demo project for practicing Kubernetes + Docker + Helm Chart with Spring boot. image

#Install Helm:

WEB LINK: https://helm.sh/docs/intro/install/

curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3

chmod 700 get_helm.sh

./get_helm.sh

helm create springboot-helm

tree springboot-helm

image

helm template springboot-helm

helm lint springboot-helm

helm install springbootapp-helm springboot-helm

kubectl get pods

kubectl get svc

kubectl get all

helm list -a

helm delete springbootapp-helm

helm list -a