-
https://github.com/dgkanatsios/CKAD-exercises/blob/master/c.pod_design.md#check-the-annotations-for-pod-nginx1
> As an alternative to using | grep you can use jsonPath like -o jsonpath='{.metadata.…
-
# My Environment
```bash
$ kubectl version
Client Version: version.Info{Major:"1", Minor:"14", GitVersion:"v1.14.8", GitCommit:"211047e9a1922595eaa3a1127ed365e9299a6c23", GitTreeState:"clean", Bu…
-
Hi, I am preparing CKAD and I think it is great to have this repo to learn and practice but I still would like to know what I should expect from actual exam. Thanks!
-
In the exercise for applying a network policy, the command a busybox without the label also return nginx home page.
```sh
kubectl run busybox --image=busybox --rm -it --restart=Never -- wget -O- …
-
https://github.com/dgkanatsios/CKAD-exercises/blob/master/a.core_concepts.md
In the question "Create a busybox pod (using YAML) that runs the command "env". Run it and see the output", one would ex…