openstack-charmers / charm-zookeeper-k8s

Zookeeper k8s sidecar charm
Apache License 2.0
1 stars 1 forks source link

zookeeper-k8s

Charmhub GitHub

Description

This Juju Charmed Operator deploys Apache ZooKeeper on top of Kubernetes.

Apache ZooKeeper is a service for storing the configuration (key-value store) of a distributed system and helping with synchronization between components of that system. This is for example used by Zuul, OpenStack's CI system.

Advanced documentation

Usage

Deploying

$ juju add-model myzookeeper
$ juju deploy zookeeper-k8s -n 3

Where:

Advanced usage

Contributing