Skip to content

Docker image with kubectl for multiple architectures.

Notifications You must be signed in to change notification settings

j-fuentes/kubectl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Container image with kubectl

This image is a slim debian base with curl and kubectl.

How to consume?

Pull from docker hub

I pushed this to dockerhub:

docker run -ti josefuentes/kubectl

Build your own

If you want an specific version, you can build your own:

make docker-build VERSION=v1.19.0

The same command but with docker-push will push the image.

This image vs alternatives?

I decided to build this one because I could not find another image available for multiple platforms.

I use this in my home k8s cluster, which has nodes of different architectures (amd64, rpis running 32bits raspbian and rpis running Ubuntu 64bits).

About

Docker image with kubectl for multiple architectures.

Topics

Resources

Stars

Watchers

Forks