Specify cluster specific values for nginx-ingress controller (e.g. public IP)? #1484
-
I am using flux2 base on this example: to maintain a set of AKS k8s clusters. I am not sure where to put my cluster specific nginx-controller values though. In the above example nginx values lives in:
meaning it will be applied across all cluster. But I need to have cluster specific information/values for nginx like:
Since I am storing public IPs for nginx in separate aks resource groups for each cluster. I would still like to share common configuration across cluster like:
Right now I am considering to move nginx configuration/values to the apps folder/files structure since it has the concept of base folder/configuration and cluster specific configuration. But is there a similar way to configure common and cluster specific configuration for infrastructure? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Please see the docs on Ways of structuring your repositories TLDR: using a kustomize base and overlays for the infrastructure items is the right approach |
Beta Was this translation helpful? Give feedback.
Please see the docs on Ways of structuring your repositories
TLDR: using a kustomize base and overlays for the infrastructure items is the right approach