Commandline tools to work with Kubernetes resources such as Helm charts and Kustomize manifests.
10K+
Commandline tools to work with Kubernetes resources such as Helm charts and Kustomize manifests.
KUBERNETES_CONFIG_PATH="${HOME}/.kube/config"
OR
KUBERNETES_CONFIG_PATH="${PWD}/kubeconfig.yaml"
docker run \
--mount "type=bind,source=${KUBERNETES_CONFIG_PATH},target=/mnt/kubeconfig.yaml,ro" \
--name kubernetes-tools \
--pull always \
--rm \
-i \
-t \
-v "${PWD}:/project/" \
nedix/kubernetes-tools
argocdhelmkfiltkubectlkubectl exportkubectl krewkubectl neatkustomizeyqContent type
Image
Digest
sha256:ebfeb2668…
Size
89.6 MB
Last updated
5 days ago
docker pull nedix/kubernetes-tools