Lightweight, up-to-date Docker images with kubectl.
All tags follow the pattern:
ghcr.io/clevyr/kubectl:<k8s-version>[-variant]
latestcontains the latest Kubernetes releasealpineis the Alpine Linux variant and contains the latest Kubernetes releasev1.33pin 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 podsdocker run --rm -it \
-v ~/.kube:/.kube:ro \
ghcr.io/clevyr/kubectl:alpine get pods