All Projects → cen-ngc5139 → zookeeper-operator

cen-ngc5139 / zookeeper-operator

Licence: Apache-2.0 license
Kubernetes operator for deploying and managing ZooKeeper, Implement OAM framework

Programming Languages

go
31211 projects - #10 most used programming language
Makefile
30231 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to zookeeper-operator

Kudo
Kubernetes Universal Declarative Operator (KUDO)
Stars: ✭ 849 (+4616.67%)
Mutual labels:  zookeeper, operator
dockerfiles
Multi docker container images for main Big Data Tools. (Hadoop, Spark, Kafka, HBase, Cassandra, Zookeeper, Zeppelin, Drill, Flink, Hive, Hue, Mesos, ... )
Stars: ✭ 29 (+61.11%)
Mutual labels:  zookeeper
workflow
A ZooKeeper and Curator based distributed workflow management library that enables distributed task workflows.
Stars: ✭ 91 (+405.56%)
Mutual labels:  zookeeper
whitebox-controller
Extensible generic controller for Kubernetes
Stars: ✭ 34 (+88.89%)
Mutual labels:  operator
codes-scratch-zookeeper-netty
zk + netty 实现集群节点文件同步服务
Stars: ✭ 29 (+61.11%)
Mutual labels:  zookeeper
european-transport-operators
NOT UP-TO-DATE ANYMORE, UNMAINTAINED. CHECK european-transport-feeds INSTEAD. List of european long-distance transport operators, available API endpoints, GTFS feeds and client modules.
Stars: ✭ 47 (+161.11%)
Mutual labels:  operator
logging-operator
A golang based operator to create and manage EFK (Elasticsearch, Fluentd, and Kibana) stack on Kubernetes
Stars: ✭ 42 (+133.33%)
Mutual labels:  operator
practice
Java并发编程与高并发解决方案:http://coding.imooc.com/class/195.html Java开发企业级权限管理系统:http://coding.imooc.com/class/149.html
Stars: ✭ 39 (+116.67%)
Mutual labels:  zookeeper
deploy
Deploy Development Builds of Open Cluster Management (OCM) on RedHat Openshift Container Platform
Stars: ✭ 133 (+638.89%)
Mutual labels:  operator
galaxykube
PolarDB-X Operator is a Kubernetes extension that aims to create and manage PolarDB-X cluster on Kubernetes.
Stars: ✭ 65 (+261.11%)
Mutual labels:  operator
aws-nlb-helper-operator
Simple operator to manage AWS NLB attributes using Kubernetes Service object annotations
Stars: ✭ 23 (+27.78%)
Mutual labels:  operator
kstone
Kstone is an etcd management platform, providing cluster management, monitoring, backup, inspection, data migration, visual viewing of etcd data, and intelligent diagnosis.
Stars: ✭ 592 (+3188.89%)
Mutual labels:  operator
carvel-secretgen-controller
secretgen-controller provides CRDs to specify what secrets need to be on Kubernetes cluster (to be generated or not)
Stars: ✭ 54 (+200%)
Mutual labels:  operator
ZooHelper
ZooKeeper可视化工具
Stars: ✭ 15 (-16.67%)
Mutual labels:  zookeeper
php-zookeeper
A PHP extension for interfacing with Apache ZooKeeper
Stars: ✭ 143 (+694.44%)
Mutual labels:  zookeeper
r6operators
r6operators is a collection of high-quality vectorized Rainbow Six: Siege Operator icons & metadata for Node.js
Stars: ✭ 75 (+316.67%)
Mutual labels:  operator
kubexpose-operator
CRD and Operator to access your Kubernetes Deployment over the Internet
Stars: ✭ 45 (+150%)
Mutual labels:  operator
nifi
Deploy a secured, clustered, auto-scaling NiFi service in AWS.
Stars: ✭ 37 (+105.56%)
Mutual labels:  zookeeper
rethinkdb-operator
A Kubernetes operator to manage RethinkDB clusters.
Stars: ✭ 22 (+22.22%)
Mutual labels:  operator
provider-kubernetes
Crossplane provider to provision and manage Kubernetes objects on (remote) Kubernetes clusters.
Stars: ✭ 63 (+250%)
Mutual labels:  operator

ZooKeeper Operator

License Language GoDoc Go Report Card Average time to resolve an issue Percentage of issues still open

Overview

ZooKeeper Operator is to manage ZooKeeper service instances deployed on the Kubernetes cluster. It is built using the Kubebuilder SDK, which is part of the Kubebuilder.

Features

With this operator, you're able to deploy and manage a HA Zookeeper Cluster:

  • Provision a Zookeeper cluster in a scalable and high-available way.
  • Update the spec of the deployed Zookeeper cluster to do adjustments like replicas (scalability) and resources.
    • ScaleUp
    • ScaleDown
    • Rollout
    • Observe
  • Create Prometheus target for the Zookeeper node.
  • Delete the Zookeeper cluster and all the related resources owned by the instance.

Design

Diagram below shows the overall design of this operator,

架构图

For more design details, check the architecture document.

Installation

You can follow the installation guide to deploy this operator to your K8s clusters.

Additionally, follow sample deployment guide to have a try of deploying the sample to your K8s clusters.

Versioning & Dependencies

Component \ Versions 0.5.0 1.0.0 1.1.0
Zookeeper 3.5.6 [TBD] [TBD]
agent 0.0.1 [TBD] [TBD]

Compatibilities

Kubernetes / Versions 0.5.0 1.0.0 1.1.0
1.17 + [TBD] [TBD]
1.18 + [TBD] [TBD]
1.19 + [TBD] [TBD]

Notes: += verified -= not verified

Development

Interested in contributions? Follow the CONTRIBUTING guide to start on this project. Your contributions will be highly appreciated and creditable.

Community

Documents

See documents here.

Additional Documents

License

Apache-2.0

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].