⎈ k8s knowledge compiler

Eviction [api_object]ai-synthesized · conf 0.82

Eviction evicts a pod from its node subject to certain policies and safety constraints. This is a subresource of Pod. A request to cause such an eviction is created by POSTing to .../pods/<pod name>/evictions.

policysecurity

A mechanism that allows cluster administrators to evict pods from nodes when resources are scarce or other conditions are met.

Why it matters Eviction enables efficient resource management by allowing cluster administrators to reclaim resources and prevent node overload.

Key facts - Defined in io.k8s.api.policy.v1.Eviction - Used to evict pods from nodes when resources are scarce

Sources

swagger.jsonio.k8s.api.policy.v1.Eviction

Related (6)

related_to ObjectMetareferences type conf=1
related_to DeleteOptionsreferences type conf=1
related_to createCoreV1NamespacedPodEvictionexposes API object conf=1
api_for API-initiated Evictiondocuments API object conf=1
api_for Evictiondocuments API object conf=1
api_for HugepageAwareEvictiondocuments API object conf=1

← all API Explorer