Remove ReplicationController tutorial. (#3628)

This commit is contained in:
Steve Perry
2017-05-03 18:10:06 -07:00
committed by GitHub
parent 1663f37f90
commit 965dfd948a
3 changed files with 9 additions and 265 deletions
@@ -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 %}