How do you display a history of Kubernetes deployment d12 in namespace ns2?
Experience Level: Senior
Tags: Kubernetes
Answer
Run the following command:
Related Kubernetes job interview questions
How do you convert a Kubernetes pod to a deployment?
Kubernetes SeniorHow do you rollback deployment d12 to a specific revision?
Kubernetes SeniorHow do you move a pod between namespaces in Kubernetes?
Kubernetes SeniorHow do you create a Kubernetes pod using the busybox image that will execute two commands after the container starts?
Kubernetes SeniorYou have a yaml definition of a pod stored in file.yaml. How do you create the pod from the definition?
Kubernetes Senior