Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 393 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 393 Bytes

MiniKubectl

This is the build of a miniture kubernetes cli docker container.

Why use it

Usage

$ docker run --rm readytalk/minikubectl:v1.10 kubectl --help

Usage example1

For example to access a local Kubernetes cluster you may run:

$ docker run --rm --net=host --user $UID -v ~/.kube:/config/.kube readytalk/minikubectl:v1.10 kubectl cluster-info