feat(mise): add kind for k8s cluster

Just compare with k3d and use it in _descomplicando kubernetes_ course.
This commit is contained in:
João Paulo Dubas 2024-05-07 12:22:28 +00:00
parent 26fe5dfd37
commit d2b85742ff
Signed by: joao.dubas
SSH Key Fingerprint: SHA256:V1mixgOGRc/YMhGx/DNkOSmJxgA2vHNrDZEk3wt/kOA
2 changed files with 2 additions and 0 deletions

View File

@ -199,6 +199,7 @@ RUN ${LOCAL_BIN_HOME}/mise plugins install --force --yes \
k3d \
k3sup \
k9s \
kind \
kubectl \
kubie \
lefthook \

View File

@ -12,6 +12,7 @@ helm = "3.14.3"
k3d = "5.6.0"
k3sup = "0.13.5"
k9s = "0.32.3"
kind = "0.22.0"
kubectl = "1.29.3"
kubie = "0.23.0"
lefthook = "1.6.7"