0

I want to limit the number of job creations in my Kubernetes namespace per specific service account. jobs are created by another pod using this service account. do you think this is something possible?

my kubernetes version: v1.21.11

I tried to do it by a quota resource but I can't apply it on a particular serviceaccount.

opa
  • 1
  • `rbac` is not suitable as it does not provide such a fine grain control(number of jobs); you would have to use `opa` or `validationWebhooks` – P.... Nov 07 '22 at 15:01

0 Answers0