Sign inSign up

lucastercas/kubectl

By lucastercas

Updated almost 6 years ago

Image
0

121

lucastercas/kubectl repository overview

KubeCTL Docker Image

Kubectl Docker image, so you don't need to install the KubeCTL command line utility to use it.

Example Usage

Get pods on cluster:

docker run --rm -t --name kubectl \
  -v $(pwd)/cluster_config.yml:/app/cluster_config.yml \
  lucastercas/kubectl --kubeconfig /app/cluster_config.yml get pods

Tag summary

Content type

Image

Digest

Size

28.1 MB

Last updated

almost 6 years ago

docker pull lucastercas/kubectl