Skip to content

Commit 761ea4c

Browse files
committed
Rephrased the what's next section under kubernetes objects page.
1 parent 6238ffa commit 761ea4c

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +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.
121-
* Learn more about [Deployments](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/).
122-
* Learn about [kubectl](https://kubernetes.io/docs/reference/kubectl/) and [kubectl commands](https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands).
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).
123124

0 commit comments

Comments
 (0)