Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 493 Bytes

File metadata and controls

23 lines (13 loc) · 493 Bytes

Debug and troubleshooting

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:

  1. Are all pod running?
  2. Are the services configured correctly?
  3. How do you start debugging?