alyvusal/cloud-provider-kind

By alyvusal

Updated 9 months ago

Image created with instruction from https://github.com/kubernetes-sigs/cloud-provider-kind

Image
Networking
Developer tools
Web servers
0

555

alyvusal/cloud-provider-kind repository overview

# 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.

Tag summary

Content type

Image

Digest

sha256:ef7eb0c76

Size

110.3 MB

Last updated

9 months ago

docker pull alyvusal/cloud-provider-kind