Rancher¶
Plateforme de gestion Kubernetes multi-cluster.
Quick Start¶
Accès¶
- URL : https://localhost
- Premier accès : Récupérer le mot de passe bootstrap
Ports¶
| Service | Port | Description |
|---|---|---|
| Rancher UI | 443 | Interface HTTPS |
| Rancher HTTP | 80 | Redirection vers HTTPS |
Configuration¶
compose.yml basique¶
services:
rancher:
image: rancher/rancher:latest
privileged: true
ports:
- "80:80"
- "443:443"
volumes:
- rancher_data:/var/lib/rancher