Skip to content

Commit 1cff40e

Browse files
authored
Merge pull request #37747 from T-Lakshmi/k8s-objects
Added more points in what's next section of Understanding Kubernetes …
2 parents dc09cc7 + 3607e97 commit 1cff40e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

content/en/docs/concepts/overview/working-with-objects/kubernetes-objects.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,10 @@ detail the structure of that `.status` field, and its content for each different
115115

116116
## {{% heading "whatsnext" %}}
117117

118-
* Learn about the most important basic Kubernetes objects, such as [Pod](/docs/concepts/workloads/pods/).
119-
* Learn about [controllers](/docs/concepts/architecture/controller/) in Kubernetes.
120-
* [Using the Kubernetes API](/docs/reference/using-api/) explains some more API concepts.
118+
Learn more about the following:
119+
* [Pods](https://kubernetes.io/docs/concepts/workloads/pods/) which are the most important basic Kubernetes objects.
120+
* [Deployment](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/) objects.
121+
* [Controllers](https://kubernetes.io/docs/concepts/architecture/controller/) in Kubernetes.
122+
* [Kubernetes API overview](https://kubernetes.io/docs/reference/using-api/) which explains some more API concepts.
123+
* [kubectl](https://kubernetes.io/docs/reference/kubectl/) and [kubectl commands](https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands).
121124

0 commit comments

Comments
 (0)