You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pods are generally not created directly and are created using workload resources.
61
+
See [Working with Pods](#working-with-pods) for more information on how Pods are used
62
+
with workload resources.
63
+
64
+
### Workload resources for managing pods
65
+
51
66
Usually you don't need to create Pods directly, even singleton Pods. Instead, create them using workload resources such as {{< glossary_tooltip text="Deployment"
52
67
term_id="deployment" >}} or {{< glossary_tooltip text="Job" term_id="job" >}}.
0 commit comments