Sign inSign up

nedix/kubernetes-tools

By nedix

Updated 5 days ago

Commandline tools to work with Kubernetes resources such as Helm charts and Kustomize manifests.

Image
1

10K+

nedix/kubernetes-tools repository overview

kubernetes-tools-container

Commandline tools to work with Kubernetes resources such as Helm charts and Kustomize manifests.

Usage

1. Prepare the Kubernetes config file
KUBERNETES_CONFIG_PATH="${HOME}/.kube/config"

OR

KUBERNETES_CONFIG_PATH="${PWD}/kubeconfig.yaml"
2. Start a shell session
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
3. Use any of the commands
  • argocd
  • helm
  • kfilt
  • kubectl
  • kubectl export
  • kubectl krew
  • kubectl neat
  • kustomize
  • yq

Tag summary

Content type

Image

Digest

sha256:ebfeb2668

Size

89.6 MB

Last updated

5 days ago

docker pull nedix/kubernetes-tools