How do you create pod pod1 of image nginx in namespace ns1 that will have the container name c1?
Experience Level: Not defined
Tags: Kubernetes
Answer
Related Kubernetes job interview questions
You need to make sure that each pod scheduled as part of your Kubernetes job will have label myJobId="great job". How will you do that?
Kubernetes Not definedYou were asked to create a command that will display a status of a pod pod1 in namespace ns1. What will you do?
Kubernetes Not definedHow do you get a list of endpoints that are available for service service1?
Kubernetes Not definedHow can you run a pod on each node of Kubernetes and make sure that it is running only once on on each node?
Kubernetes Not definedHow do you find all pods that run on a master node?
Kubernetes Not defined