Image created with instruction from https://github.com/kubernetes-sigs/cloud-provider-kind
555
# using the host network
docker run --name kind-lb --rm --network host -d -v /var/run/docker.sock:/var/run/docker.sock alyvusal/cloud-provider-kind:latest
# or the kind network
docker run --name kind-lb --rm --network kind -d -v /var/run/docker.sock:/var/run/docker.sock alyvusal/cloud-provider-kind:latest
Check LoadBalancer with Kind k8s and How to use it for more information.
Content type
Image
Digest
sha256:ef7eb0c76…
Size
110.3 MB
Last updated
9 months ago
docker pull alyvusal/cloud-provider-kind