Creating Kubernetes Operators with operator-sdk

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
Sevalla - Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
sevalla.com
featured
  1. k8s-operator-talk

    k8s operator example

    The first command generates all the files necessary to create the CRD. The second generates a docker container and pushes it to the indicated repository. The last command installs the generated container on the cluster. Tip: You can automate controller generation and installation in your development environment using Tilt. This project's repository has a Tiltfile that does all this work. To learn more about Tilt, check out my post about the tool.

  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. operator-sdk

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

    To illustrate what we can do with an operator, I will create a proof of concept using operator-sdk. According to the official website::

  4. kubernetes

    Production-Grade Container Scheduling and Management

    Kubernetes is a project created by Google in mid-2015 that quickly became the standard for managing container execution. You can host it on your machines or use a solution delivered by one of the big cloud players like AWS, Google, and DigitalOcean.

  5. hub-feedback

    Feedback and bug reports for the Docker Hub

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

  • Hacking in kind (Kubernetes in Docker)

    2 projects | dev.to | 18 Nov 2023
  • Geek's Guide to Kubernetes Image Credential Provider Plugins: No Bloat

    6 projects | dev.to | 30 Aug 2025
  • OTEL Observability with Langfuse for Strands Agents

    2 projects | dev.to | 29 Aug 2025
  • Going Serverless on Kubernetes with OpenFaaS

    2 projects | dev.to | 29 Aug 2025
  • Compose, Swarm, or K8s? a brutally honest decision guide

    2 projects | dev.to | 29 Aug 2025

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