Difference between revisions of "Kubernetes resources:"

From wikieduonline
Jump to navigation Jump to search
 
(14 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{lc}}
 
 
     resources:
 
     resources:
       requests:
+
       [[requests:]]
         memory: "64Mi"
+
         [[memory:]] "64Mi"
         cpu: "250m"
+
         [[cpu:]] "250m"
       limits:
+
       [[limits:]]
         memory: "128Mi"
+
         [[memory:]] "128Mi"
         cpu: "500m"
+
         [[cpu:]] "500m"
  
 +
[[kind: PersistentVolumeClaim]]
 +
.../...
 +
  resources:
 +
    requests:
 +
      [[storage:]] 1Gi
  
  
Line 13: Line 17:
 
* <code>[[autoScaler:]]</code>
 
* <code>[[autoScaler:]]</code>
 
* <code>[[restartPolicy:]]</code>
 
* <code>[[restartPolicy:]]</code>
 +
* <code>[[Xmx]]</code>
 +
* [[CKA]] [[Understand how resource limits can affect Pod scheduling]]
 +
* [[kubectl describe nodes (conditions:)]]
 +
* <code>[[spec.containers]]</code>
 +
* [[kind: ClusterRole]]
 +
* [[containers:]]
  
 
== See also ==
 
== See also ==
* {{K8s}}
+
* {{Kubernetes restartPolicy}}
  
 
[[Category:K8s]]
 
[[Category:K8s]]

Latest revision as of 11:07, 21 April 2024

Advertising: