Deploy web service (nestjs, nextjs) using k8s and helm.
Make sure to install :
docker, kubernetes, minikube, kubectl, kubens, helm
cd server && docker build . -t nest-next-server
cd client && docker build . -t nest-next-clientin root folder run this command
helm install ./k8s --generate-nameGet IP :
minikube ip
192.168.39.11Add hosts
sudo vim /etc/hostsAdd this in hosts file and save it.
192.168.39.11 server.devops.local
192.168.39.11 client.devops.local
enjoy 😉🔥🚀, add stars for this repo if you like it