conventions.io

Tech Challenge

2026-07-26

☸️

Daily Tech Challenge

Kubernetes

medium
Question 1 of 5

The ResourceQuota below is applied to namespace team-a. What do these two entries actually limit?

Example
apiVersion: v1
kind: ResourceQuota
metadata:
  name: object-counts
  namespace: team-a
spec:
  hard:
    count/deployments.apps: "5"
    count/cronjobs.batch: "2"

Sunday, July 26, 2026 · A new challenge drops every day