https://github.com/j-fuentes/kubectl
Docker image with kubectl for multiple architectures.
https://github.com/j-fuentes/kubectl
docker-container docker-image kubectl kubernetes
Last synced: 2 months ago
JSON representation
Docker image with kubectl for multiple architectures.
- Host: GitHub
- URL: https://github.com/j-fuentes/kubectl
- Owner: j-fuentes
- Created: 2021-04-06T19:34:08.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-20T20:17:36.000Z (over 3 years ago)
- Last Synced: 2025-01-15T10:55:52.172Z (over 1 year ago)
- Topics: docker-container, docker-image, kubectl, kubernetes
- Language: Dockerfile
- Homepage:
- Size: 5.86 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://hub.docker.com/r/josefuentes/kubectl):
```
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).