Skip to content

clevyr/docker-kubectl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-kubectl

Lightweight, up-to-date Docker images with kubectl.

Tags

All tags follow the pattern:

ghcr.io/clevyr/kubectl:<k8s-version>[-variant]
  • latest contains the latest Kubernetes release
  • alpine is the Alpine Linux variant and contains the latest Kubernetes release
  • v1.33 pin to a specific Kubernetes version.
  • Variants:
    • (no suffix): Based on scratch
    • -alpine: Based on Alpine Linux

Examples

Scratch Image

docker run --rm -it \
  -v ~/.kube:/.kube:ro \
  ghcr.io/clevyr/kubectl get pods

Alpine Image

docker run --rm -it \
  -v ~/.kube:/.kube:ro \
  ghcr.io/clevyr/kubectl:alpine get pods

About

Lightweight, up-to-date Docker images with kubectl.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors 2

  •  
  •