How do you get a list of endpoints that are available for service service1?
Experience Level: Medior
Tags: Kubernetes
Answer
Run the following command
Related Kubernetes job interview questions
You were asked to create a command that will display a status of a pod pod1 in namespace ns1. What will you do?
Kubernetes JuniorHow do you create pod pod1 of image nginx in namespace ns1 that will have the container name c1?
Kubernetes MediorHow can you run a pod on each node of Kubernetes and make sure that it is running only once on on each node?
Kubernetes MediorHow do you find all pods that run on a master node?
Kubernetes MediorUsing kubectl, how do you convert yaml manifest of a specific pod pod1 to JSON format?
Kubernetes Medior