Skip to content

Commit 589f101

Browse files
T-Lakshmitengqm
andauthored
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 <[email protected]>
1 parent 1e2b0de commit 589f101

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

content/en/docs/concepts/workloads/controllers/deployment.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1234,11 +1234,9 @@ it is created.
12341234

12351235
## {{% heading "whatsnext" %}}
12361236

1237-
* Learn about [Pods](/docs/concepts/workloads/pods).
1238-
* [Run a Stateless Application Using a Deployment](/docs/tasks/run-application/run-stateless-application-deployment/).
1239-
* `Deployment` is a top-level resource in the Kubernetes REST API.
1240-
Read the {{< api-reference page="workload-resources/deployment-v1" >}}
1241-
object definition to understand the API for deployments.
1237+
* Learn more about [Pods](/docs/concepts/workloads/pods).
1238+
* [Run a stateless application using a Deployment](/docs/tasks/run-application/run-stateless-application-deployment/).
1239+
* Read the {{< api-reference page="workload-resources/deployment-v1" >}} to understand the Deployment API.
12421240
* Read about [PodDisruptionBudget](/docs/concepts/workloads/pods/disruptions/) and how
12431241
you can use it to manage application availability during disruptions.
1244-
1242+
* Use kubectl to [create a Deployment](/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro/).

0 commit comments

Comments
 (0)