OPA-Istio Kubernetes - Does the sidecar OPA read from the admission controller cache? #272
Unanswered
Thomas-Rice
asked this question in
Envoy
Replies: 1 comment 7 replies
-
Hi Thomas! 🙂 I'm not sure what you are referring to as an admission controller here. Are you using OPA for Kubernetes admission control as well? That deployment would normally be kept separate from any other type of OPA deployments in you cluster. What data from the admission controller would you want to make available in you sidecars? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I've injected data into the admission controller, but when i create a new deployment with a sidecar OPA, I cannot seem to get the data that is stored in the admission controllers cache.
Would anyone know how this works? If the sidecars are meant to be their own isolated OPA or talk to the central admission controller for the data?
Beta Was this translation helpful? Give feedback.
All reactions