Skip to content

Commit

Permalink
Merge pull request #37747 from T-Lakshmi/k8s-objects
Browse files Browse the repository at this point in the history
Added more points in what's next section of Understanding Kubernetes …
  • Loading branch information
k8s-ci-robot authored Nov 12, 2022
2 parents dc09cc7 + 3607e97 commit 1cff40e
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,10 @@ detail the structure of that `.status` field, and its content for each different

## {{% heading "whatsnext" %}}

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

0 comments on commit 1cff40e

Please sign in to comment.