From 35be32be790e290ffac5f6f78b086c8e81cf117d Mon Sep 17 00:00:00 2001 From: Mehdi MAHFOUDI Date: Tue, 10 Jan 2023 17:27:23 +0100 Subject: [PATCH] feat(brew): add kubernetes (#11) --- README.md | 10 ++++++++++ run_once_before_00_homebrew.sh | 14 ++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/README.md b/README.md index 19e8f92..51c7adb 100644 --- a/README.md +++ b/README.md @@ -37,3 +37,13 @@ curl -fsSL https://raw.githubusercontent.com/mehdicopter/dotfiles/main/install.s - [tflint](https://github.com/terraform-linters/tflint) - [infracost](https://github.com/infracost/infracost) - [driftctl](https://driftctl.com/) + +#### Kubernetes + +- [kubectl](https://kubernetes.io/docs/reference/kubectl/) +- [k9s](https://k9scli.io/) +- [kubectx](https://github.com/ahmetb/kubectx) + `kubens` +- [kubetail](https://github.com/johanhaleby/kubetail) +- [popeye](https://github.com/derailed/popeye) +- [helm](https://helm.sh/) +- [helm-docs](https://github.com/norwoodj/helm-docs) diff --git a/run_once_before_00_homebrew.sh b/run_once_before_00_homebrew.sh index c12e09f..8d17b3a 100644 --- a/run_once_before_00_homebrew.sh +++ b/run_once_before_00_homebrew.sh @@ -1,6 +1,11 @@ #!/bin/bash brew bundle --no-lock --file=/dev/stdin <