controller-runtime VS autobucket-operator

Compare controller-runtime vs autobucket-operator and see what are their differences.

controller-runtime

Repo for the controller-runtime subproject of kubebuilder (sig-apimachinery) (by kubernetes-sigs)

autobucket-operator

Cloud Storage Kubernetes Operator with Go and Operator SDK (by didil)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
controller-runtime autobucket-operator
53 2
2,305 11
2.6% -
9.4 0.0
2 days ago over 3 years ago
Go Go
Apache License 2.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

controller-runtime

Posts with mentions or reviews of controller-runtime. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-23.

autobucket-operator

Posts with mentions or reviews of autobucket-operator. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2020-11-19.
  • Autobucket Operator
    6 projects | dev.to | 19 Nov 2020
    The operator provides a special deployment annotation “ab.leclouddev.com/on-delete-policy” which can be set to “destroy” or “ignore”. If it is set to “destroy” as in our example above, the operator will delete the Cloud Storage bucket when the Bucket CR is deleted, and also when the Deployment is deleted since a Deployment deletion triggers a Bucket CR deletion (use carefully as you might lose data). This is done through Kubernetes Finalizers, which I highly encourage you to read on, and you can check the full code here.

What are some alternatives?

When comparing controller-runtime and autobucket-operator you can also consider the following projects:

client-go - Go client for Kubernetes.

helmify - Creates Helm chart from Kubernetes yaml

controller-tools - Tools to use with the controller-runtime libraries

ginkgo - A Modern Testing Framework for Go

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

bucket-text-api - Simple REST API (built with Go) to write text files to Cloud Buckets.

yaml - A better way to marshal and unmarshal YAML in Golang

argocd-operator - A Kubernetes operator for managing Argo CD clusters.

golang-design-pattern - 设计模式 Golang实现-《研磨设计模式》读书笔记

rbacsync - Automatically sync groups into Kubernetes RBAC

sample-controller-kubebuilder - This is Sample Controller(Foo Controller) developed by Kubebuilder

apimachinery