Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scality/zenko
Zenko is the open source multi-cloud data controller: own and keep control of your data on any cloud.
https://github.com/scality/zenko
artesca aws-s3 azure-storage cloud-native docker-swarm google-cloud grafana helm hybrid-cloud kafka kubernetes mongodb multi-cloud object-storage prometheus redis scality zenko zookeeper
Last synced: 25 days ago
JSON representation
Zenko is the open source multi-cloud data controller: own and keep control of your data on any cloud.
- Host: GitHub
- URL: https://github.com/scality/zenko
- Owner: scality
- License: apache-2.0
- Created: 2017-06-07T00:53:14.000Z (over 7 years ago)
- Default Branch: development/2.8
- Last Pushed: 2024-04-15T14:03:59.000Z (7 months ago)
- Last Synced: 2024-04-15T15:06:44.726Z (7 months ago)
- Topics: artesca, aws-s3, azure-storage, cloud-native, docker-swarm, google-cloud, grafana, helm, hybrid-cloud, kafka, kubernetes, mongodb, multi-cloud, object-storage, prometheus, redis, scality, zenko, zookeeper
- Language: Gherkin
- Homepage: https://www.zenko.io
- Size: 32.3 MB
- Stars: 539
- Watchers: 71
- Forks: 85
- Open Issues: 72
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zenko
![Zenko logo](res/zenko.io-logo-wide-bw.png)
[![Documentation Status](https://readthedocs.org/projects/zenko/badge/?version=latest)](https://zenko.readthedocs.io/en/latest/?badge=latest)
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/scality/Zenko)Zenko is [Scality](http://www.scality.com/)’s open source multi-cloud data
controller.Zenko provides a unified namespace, access API, and search capabilities for
data stored locally (using Docker volumes or Scality RING) or in public cloud
storage services like [Amazon S3](https://aws.amazon.com/s3),
[Microsoft Azure Blob storage](https://azure.microsoft.com/en-us/services/storage/blobs/),
or [Google Cloud Storage](https://cloud.google.com/storage/).Learn more at [Zenko.io](http://www.zenko.io/).
# Member of SODA foundation
[![Soda foundation logo](res/soda-foundation.png)](https://sodafoundation.io/)
## [Full Documentation](http://zenko.readthedocs.io)## Contributing
If you'd like to contribute, please review the
[Contributing Guidelines](https://github.com/scality/Guidelines/blob/development/8.1/CONTRIBUTING.md).If you have suggestions or questions you can leave the comments on the [Discussions](https://github.com/scality/Zenko/discussions) in this repository.
## Overview
This repository includes installation resources to deploy the full Zenko
stack on the [Kubernetes](https://kubernetes.io/) orchestration system.### Zenko Stack
The stack consists of:
- [nginx](https://nginx.org/en/)
- [Zenko Cloudserver](https://github.com/scality/S3)
- [Zenko Backbeat Async Replication Engine](https://github.com/scality/backbeat)
- [MongoDB](https://www.mongodb.com)
- [redis](https://redis.io/)all configured to talk to each other.
## Zenko in Production
- Includes high availability (HA)
- Asks for pre-existing volumes[Zenko Kubernetes Helm Chart deployment](./kubernetes)
[Deploying a HA Kubernetes cluster](https://github.com/scality/metal-k8s)