My company has 80 AKS clusters, and our security team wants to install the Wiz admission controller on all of them. I'm looking for ways to automate this process, as I don't want to go through each cluster one by one. Are there any open-source tools that could help with this task?
5 Answers
Long-term, consider using ArgoCD or something similar. But if you need a quick solution, a shell script could loop through your contexts to automate it fairly easily. Just remember to do some testing before rolling this out since admission controllers can affect your deployments significantly.
I think I’ll go with Flux for now. Thanks for the suggestion, really appreciate it!
Project Sveltos might be a good option for you. It's worth checking out if you want to manage your clusters more efficiently!
Really? Does it work well with AKS? We're all about Azure!
On AKS, you can also use the fleet manager—it helps manage the configuration across your entire fleet. And don't overlook Flux as an option too!
Have you tried using ArgoCD? It’s a great tool for managing deployments across multiple clusters and could really simplify your process.
I’ve looked into ArgoCD and Codefresh too. Other than those, have you used any additional tools?
Good point! I’ve got some test clusters set up to play around with before going live. I like Argo too, but I’ll check out Flux. Trying to keep the solution simple!