Raj Parwani:
Hello everyone , New to K8’s world . If I change something in one namespace and want it should reflect in my 3 more namespaces . Is it possible ? What’s the best approach ?
Swapnil S:
You can do the same changes on all other namespace’s deployment yaml files or else write a helm chart.
Raj Parwani:
Could you provide me the link to refer that would be really helpful . Not able to find a good one
Radoslaw Czajkowski:
What exactly do you change? Basically you would need to replicate the same settings for other namespaces via yaml files as mentioned by @Swapnil S
Vitor Jr.:
Hi @Raj Parwani, namespaces exist to create an abstraction, so if you want to change a Deployment, for example, to reflect in 3 namespaces, you would have to make 3 YAML files, one for each namespace.