Skip to content

Commit 01b0c60

Browse files
authored
Updated What's next section under components page. (#38191)
* updated What's next section under components page. * Reworked as per the review suggestions. * updated case for Kubernetes
1 parent 57df323 commit 01b0c60

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

content/en/docs/concepts/overview/components.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,11 @@ saving container logs to a central log store with search/browsing interface.
125125

126126
## {{% heading "whatsnext" %}}
127127

128-
* Learn about [Nodes](/docs/concepts/architecture/nodes/)
129-
* Learn about [Controllers](/docs/concepts/architecture/controller/)
130-
* Learn about [kube-scheduler](/docs/concepts/scheduling-eviction/kube-scheduler/)
131-
* Read etcd's official [documentation](https://etcd.io/docs/)
128+
Learn more about the following:
129+
* [Nodes](/docs/concepts/architecture/nodes/) and [their communication](/docs/concepts/architecture/control-plane-node-communication/) with the control plane.
130+
* Kubernetes [controllers](/docs/concepts/architecture/controller/).
131+
* [kube-scheduler](/docs/concepts/scheduling-eviction/kube-scheduler/) which is the default scheduler for Kubernetes.
132+
* Etcd's official [documentation](https://etcd.io/docs/).
133+
* Several [container runtimes](/docs/setup/production-environment/container-runtimes/) in Kubernetes.
134+
* Integrating with cloud providers using [cloud-controller-manager](/docs/concepts/architecture/cloud-controller/).
135+
* [kubectl](/docs/reference/generated/kubectl/kubectl-commands) commands.

0 commit comments

Comments
 (0)