Login
Remember
Register
Ask a Question
What happens to containers if they use too much cpu or memory?
0
votes
asked
Aug 3, 2023
in
Kubernetes K8s
by
SakshiSharma
What happens to containers if they use too much cpu or memory?
kubernetes-memory
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Aug 3, 2023
by
SakshiSharma
if they use too much memory, they are evicted.
if they use too much cpu, they are throttled.
.
...