cloud-provider-kind
« Back to VersTracker
Description:
Cloud provider for KIND clusters
Type: Formula  |  Latest Version: 0.10.0@0  |  Tracked Since: Dec 17, 2025
Links: Homepage  |  formulae.brew.sh
Category: Developer tools
Tags: kubernetes kind cloud-provider local-development devops
Install: brew install cloud-provider-kind
About:
cloud-provider-kind is a controller that runs inside a Kubernetes cluster created with KIND (Kubernetes IN Docker). It implements the Kubernetes cloud provider interface, allowing the cluster to automatically provision cloud resources like LoadBalancer Services by mapping them to Docker networking constructs. This enables realistic development and testing of cloud-native applications on a local machine without needing actual cloud infrastructure.
Key Features:
  • Implements the Kubernetes cloud-provider interface for KIND clusters
  • Automatically creates Docker network resources for LoadBalancer Services
  • Enables local testing of cloud-dependent applications
  • Supports dual-stack and IPv6 networking configurations
Use Cases:
  • Local development of applications requiring LoadBalancer Services
  • Testing cloud-provider dependent workloads without cloud costs
  • CI/CD pipelines needing realistic cluster behavior
Alternatives:
  • metallb – MetalLB is a general-purpose bare-metal load balancer, while cloud-provider-kind is specifically designed for KIND's Docker-based networking
  • k3d – k3d provides lightweight Kubernetes clusters with built-in load balancing, whereas cloud-provider-kind adds cloud-provider semantics to standard KIND clusters
Version History
Detected Version Rev Change Commit
Oct 10, 2025 10:57pm 0 VERSION_BUMP ba191bb5
Oct 10, 2025 3:07am 0 VERSION_BUMP bcdc7169
Sep 12, 2025 8:50pm 0 VERSION_BUMP fd2d85a2