Nigel Poulton

The Kubernetes Book

Notify me when the book’s added
To read this book, upload an EPUB or FB2 file to Bookmate. How do I upload a book?
This book is currently unavailable
352 printed pages
Have you already read it? How did you like it?
👍👎

Quotes

  • Vasya Rudashas quoted3 years ago
    Set your kubeconfig back to using the default Namespace. If you don’t do this, future commands will automatically run against the deleted shield Namespace and will fail.

    $ kubectl config set-context --current --namespace default
    Context "k3d-tkb" modified.
  • Vasya Rudashas quoted3 years ago
    Another way to introspect a running Pod is to log into it or execute commands in it. You can do both of these with kubectl exec. The following example shows how to execute a ps aux command in the first container in the hello-pod Pod.
    $ kubectl exec hello-pod -- ps aux

On the bookshelves

fb2epub
Drag & drop your files (not more than 5 at once)