Skip to main content
Solved

Kubernetes Question of the Day July 1st


Geoff Burke
Forum|alt.badge.img+22

What is the command to delete a deployment?

Best answer by JMeixner

kubectl delete deployment <deployment_name>

View original
Did this topic help you find an answer to your question?

3 comments

Iams3le
Forum|alt.badge.img+11
  • Veeam Legend
  • 1395 comments
  • July 1, 2022

kubectl delete


JMeixner
Forum|alt.badge.img+17
  • On the path to Greatness
  • 2650 comments
  • Answer
  • July 1, 2022

kubectl delete deployment <deployment_name>


Chris.Childerhose
Forum|alt.badge.img+21

kubectl delete deployment <deployment_name>


Comment