/kubernetes-tools-docker

Commandline tools to work with Kubernetes resources.

Primary LanguageShellMIT LicenseMIT

kubernetes-tools-docker

Commandline tools to work with Kubernetes resources.

Usage

Run the container

docker run --pull always --rm --name kubernetes-tools \
    --mount type=bind,source=<path to kubeconfig>,target=/mnt/kubeconfig.yaml,ro \
    ghcr.io/nedix/kubernetes-tools-docker

Use any of the commands

  • argocd
  • helm
  • kfilt
  • kubectl
  • kubectl export
  • kubectl krew
  • kustomize
  • yq

Attribution