A set of libraries for writing Crossplane controllers.
Go to file
Luke Weber d6bec33e4e Add EKSCluster worker node spec for cloudformation
Signed-off-by: Luke Weber <luke.weber@gmail.com>
2018-11-28 11:43:21 -08:00
build@6427a00dfc docs: Add automatic publishing of documentation. 2018-11-27 09:29:59 -08:00
hack rename to crossplane 2018-11-19 15:56:32 -08:00
pkg Add EKSCluster worker node spec for cloudformation 2018-11-28 11:43:21 -08:00
.gitignore Consolidate Resource Credentials Secrets constants 2018-11-12 21:09:03 -08:00
.gitmodules Initial Project Scaffolding (#13) 2018-09-13 17:20:02 -07:00
CONTRIBUTING.md rename to crossplane 2018-11-19 15:56:32 -08:00
DCO Initial Project Scaffolding (#13) 2018-09-13 17:20:02 -07:00
Gopkg.lock Add EKS types, client and controller 2018-11-19 15:37:15 -08:00
Gopkg.toml Update Workload type (again), converting to list of resources 2018-11-19 11:18:30 -08:00
INSTALL.md rename to crossplane 2018-11-19 15:56:32 -08:00
Jenkinsfile fix a warning of in jenkins when archiving 2018-11-20 08:58:07 -08:00
LICENSE rename to crossplane 2018-11-19 15:56:32 -08:00
Makefile docs: Add automatic publishing of documentation. 2018-11-27 09:29:59 -08:00
PROJECT rename to crossplane 2018-11-19 15:56:32 -08:00
README.md rename to crossplane 2018-11-19 15:56:32 -08:00
ROADMAP.md rename to crossplane 2018-11-19 15:56:32 -08:00

README.md

Project Crossplane (codename)

What is Crossplane?

Crossplane is an open source external-resource-definition for Kubernetes , providing the platform, framework, and support for a diverse set of the managed resources offered by major cloud providers (Currently focused on AWS and GCP)

Crossplane turns storage software into self-managing, self-scaling, and self-healing of managed cloud resources. Crossplane extends the facilities provided by Kubernetes such container management, scheduling and orchestration to the external resources.

Crossplane integrates deeply into cloud native environments leveraging extension points and providing a seamless experience for scheduling, lifecycle management, resource management, security, monitoring, and user experience.

For more details about the cloud providers and resources currently supported by Crossplane, please refer to the project status section below. We plan to continue adding support for other cloud providers and resource based on community demand and engagement in future releases. See our roadmap for more details.

Contributing

We welcome contributions. See Contributing to get started.

Report a Bug

For filing bugs, suggesting improvements, or requesting new features, please open an issue.

Project Status

The status of each storage provider supported by Crossplane can be found in the table below. Each API group is assigned its own individual status to reflect their varying maturity and stability. More details about API versioning and status in Kubernetes can be found on the Kubernetes API versioning page, but the key difference between the statuses are summarized below:

  • Alpha: The API may change in incompatible ways in a later software release without notice, recommended for use only in short-lived testing clusters, due to increased risk of bugs and lack of long-term support.
  • Beta: Support for the overall features will not be dropped, though details may change. Support for upgrading or migrating between versions will be provided, either through automation or manual steps.
  • Stable: Features will appear in released software for many subsequent versions and support for upgrading between versions will be provided with software automation in the vast majority of scenarios.
Name Details API Group Status
AWS Database Database storage services in AWS database.aws.crossplane.io/v1alpha1 Alpha
GCP Database Database storage services in GCP database.gcp.crossplane.io/v1alpha1 Alpha

Official Releases

Official releases of Crossplane can be found on the releases page. Please note that it is strongly recommended that you use official releases of Crossplane, as unreleased versions from the master branch are subject to changes and incompatibilities that will not be supported in the official releases. Builds from the master branch can have functionality changed and even removed at any time without compatibility support and without prior notice.

Licensing

Crossplane is under the Apache 2.0 license.