Remove ReplicationController tutorial. (#3628)
This commit is contained in:
@@ -9,6 +9,8 @@ redirect_from:
|
||||
- "/docs/user-guide/deploying-applications.html"
|
||||
- "/docs/tutorials/stateless-application/run-stateless-application-deployment/"
|
||||
- "/docs/tutorials/stateless-application/run-stateless-application-deployment.html"
|
||||
- "/docs/tutorials/stateless-application/run-stateless-ap-replication-controller/"
|
||||
- "/docs/tutorials/stateless-application/run-stateless-ap-replication-controller.html"
|
||||
---
|
||||
|
||||
{% capture overview %}
|
||||
@@ -130,6 +132,13 @@ Delete the deployment by name:
|
||||
|
||||
kubectl delete deployment nginx-deployment
|
||||
|
||||
## ReplicationControllers -- the Old Way
|
||||
|
||||
The preferred way to create a replicated application is to use a Deployment,
|
||||
which in turn uses a ReplicaSet. Before the Deployment and ReplicaSet were
|
||||
added to Kubernetes, replicated applicatios were configured by using a
|
||||
[ReplicationController](/docs/concepts/workloads/controllers/replicationcontroller/).
|
||||
|
||||
{% endcapture %}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user