Difference between revisions of "Kubernetes resources:"
Jump to navigation
Jump to search
m (Ant moved page Resources: (Kubernetes) to Kubernetes resources:) |
|||
(11 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | |||
+ | {{resources:}} | ||
+ | |||
+ | |||
+ | |||
+ | [[kind: PersistentVolumeClaim]] | ||
+ | .../... | ||
+ | resources: | ||
+ | requests: | ||
+ | [[storage:]] 1Gi | ||
Line 16: | Line 18: | ||
* [[CKA]] [[Understand how resource limits can affect Pod scheduling]] | * [[CKA]] [[Understand how resource limits can affect Pod scheduling]] | ||
* [[kubectl describe nodes (conditions:)]] | * [[kubectl describe nodes (conditions:)]] | ||
+ | * <code>[[spec.containers]]</code> | ||
+ | * [[kind: ClusterRole]] | ||
+ | * [[containers:]] | ||
== See also == | == See also == | ||
* {{Kubernetes restartPolicy}} | * {{Kubernetes restartPolicy}} | ||
− | |||
[[Category:K8s]] | [[Category:K8s]] |
Latest revision as of 04:42, 4 June 2024
resources: requests: memory: "64Mi" cpu: "250m" limits: memory: "128Mi" cpu: "500m"
kind: PersistentVolumeClaim .../... resources: requests: storage: 1Gi
Related[edit]
autoScaler:
restartPolicy:
Xmx
- CKA Understand how resource limits can affect Pod scheduling
- kubectl describe nodes (conditions:)
spec.containers
- kind: ClusterRole
- containers:
See also[edit]
Advertising: