- Open Github Codespaces and create your new
cloudnativetrainings/kubernetes-helmcodespace. - Run
source /root/.trainingrc - Verify your environment via
make verify. - Open a new bash and ensure port-forwarding to the ingress controller is running via
kubectl port-forward svc/ingress-nginx-controller -n ingress-nginx 8080:80. Keep this bash running all the time. - Start with the 01_apps-with-only-manifests lab.
- Delete your
cloudnativetrainings/kubernetes-helmcodespace via Github Codespaces.