Run Commands for All the clusters in your Kubeconfig in parallel
Have you ever wondered about running kubectl commands in parallel for some of your clusters? You must have written custom shell scripts or Golang scripts to do so. Fortunately, a tool to run commands in parallel now exists, Thanks to Ahmet Alp Balkan 🙏 Check out the GitHub repo, and don’t forget to ⭐️ the repo :) https://github.com/ahmetb/kubectl-foreach kubectl-foreach Is a tool that allows users to run a kubectl command in one or more contexts (clusters) in parallel....