dgkanatsios / CKAD-exercises

A set of exercises to prepare for Certified Kubernetes Application Developer exam by Cloud Native Computing Foundation
MIT License
8.62k stars 5.6k forks source link

Add exercise for ResourceQuotas #324

Closed kjthorpe18 closed 1 year ago

kjthorpe18 commented 1 year ago

Adds a section for ResourceQuotas. Shows creation of a ResourceQuota resource and attempting to create a pod that has resource requests/limits that exceed the quota.