diff --git a/exercises/kubernetes/README.md b/exercises/kubernetes/README.md
index 4c9ada7..12fd7df 100644
--- a/exercises/kubernetes/README.md
+++ b/exercises/kubernetes/README.md
@@ -1186,6 +1186,8 @@ OR
What is Resource Quota?
+
+Resource quota provides constraints that limit aggregate resource consumption per namespace. It can limit the quantity of objects that can be created in a namespace by type, as well as the total amount of compute resources that may be consumed by resources in that namespace.