Post

MOCK EXAM 2 CKA

MOCK EXAM 2 CKA

1
2
3
kubectl  run dns -it --image=busybox:1.28 --restart Never  -- nslookup resolver-service.default.svc > CKA/nginx.svc

kubectl  run dns -it --image=busybox:1.28 --restart Never  -- nslookup 10-244-1-8.default.pod > CKA/nginx.pod
This post is licensed under CC BY 4.0 by the author.