Kubernetes: Ultimate Guide Interview Question-Answer

Q.1 Which of these commands can be used to create configMaps?        A. kubectl add configmap <name> <source>        B. kubectl create configmap <name> <source>        C. kubectl apply configmap <source><name>        D. None of the options Ans : kubectl create configmap <name> <source> Q.2 Command used to …

Kubernetes: Ultimate Guide Interview Question-Answer Read More »