Examining QoS in Action
Learn to use Qos and see QoS in action.
Checking QoS with initial definition
Let's look at the QoS to which our `go-demo-2-db` Pod is 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 is assigned Burstable
QoS.
Note: Its limits are different from requests, so it did not qualify for Guaranteed QoS.
Since its resources are ...
Access this course and 1400+ top-rated courses and projects.