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:
The output, limited to the relevant parts, is as follows.
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 set, and it is not eligible for ...