redhat-cop / namespace-configuration-operator

The namespace-configuration-operator helps keeping configurations related to Users, Groups and Namespaces aligned with one of more policies specified as a CRs
Apache License 2.0
204 stars 55 forks source link

Architecture Diagram? #26

Closed karlkfi closed 4 years ago

karlkfi commented 4 years ago

Anyone have a component diagram for this? Is it just a single Deployment? Is it HA?

Side note: Is this really an operator? Seems like just a controller with a CRD, since it doesn't manage the lifecycle of any pods or application.

raffaelespazzoli commented 4 years ago

@karlkfi there is nothing that gets deployed by this operator except for the resources that you define. this operator manages configuration not applications, so I feel most of your questions do not apply.