Added more points to what's next section under deployment page (#38230)
* 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>pull/41245/head
parent
1e2b0dee3b
commit
589f10154f
|
@ -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/).
|
||||
|
|
Loading…
Reference in New Issue