Skip to content

Commit

Permalink
Added more points to what's next section under deployment page (#38230)
Browse files Browse the repository at this point in the history
* Added more points to what's next section under deployment page

* updated content as per review comment

* reworked on comments

* rebase and reworked

* fix format

* Update deployment.md

---------

Co-authored-by: Qiming Teng <tengqm@outlook.com>
  • Loading branch information
T-Lakshmi and tengqm committed May 23, 2023
1 parent 1e2b0de commit 589f101
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions content/en/docs/concepts/workloads/controllers/deployment.md
Expand Up @@ -1234,11 +1234,9 @@ it is created.

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

* Learn about [Pods](/docs/concepts/workloads/pods).
* [Run a Stateless Application Using a Deployment](/docs/tasks/run-application/run-stateless-application-deployment/).
* `Deployment` is a top-level resource in the Kubernetes REST API.
Read the {{< api-reference page="workload-resources/deployment-v1" >}}
object definition to understand the API for deployments.
* Learn more about [Pods](/docs/concepts/workloads/pods).
* [Run a stateless application using a Deployment](/docs/tasks/run-application/run-stateless-application-deployment/).
* Read the {{< api-reference page="workload-resources/deployment-v1" >}} to understand the Deployment API.
* Read about [PodDisruptionBudget](/docs/concepts/workloads/pods/disruptions/) and how
you can use it to manage application availability during disruptions.

* Use kubectl to [create a Deployment](/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro/).

0 comments on commit 589f101

Please sign in to comment.