Examining QoS in Action
In this lesson, we will get practical and see QoS in action.
Checking QoS with Initial Definition
Let’s take a look which QoS our go-demo-2-db
Pod got assigned.
Press + to interact
kubectl describe pod go-demo-2-db
The output, limited to the relevant parts, is as follows.
Press + to interact
...Containers:db:...Limits:cpu: 100mmemory: 100MiRequests:cpu: 10mmemory: 50Mi...QoS Class: Burstable...
The Pod was assigned Burstable QoS.
Its limits are different from requests, so it did not qualify for Guaranteed QoS.
Since its resources are set, and it is not eligible for Guaranteed QoS, Kubernetes assigned it the second best QoS. ...
Access this course and 1400+ top-rated courses and projects.