Add some links for pod-overview.md (#4763)
* Add some links for pod-overview.md Add some links * use relative paths for URLs
This commit is contained in:
@@ -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:
|
Some examples of Controllers that contain one or more pods include:
|
||||||
|
|
||||||
* Deployment
|
* [Deployment](/docs/concepts/workloads/controllers/deployment/)
|
||||||
* [StatefulSet](/docs/concepts/abstractions/controllers/statefulsets/)
|
* [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.
|
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 %}
|
{% capture whatsnext %}
|
||||||
* Learn more about Pod behavior:
|
* Learn more about Pod behavior:
|
||||||
* Pod Termination
|
* [Pod Termination](/docs/concepts/workloads/pods/pod/#termination-of-pods)
|
||||||
* Other Pod Topics
|
* Other Pod Topics
|
||||||
{% endcapture %}
|
{% endcapture %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user