Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ceph/ceph-csi-operator
Kubernetes operator for managing the CephCSI plugins
https://github.com/ceph/ceph-csi-operator
ceph ceph-csi ceph-csi-operator cephcsi cephfs kubernetes kubernetes-operator nfs rbd
Last synced: about 2 months ago
JSON representation
Kubernetes operator for managing the CephCSI plugins
- Host: GitHub
- URL: https://github.com/ceph/ceph-csi-operator
- Owner: ceph
- License: apache-2.0
- Created: 2024-05-15T18:48:53.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-11-05T08:55:19.000Z (about 2 months ago)
- Last Synced: 2024-11-05T09:36:42.686Z (about 2 months ago)
- Topics: ceph, ceph-csi, ceph-csi-operator, cephcsi, cephfs, kubernetes, kubernetes-operator, nfs, rbd
- Language: Go
- Homepage:
- Size: 13 MB
- Stars: 14
- Watchers: 15
- Forks: 14
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ceph CSI Operator
[![Go Report Card](https://goreportcard.com/badge/github.com/ceph/ceph-csi-operator)](https://goreportcard.com/report/github.com/ceph/ceph-csi-operator)
![License](https://img.shields.io/github/license/ceph/ceph-csi-operator)
[![Mergify Status](https://img.shields.io/endpoint.svg?url=https://api.mergify.com/v1/badges/ceph/ceph-csi-operator&style=flat)](https://mergify.com)
![Version](https://img.shields.io/github/v/release/ceph/ceph-csi-operator)## Table of Contents
- [Ceph CSI Operator](#ceph-csi-operator)
- [Table of Contents](#table-of-contents)
- [Overview](#overview)
- [Quick Start](#quick-start)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [Reporting Issues](#reporting-issues)
- [Pull Requests](#pull-requests)
- [License](#license)
- [Contact](#contact)## Overview
The Ceph CSI Operator provides native management interfaces for [Ceph-CSI drivers (CephFS, RBD, and NFS)](https://github.com/ceph/ceph-csi) for Kubernetes based environments. The operator automates the deployment, configuration, and management of these drivers using new Kubernetes APIs defined as a set of Custom Resource Definitions (CRDs).
## Quick Start
For those eager to get started quickly, follow the steps outlined in the [Quick Start Guide](docs/quick-start.md).
## Installation
For detailed installation instructions, including methods using Helm and manual deployment, please visit the [Installation Guide](docs/installation.md).
## Usage
To learn how to use the Ceph CSI Operator, refer to the [Usage Guide](docs/usage.md).
## Contributing
We welcome contributions to the Ceph CSI Operator! Please follow [development-guide](docs/development-guide.md)
and [coding style guidelines](docs/coding.md) if you are interested to contribute to this repo.### Reporting Issues
If you encounter a problem, please [open an issue](https://github.com/ceph/ceph-csi-operator/issues) on GitHub. Be sure to fill the template when opening an issue.
### Pull Requests
We encourage you to submit pull requests for bug fixes, improvements, or new features. Please ensure that your code adheres to our coding standards and includes tests where applicable.
## License
The Ceph CSI Operator is licensed under the Apache License 2.0. See the [LICENSE](LICENSE) file for more details.
## Contact
Please use the following to reach members of the community:
- Slack: Join the
[#ceph-csi](https://ceph-storage.slack.com/archives/C05522L7P60) channel
on the [ceph Slack](https://ceph-storage.slack.com) to discuss anything
related to this project. You can join the Slack by this
[invite link](https://bit.ly/ceph-slack-invite)