You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open Github Codespaces and create your new cloudnativetrainings/kubernetes-helm codespace.
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.