https://github.com/readytalk/minikubectl
Simple alpine containers with kubectl included
https://github.com/readytalk/minikubectl
alpine docker kubectl kubernetes
Last synced: 5 months ago
JSON representation
Simple alpine containers with kubectl included
- Host: GitHub
- URL: https://github.com/readytalk/minikubectl
- Owner: ReadyTalk
- License: mit
- Created: 2019-03-11T19:38:39.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-11T12:05:21.000Z (almost 6 years ago)
- Last Synced: 2025-08-14T04:02:04.291Z (5 months ago)
- Topics: alpine, docker, kubectl, kubernetes
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MiniKubectl
This is the build of a miniture kubernetes cli docker container.
### Why use it
## Usage
```bash
$ docker run --rm readytalk/minikubectl:v1.10 kubectl --help
```
### Usage example1
For example to access a local Kubernetes cluster you may run:
```bash
$ docker run --rm --net=host --user $UID -v ~/.kube:/config/.kube readytalk/minikubectl:v1.10 kubectl cluster-info
```