Kubectl Docker image, so you don't need to install the KubeCTL command line utility to use it.
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
Content type
Image
Digest
Size
28.1 MB
Last updated
almost 6 years ago
docker pull lucastercas/kubectl