kubernetes-exercises icon indicating copy to clipboard operation
kubernetes-exercises copied to clipboard

Collection covers kubernetes exercises categorized topics-wise and referred back to the individual Kubernetes certification exams.

Results 2 kubernetes-exercises issues
Sort by recently updated
recently updated
newest added
trafficstars

Can you please include basic authentication and certificate issues related to users/context and in general standard pod issues. Like what if a service pod is down on Master node/worker node?...

By running an example https://github.com/jayendrapatil/kubernetes-exercises/blob/main/topics/jobs.md `kubectl create job pi --image=perl -- perl -Mbignum=bpi -wle 'print bpi(2000)'` on https://killercoda.com/killer-shell-ckad/scenario/kubectl-contexts I got an error **Can't use an undefined value as an ARRAY...