Lightweight, up-to-date Docker images with kubectl.
All tags follow the pattern:
ghcr.io/clevyr/kubectl:<k8s-version>[-variant]
latest
contains the latest Kubernetes releasealpine
is the Alpine Linux variant and contains the latest Kubernetes releasev1.33
pin to a specific Kubernetes version.- Variants:
- (no suffix): Based on
scratch
-alpine
: Based on Alpine Linux
- (no suffix): Based on
docker run --rm -it \
-v ~/.kube:/.kube:ro \
ghcr.io/clevyr/kubectl get pods
docker run --rm -it \
-v ~/.kube:/.kube:ro \
ghcr.io/clevyr/kubectl:alpine get pods