- Install Minikube
- Depending on your OS, you may need to install Docker
minikube startminikube tunnelalias k="minikube kubectl"
- Install Helm
helm repo add bitnami https://charts.bitnami.com/bitnamihelm repo updatehelm install my-release bitnami/postgresqlk get services
kubectl apply -f manifests/backend.yaml- Update the svc url in manifests/frontend.yaml
kubectl apply -f manifests/frontend.yaml