Rancher
Rancher is a Kubernetes management platform for provisioning, importing, and operating clusters across data centers and cloud providers.
Source
What Rancher adds
| Capability | Description |
|---|---|
| Cluster lifecycle | Provision hosted clusters or import existing k8s/k3s |
| Centralized RBAC | One auth layer across all attached clusters |
| Observability | Monitoring, alerting, log shipping integrations |
| App delivery | Helm catalog + Fleet GitOps for workloads |
| Multi-tenancy | Projects and namespaces with policy guardrails |
Typical setup
- Install Rancher on a management cluster (or Docker single-node for lab)
- Import or create downstream clusters (RKE2, k3s, EKS, GKE, etc.)
- Deploy apps via Helm charts or Fleet repos
- Enforce global roles and audit from the Rancher UI
Related
- Kubernetes
- k3s — lightweight clusters Rancher can import