Deploy everything with the following command:
kubectl apply -f ns.yml
kubectl apply -f .
kubectl config set-context --current --namespace=debug
kubectl apply -f ../volumes/kubeprimer-db-persistentvolumeclaim.yaml
kubectl apply -f ../configmaps/powerapp-configmap.yaml
Once is deployed, check that everything is working fine:
- Are all pod running?
- Are the services configured correctly?
- How do you start debugging?