Running Kafka on Kubernetes for local development with Helm

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • kafka-local-kubernetes

    Local single kafka instance + schema registry + zookeeper to be used as local development.

    As usual you can find the source code with instructions in my Github Repository. To clone it: git clone [email protected]:mmaia/kafka-local-kubernetes.git, have fun.

  • kind

    Kubernetes IN Docker - local clusters for testing Kubernetes

    As seen in my previous posts the kind-config.yaml file is used to setup the local Kubernetes cluster using Kind.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

  • helm

    The Kubernetes Package Manager

    Now that I have posted about running Kafka on Kubernetes using Persistent Volumes(PV) and Persistent Volume Claims(PVC), and another post about running it using Storage Classes it's time to grab that knowledge and have a version of it running with Helm Charts.

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