Skip to content

Commit

Permalink
More on interactive kubectl
Browse files Browse the repository at this point in the history
  • Loading branch information
webzakimbo committed Jan 23, 2023
1 parent 1de676a commit 9de649c
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions docs/source/notable/interactive-kubectl.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,27 @@
Interactive Kubectl
*******************

Access a ``kubectl`` shell scoped to a particular Kubernetes Cluster or Namespace.
Overview
^^^^^^^^

Intercative Kubectl allows you to access a ``kubectl`` shell scoped to a particular Kubernetes Cluster or Namespace.

* No need to set or change contexts
* Bcome manages your kubeconfig
* Interact with multiple clusters at once
* Handle multiple clusters at once, irrespective of origin (EKS, GCP etc)
* Interact with multiple clusters at once from orchestration scripts


Usage
^^^^^

Interactive Kubectl by invoking ``kubectl`` on any Kubernetes Cluster node.

.. hint::

For guidance on how to execute commands, see :doc:`../executing-commands`





0 comments on commit 9de649c

Please sign in to comment.