https://github.com/hasheddan/stack-rook-demo
https://github.com/hasheddan/stack-rook-demo
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/hasheddan/stack-rook-demo
- Owner: hasheddan
- License: apache-2.0
- Created: 2019-10-08T13:58:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-15T18:57:55.000Z (over 6 years ago)
- Last Synced: 2024-04-22T00:37:40.928Z (about 2 years ago)
- Language: Go
- Size: 1.19 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Stack-Rook
## Overview
This `stack-rook` repository is the implementation of a Crossplane infrastructure
[stack](https://github.com/crossplaneio/crossplane/blob/master/design/design-doc-stacks.md) for
[Rook](https://rook.io/).
The stack that is built from the source code in this repository can be installed into a Crossplane control plane and adds the following new functionality:
* Custom Resource Definitions (CRDs) that model Rook infrastructure and services (e.g. [Yugabyte](https://github.com/yugabyte/yugabyte-db), [CockroachDB](https://github.com/cockroachdb/cockroach), etc.)
* Controllers to provision these resources in a Rook Kubernetes cluster based on the users desired state captured in CRDs they create
* Implementations of Crossplane's [portable resource abstractions](https://crossplane.io/docs/master/running-resources.html), enabling Rook resources to fulfill a user's general need for cloud services
## Getting Started and Documentation
For getting started guides, installation, deployment, and administration, see our [Documentation](https://crossplane.io/docs/latest).
## Contributing
Stack-Rook is a community driven project and we welcome contributions.
See the Crossplane [Contributing](https://github.com/crossplaneio/crossplane/blob/master/CONTRIBUTING.md) guidelines to get started.
## Report a Bug
For filing bugs, suggesting improvements, or requesting new features, please open an [issue](https://github.com/crossplaneio/stack-rook/issues).
## Contact
Please use the following to reach members of the community:
- Slack: Join our [slack channel](https://slack.crossplane.io)
- Forums: [crossplane-dev](https://groups.google.com/forum/#!forum/crossplane-dev)
- Twitter: [@crossplane_io](https://twitter.com/crossplane_io)
- Email: [info@crossplane.io](mailto:info@crossplane.io)
## Roadmap
Stack-Rook goals and milestones are currently tracked in the Crossplane repository.
More information can be found in [ROADMAP.md](https://github.com/crossplaneio/crossplane/blob/master/ROADMAP.md).
## Governance and Owners
Stack-Rook is run according to the same [Governance](https://github.com/crossplaneio/crossplane/blob/master/GOVERNANCE.md) and [Ownership](https://github.com/crossplaneio/crossplane/blob/master/OWNERS.md) structure as the core Crossplane project.
## Code of Conduct
Stack-Rook adheres to the same [Code of Conduct](https://github.com/crossplaneio/crossplane/blob/master/CODE_OF_CONDUCT.md) as the core Crossplane project.
## Licensing
Stack-Rook is under the Apache 2.0 license.
[](https://app.fossa.io/projects/git%2Bgithub.com%2Fcrossplaneio%2Fstack-rook?ref=badge_large)