docs-fr | reference | glossary | deployment.md (#15367)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
77ce07830a
commit
9b891d9cf0
+19
@@ -0,0 +1,19 @@
|
||||
---
|
||||
title: Déploiement
|
||||
id: deployment
|
||||
date: 2018-04-12
|
||||
full_link: /docs/concepts/workloads/controllers/deployment/
|
||||
short_description: >
|
||||
Objet API gérant une application répliquée.
|
||||
|
||||
aka:
|
||||
tags:
|
||||
- fundamental
|
||||
- core-object
|
||||
- workload
|
||||
---
|
||||
Objet API gérant une application répliquée.
|
||||
|
||||
<!--more-->
|
||||
|
||||
Chaque réplique est représentée par un {{< glossary_tooltip text="Pod" term_id="pod" >}}, et les Pods sont répartis entre les nœuds d'un cluster.
|
||||
Reference in New Issue
Block a user