Building a Kubernetes Operator with the Operator Framework

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

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. my-operator

    Overview

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. kubectx

    Faster way to switch between clusters and namespaces in kubectl

    kubectx: brew install kubectx

  4. kubectl-operator

    Manage Kubernetes Operators from the command line

    Kubernetes Operators simplify the management of complex applications on Kubernetes. In this guide, we'll walk through creating a simple Kubernetes Operator using the Operator Framework. We'll also cover setting up a local Kubernetes cluster with KIND (Kubernetes in Docker) and deploying the Operator to the KIND cluster.

  5. operator-sdk

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

    operator-sdk: brew install operator-sdk

  6. kubebuilder

    Kubebuilder - SDK for building Kubernetes APIs using CRDs

    kubebuilder: brew install kubebuilder

  7. k9s

    🐶 Kubernetes CLI To Manage Your Clusters In Style!

    k9s: brew install k9s

  8. kustomize

    Customization of kubernetes YAML configurations

    kustomize: brew install kustomize

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. helm

    The Kubernetes Package Manager

    helm: brew install helm

  11. helmify

    Creates Helm chart from Kubernetes yaml

    helmify: brew install arttor/tap/helmify

  12. OpenLens

    OpenLens Binary Build Repository

    To support visual feedback for the users who are using tools like Openlens, we can add a +kubebuilder:printcolumn annotation to the MyApp struct. To do so, add the following code to the MyApp struct:

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

  • Awesome Kubernetes Resources !!! 🔥

    45 projects | dev.to | 18 Mar 2025
  • Geodesic is a Linux toolbox container crafted to optimize DevOps workflows

    1 project | news.ycombinator.com | 17 Feb 2025
  • Open source toolkit to manage Kubernetes native applications

    1 project | news.ycombinator.com | 29 Oct 2023
  • What do you think about Terraform for Kubernetes ecosystem

    1 project | /r/kubernetes | 12 Jul 2023
  • Minikube broke my Kubectl config

    1 project | /r/kubernetes | 19 Apr 2023

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