autobucket-operator VS controller-runtime

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

autobucket-operator

Cloud Storage Kubernetes Operator with Go and Operator SDK (by didil)

controller-runtime

Repo for the controller-runtime subproject of kubebuilder (sig-apimachinery) (by kubernetes-sigs)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
autobucket-operator controller-runtime
2 53
11 2,294
- 2.2%
0.0 9.3
over 3 years ago 8 days ago
Go Go
MIT License Apache License 2.0
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.

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.

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.

What are some alternatives?

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

helmify - Creates Helm chart from Kubernetes yaml

client-go - Go client for Kubernetes.

ginkgo - A Modern Testing Framework for Go

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

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

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

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

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

rbacsync - Automatically sync groups into Kubernetes RBAC

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

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

apimachinery