
Kubernetes Multi-Cluster Manager
Manages multiple Kubernetes clusters through a single interface, allowing you to run kubectl commands and access resources across different clusters without manually switching contexts.
4522 views6Local (stdio)
What it does
- List available Kubernetes clusters
- Connect to managed clusters with specified roles
- Execute kubectl commands across multiple clusters
- Apply YAML configurations to any cluster
- Retrieve resources from hub and managed clusters
Best for
DevOps teams managing multi-cluster Kubernetes environmentsPlatform engineers working with distributed applicationsAutomating cross-cluster resource management
No context switching between clustersWorks with Open Cluster ManagementRequires kubectl and KUBECONFIG setup
Tools (3)
clusters
Retrieves a list of Kubernetes clusters (also known as managed clusters or spoke clusters).
connect_cluster
Generates the KUBECONFIG for the managed cluster and binds it to the specified ClusterRole (default: cluster-admin).
kubectl
Securely run a kubectl command or apply YAML. Provide either 'command' or 'yaml'.