You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Background: We are a company who has all images in one private AWS ECR.
In general, we have 2 types of images that we deploy-
Infrastructure related images (K8S components such as monitoring agents, etc..)- Deployed on various Namespaces.
Services images (All our micro-services) - Deployed only on a specific Namespace
We want to achieve the following Image Policy-
To summarized, we need all namespaces to be enforced with policy-controller-
Namespace of Services images must be deployed with signature validation + image glob validation.
Namespace of Infrastructure related images are deployed without signature validation + image glob validation.
The image glob pattern is the same for both 1+2.
Is there a way to achieve that with Policy-controller?
Thank you!
The text was updated successfully, but these errors were encountered:
Question
Hello Guys,
Is there a way to achieve the following flow-
Background: We are a company who has all images in one private AWS ECR.
In general, we have 2 types of images that we deploy-
Infrastructure related images (K8S components such as monitoring agents, etc..)- Deployed on various Namespaces.
Services images (All our micro-services) - Deployed only on a specific Namespace
We want to achieve the following Image Policy-
To summarized, we need all namespaces to be enforced with policy-controller-
The image glob pattern is the same for both 1+2.
Is there a way to achieve that with Policy-controller?
Thank you!
The text was updated successfully, but these errors were encountered: