Rancher Cluster Lifecycle Management
Workflow capability for managing the full lifecycle of Kubernetes clusters through Rancher: provisioning new clusters, inspecting cluster health and node status, managing projects and namespaces, and decommissioning clusters. Designed for platform engineers and DevOps teams automating multi-cluster infrastructure.
What You Can Do
MCP Tools
list-clusters
List all Kubernetes clusters managed by Rancher, including their state, provider, and Kubernetes version.
get-cluster
Retrieve details for a specific Rancher-managed cluster by ID.
create-cluster
Provision a new Kubernetes cluster through Rancher. Specify name, provider, and Kubernetes version.
delete-cluster
Remove a cluster from Rancher management. This deregisters or destroys the cluster.
list-nodes
List all nodes across Rancher-managed clusters, including hostname, state, and roles.
list-projects
List all Rancher projects, which group namespaces within clusters for tenancy and policy.
create-project
Create a new Rancher project within a cluster to organize namespaces.