All Projects → IBM → Ubiquity

IBM / Ubiquity

Licence: apache-2.0
Ubiquity

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Ubiquity

Docker Mastery For Nodejs
Docker Mastery for Node.js Projects, From a Docker Captain
Stars: ✭ 231 (+168.6%)
Mutual labels:  containers, docker-swarm
Komiser
☁️ Cloud Environment Inspector 👮🔒 💰
Stars: ✭ 2,684 (+3020.93%)
Mutual labels:  ibm, containers
Csi Test
CSI test frameworks
Stars: ✭ 90 (+4.65%)
Mutual labels:  storage, containers
Maya
Manage Container Attached Storage (CAS) - Data Engines in Kubernetes
Stars: ✭ 169 (+96.51%)
Mutual labels:  storage, containers
Awesome Scalability Toolbox
My opinionated list of products and tools used for high-scalability projects
Stars: ✭ 34 (-60.47%)
Mutual labels:  storage, containers
Miniswarm
Docker Swarm cluster in one command
Stars: ✭ 130 (+51.16%)
Mutual labels:  containers, docker-swarm
Mayastor
A cloud native declarative data plane in containers for containers
Stars: ✭ 215 (+150%)
Mutual labels:  storage, containers
Docker For All
Docker applied in development, devops, testing, product management etc.
Stars: ✭ 88 (+2.33%)
Mutual labels:  containers, docker-swarm
Caprover
Scalable PaaS (automated Docker+nginx) - aka Heroku on Steroids
Stars: ✭ 7,964 (+9160.47%)
Mutual labels:  containers, docker-swarm
Spec
Container Storage Interface (CSI) Specification.
Stars: ✭ 799 (+829.07%)
Mutual labels:  storage, containers
Please Contain Yourself
A Docker tutorial written for people who don't actually know Docker already.
Stars: ✭ 385 (+347.67%)
Mutual labels:  containers, docker-swarm
Csi Gcs
Kubernetes CSI driver for Google Cloud Storage
Stars: ✭ 44 (-48.84%)
Mutual labels:  storage, containers
Giropops Monitoring
Full stack tools for monitoring containers and other stuff. ;)
Stars: ✭ 1,019 (+1084.88%)
Mutual labels:  containers, docker-swarm
Pico
Object Detection and Analysis Made easy using Raspberry Pi, Apache Kafka, AWS Rekognition & Docker
Stars: ✭ 63 (-26.74%)
Mutual labels:  containers, docker-swarm
Linuxcontainers.org
The linuxcontainers.org website
Stars: ✭ 76 (-11.63%)
Mutual labels:  containers
Vault
Easy persistence of Contentful data for Android over SQLite.
Stars: ✭ 80 (-6.98%)
Mutual labels:  storage
3270font
A 3270 font in a modern format
Stars: ✭ 1,197 (+1291.86%)
Mutual labels:  ibm
Bitnami Docker Ghost
Bitnami Docker Image for Ghost
Stars: ✭ 76 (-11.63%)
Mutual labels:  containers
Fog Google
Fog for Google Cloud Platform
Stars: ✭ 83 (-3.49%)
Mutual labels:  storage
Sig Storage
🗄CNCF Storage SIG
Stars: ✭ 80 (-6.98%)
Mutual labels:  storage

Ubiquity Storage Service for Container Ecosystems

Build Status GoDoc Coverage Status License Go Report Card

The Ubiquity project enables persistent storage for the Kubernetes and Docker container frameworks. It is a pluggable framework available for different storage systems. The framework interfaces with the storage systems, using their plugins. Different container frameworks can use Ubiquity concurrently, allowing access to different storage systems.

Ubiquity supports the Kubernetes and Docker frameworks, using the following plugins:

The IBM official solution for Kubernetes, based on the Ubiquity project, is referred to as IBM Storage Enabler for Containers. You can download the installation package and its documentation from IBM Fix Central.

Ubiquity supports the following storage systems:

  • IBM block storage.

    IBM block storage is supported for Kubernetes via IBM Spectrum Connect. Ubiquity communicates with the IBM storage systems through Spectrum Connect. Spectrum Connect creates a storage profile (for example, gold, silver or bronze) and makes it available for Kubernetes.

  • IBM Spectrum Scale

    IBM Spectrum Scale file storage is supported for Kubernetes. Ubiquity communicates with IBM Spectrum Scale system directly via IBM Spectrum Scale management API v2.

The code is provided as is, without warranty. Any issue will be handled on a best-effort basis.

Solution overview

Ubiquity Overview

Description of Ubiquity Kubernetes deployment:

  • Ubiquity Kubernetes Dynamic Provisioner (ubiquity-k8s-provisioner) runs as a Kubernetes deployment with replica=1.
  • Ubiquity Kubernetes FlexVolume (ubiquity-k8s-flex) runs as a Kubernetes daemonset in all the worker and master nodes.
  • Ubiquity (ubiquity) runs as a Kubernetes deployment with replica=1.
  • Ubiquity database (ubiquity-db) runs as a Kubernetes deployment with replica=1.

Contribution

To contribute, follow the guidelines in Contribution guide

Support

For any questions, suggestions, or issues, use Github.

Licensing

Copyright 2016, 2017 IBM Corp.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

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].