Rancher

Multi-cluster Kubernetes management UI.

Overview

PropertyValue
CDK8s fileplatform/cdk8s/cots/management/rancher.go
Namespacecattle-system
HTTPRouterancher.madhan.apprancher:80
UIYes
Requires InfisicalYes — rancher-bootstrap Secret

Purpose

Rancher provides fleet-level visibility into workloads, nodes, and cluster events. It includes the Rancher Fleet GitOps agent for multi-cluster management.

Bootstrap Password

The initial admin password is managed by Infisical at path /rancher, synced to the rancher-bootstrap Secret. Rancher reads BOOTSTRAP_PASSWORD from this Secret on first startup.

Known Issue: Rolling Update Deadlock

Harbor and Rancher both use RWO (ReadWriteOnce) PVCs from Longhorn. During ArgoCD syncs, a rolling update can cause Multi-Attach errors when the old pod's PVC is still mounted.

Workaround:

kubectl delete pod -n cattle-system -l "app=rancher" --grace-period=0 --force