Last active
June 29, 2023 03:20
-
-
Save mainiak/f38382326aff1e88af30d8837189940b to your computer and use it in GitHub Desktop.
Install K8S tools with Homebrew
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# git clone https://gist.github.com/f38382326aff1e88af30d8837189940b.git | |
# cd f38382326aff1e88af30d8837189940b | |
# brew bundle install | |
# | |
tap "homebrew/bundle" | |
tap "hashicorp/tap" | |
brew "hashicorp/tap/packer" | |
brew "hashicorp/tap/terraform" | |
brew "hashicorp/tap/vault" | |
tap "knative-sandbox/kn-plugins" | |
tap "tektoncd/tools" | |
brew "act" | |
tap "fluxcd/tap" | |
brew "argocd" | |
brew "cri-tools" | |
brew "faas-cli" | |
brew "fn" | |
brew "helm" | |
brew "k3sup" | |
brew "kind" | |
brew "kn" | |
brew "ko" | |
brew "kompose" | |
brew "kubernetes-cli" | |
brew "kops" | |
brew "krew" | |
brew "kubectx" | |
brew "kubeseal" | |
brew "kustomize" | |
brew "minikube" | |
brew "minisign" | |
brew "skopeo" | |
brew "sops" | |
brew "fluxcd/tap/flux" | |
brew "knative-sandbox/kn-plugins/quickstart" | |
brew "tektoncd/tools/tektoncd-cli" | |
cask "kui" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment