en
Nigel Poulton

The Kubernetes Book

Avise-me quando o livro for adicionado
Para ler este livro carregue o arquivo EPUB ou FB2 no Bookmate. Como carrego um livro?
Este livro está indisponível
352 páginas impressas
Já leu? O que achou?
👍👎

Citações

  • Vasya Rudasfez uma citaçãohá 3 anos
    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 Rudasfez uma citaçãohá 3 anos
    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

Nas estantes

fb2epub
Arraste e solte seus arquivos (não mais do que 5 por vez)