Phase 1 — VMware / Proxmox
Phase 1 — VMware / Proxmox (On-premise)
Section intitulée « Phase 1 — VMware / Proxmox (On-premise) »La Phase 1 vous permet de déployer des clusters Kubernetes Talos Linux sur votre propre infrastructure de virtualisation, tout en bénéficiant de la gestion centralisée via Deployme.cloud.
Pour qui ?
Section intitulée « Pour qui ? »- Entreprises avec une infrastructure VMware vSphere ou Proxmox VE existante
- Organisations soumises à des contraintes de souveraineté ou de conformité
- Équipes souhaitant valoriser leur investissement matériel existant
Hyperviseurs supportés
Section intitulée « Hyperviseurs supportés »| Hyperviseur | Version minimale | API utilisée | Statut |
|---|---|---|---|
| Proxmox VE | 7.0+ | API REST Proxmox | Disponible |
| VMware vSphere | 7.0+ | govmomi (Go SDK) | Disponible |
Architecture
Section intitulée « Architecture »Votre datacenter Deployme.cloud┌──────────────────────────┐ ┌────────────────┐│ │ mTLS │ ││ ┌──────────────────┐ │◄────────────►│ Control Plane ││ │ Agent Deployme │ │ (sortant) │ (API Core) ││ │ (binaire Go) │ │ │ ││ └────────┬─────────┘ │ └────────────────┘│ │ ││ ┌────────▼─────────┐ ││ │ Proxmox / VMware│ ││ │ ┌─────┐ ┌─────┐ │ ││ │ │VM 1 │ │VM 2 │ │ ││ │ │Talos│ │Talos│ │ ││ │ └─────┘ └─────┘ │ ││ └──────────────────┘ │└──────────────────────────┘Installation de l’agent
Section intitulée « Installation de l’agent »-
Téléchargez l’agent
Fenêtre de terminal curl -fsSL https://get.deployme.cloud/agent | sh -
Configurez l’agent
# /etc/deployme/agent.yamlcontrol_plane: https://api.deployme.cloudtoken: "<votre-token-agent>"hypervisor:type: proxmox # ou "vsphere"endpoint: https://proxmox.local:8006username: deployme@pampassword: "<mot-de-passe>"# Ou pour VMware :# type: vsphere# endpoint: https://vcenter.local# username: [email protected]# password: "<mot-de-passe>" -
Démarrez l’agent
Fenêtre de terminal sudo systemctl enable --now deployme-agent -
Vérifiez la connexion dans le Manager
Votre infrastructure apparaît dans le dashboard sous “Infrastructures connectées”.
-
Créez un cluster depuis le Manager ou via l’API, en sélectionnant votre infrastructure on-premise comme cible.
Prérequis réseau
Section intitulée « Prérequis réseau »- L’agent doit pouvoir atteindre
api.deployme.clouden HTTPS sortant (port 443) - Aucun port entrant n’est requis — l’agent initie toutes les connexions
- Les VMs créées doivent pouvoir communiquer entre elles sur le réseau local
- Accès DHCP ou configuration IP statique pour les VMs Talos
Tarification
Section intitulée « Tarification »| Plan | Prix | Inclus |
|---|---|---|
| Community | Gratuit | Déploiement illimité, support communauté |
| Pro | 99€/mois | Support email 24h, SSO, accompagnement initial |
| Enterprise | Sur devis | SLA 4h, Slack dédié, formation sur site |