Skip to content

mlaccetti/docker-kubectl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mlaccetti/kubectl

What is kubectl

kubectl is a CLI tool to control a Kubernetes cluster. This container also allows a user to run arbitrary commands.

Usage

docker run --rm mlaccetti/kubectl --help

Note: Entrypoint is set to kubectl so do not type wernight/kubectl kubectl.

If you want to run your own supplied command, you can instead run

docker run --rm mlaccetti/kubectl -- echo "Something"; kubectl --version

Packages

No packages published

Languages

  • Shell 100.0%