external data provider for Kubernetes API
Describe the solution you'd like create an external data provider that can talk to kubernetes api server
this should address similar scenarios as syncing to opa cache (for example, uniqueness) but queries k8s api directly instead of caching resources
Anything else you would like to add: [Miscellaneous information that will assist in solving the issue.]
Environment:
- Gatekeeper version:
- Kubernetes version: (use
kubectl version):
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.
!stale
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.
hello sozercan, what's the progress of this issue ? is it already implemented in gatekeeper? because the opa cache maybe increased too much when k8s cluster has 40+ nodes and 1400+ pods, so the better idea is making a request to api server instead of reading from cache.