Difference between revisions of "Kubernetes resources:"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
[[cpu:]] "500m" | [[cpu:]] "500m" | ||
− | [[kind: | + | [[kind: PersistentVolumeClaim]] |
.../... | .../... | ||
resources: | resources: |
Revision as of 10:50, 12 January 2024
resources: requests: memory: "64Mi" cpu: "250m" limits: memory: "128Mi" cpu: "500m"
kind: PersistentVolumeClaim .../... resources: requests: storage: 1Gi
Related
autoScaler:
restartPolicy:
Xmx
- CKA Understand how resource limits can affect Pod scheduling
- kubectl describe nodes (conditions:)
spec.containers
- kind: ClusterRole
See also
Advertising: