concept kubectl delete in category kubernetes

appears as: kubectl delete
Kubernetes in Action, Second Edition MEAP V05

This is an excerpt from Manning's book Kubernetes in Action, Second Edition MEAP V05.

By default, the kubectl delete command waits until the object no longer exists. To skip the wait, run the command with the --wait=false option.

  • When you delete a pod object, all its containers are terminated in parallel. The pod’s deletionGracePeriodSeconds is the time given to the containers to shut down. By default, it’s set to the termination grace period, but can be overridden with the kubectl delete command.
  • sitemap

    Unable to load book!

    The book could not be loaded.

    (try again in a couple of minutes)

    manning.com homepage
    test yourself with a liveTest