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