How can I automate the installation of Wiz admission controller across multiple AKS clusters?

0
5
Asked By TechDreamer42 On

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

Answered By ScriptedSolutions22 On

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.

TestingAdventurer56 -

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!

Answered By SimplicitySeeker45 On

I think I’ll go with Flux for now. Thanks for the suggestion, really appreciate it!

Answered By CloudKing88 On

Project Sveltos might be a good option for you. It's worth checking out if you want to manage your clusters more efficiently!

AzureNerd123 -

Really? Does it work well with AKS? We're all about Azure!

Answered By K8sGuru99 On

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!

Answered By CodeNinja21 On

Have you tried using ArgoCD? It’s a great tool for managing deployments across multiple clusters and could really simplify your process.

DevOpsExplorer77 -

I’ve looked into ArgoCD and Codefresh too. Other than those, have you used any additional tools?

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.