Kubernetes
Accessing your kubernetes clusters
Introduction
XPipe supports connecting to and managing containers and pods of Kubernetes clusters on any local or remote system. For that it uses the kubectl
commandline tool. Searching for available connections on a system should make Kubernetes clusters show up if the kubectl
tool is added to the PATH on that system.
Adding clusters
By default, XPipe will only look in the default kubeconfig file, use the default context, and use the default namespace when searching for connections. If you use other kubeconfigs, contexts, or namespaces as well, you can manually add to those via the add cluster button:
You have to add those manually as it is surprisingly difficult to automatically detect all valid namespace/context combinations that are used.