Kubernetes Client kubectl in docker can be used to communicate with K8s Cluster.
Use -v to load your own kube config file into container. Replace with yours
docker run --rm \
-v ~/kubectl-in-docker/kubeconfig:/kubeconfig/kubeconfig \
ericwudocker01/kubectl:stable --kubeconfig=/kubeconfig/kubeconfig <command>
make build
make push
make test
Content type
Image
Digest
Size
16.6 MB
Last updated
almost 7 years ago
docker pull ericwudocker01/kubectl