Hacking in kind (Kubernetes in Docker)

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. operator-sdk

    SDK for building Kubernetes applications. Provides high level APIs, useful abstractions, and project scaffolding.

    I've recently been working on an operator (built using the operator-sdk) that manages cluster node lifecycles. Kind allows you to spin up clusters with multiple nodes, using a Docker container per-node and joining them using a common Docker network. However, the kind executable does not allow you to modify an existing cluster by adding or removing a node.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. kind

    Kubernetes IN Docker - local clusters for testing Kubernetes

    Kind allows you to run a Kubernetes cluster inside Docker. This is incredibly useful for developing Helm charts, Operators, or even just testing out different k8s features in a safe way.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • The Ultimate Kubernetes Guide: From Zero to Production-Ready

    3 projects | dev.to | 11 May 2025
  • ToolHive: An MCP Kubernetes Operator

    2 projects | dev.to | 1 May 2025
  • Local Kubernetes Development Made Easy with Telepresence Replace Mode

    1 project | dev.to | 27 Apr 2025
  • ToolHive: Secure MCP in a Kubernetes-native World

    2 projects | dev.to | 22 Apr 2025
  • Simulando um cluster k8s localmente com Kind

    3 projects | dev.to | 21 Apr 2025

Did you know that Go is
the 4th most popular programming language
based on number of references?