Merge pull request #1716 from ahmetalpbalkan/patch-1
List Deployment next to ReplicationController
This commit is contained in:
@@ -66,8 +66,8 @@ The possible values for RestartPolicy are `Always`, `OnFailure`, or `Never`. If
|
|||||||
Three types of controllers are currently available:
|
Three types of controllers are currently available:
|
||||||
|
|
||||||
- Use a [`Job`](/docs/user-guide/jobs/) for pods which are expected to terminate (e.g. batch computations).
|
- Use a [`Job`](/docs/user-guide/jobs/) for pods which are expected to terminate (e.g. batch computations).
|
||||||
- Use a [`ReplicationController`](/docs/user-guide/replication-controller/) for pods which are not expected to
|
- Use a [`ReplicationController`](/docs/user-guide/replication-controller/) or [`Deployment`](/docs/user-guide/deployments/)
|
||||||
terminate (e.g. web servers).
|
for pods which are not expected to terminate (e.g. web servers).
|
||||||
- Use a [`DaemonSet`](/docs/admin/daemons/): Use for pods which need to run 1 per machine because they provide a
|
- Use a [`DaemonSet`](/docs/admin/daemons/): Use for pods which need to run 1 per machine because they provide a
|
||||||
machine-specific system service.
|
machine-specific system service.
|
||||||
If you are unsure whether to use ReplicationController or Daemon, then see [Daemon Set versus
|
If you are unsure whether to use ReplicationController or Daemon, then see [Daemon Set versus
|
||||||
|
|||||||
Reference in New Issue
Block a user