Add some links for pod-overview.md (#4763)
* Add some links for pod-overview.md Add some links * use relative paths for URLspull/4765/head
parent
0d671d8c06
commit
a26f5c5ce6
|
@ -63,9 +63,9 @@ A Controller can create and manage multiple Pods for you, handling replication a
|
|||
|
||||
Some examples of Controllers that contain one or more pods include:
|
||||
|
||||
* Deployment
|
||||
* [Deployment](/docs/concepts/workloads/controllers/deployment/)
|
||||
* [StatefulSet](/docs/concepts/abstractions/controllers/statefulsets/)
|
||||
* DaemonSet
|
||||
* [DaemonSet](/docs/concepts/workloads/controllers/daemonset/)
|
||||
|
||||
In general, Controllers use a Pod Template that you provide to create the Pods for which it is responsible.
|
||||
|
||||
|
@ -81,7 +81,7 @@ Rather than specifying the current desired state of all replicas, pod templates
|
|||
|
||||
{% capture whatsnext %}
|
||||
* Learn more about Pod behavior:
|
||||
* Pod Termination
|
||||
* [Pod Termination](/docs/concepts/workloads/pods/pod/#termination-of-pods)
|
||||
* Other Pod Topics
|
||||
{% endcapture %}
|
||||
|
||||
|
|
Loading…
Reference in New Issue