provider-storage
Introduction
The provider-storage
Configuration Package is the root project for a collection of different configuration packages that enable the creation of S3-compatible object storage called buckets
or containers
as well as the possibility to request access from or grant access to those buckets
.
The following configuration packages are built from provider-storage
:
storage-minio
First steps
Before you can work with any of the configuration packages built from provider-storage
you need to install Crossplane into your Kubernetes cluster. An easy way to start testing the configuration package is on a local kind cluster.
You can either follow a tutorial to set up everything from scratch to deploy your first Claim or, if you already have experience with Crossplane and Kubernetes, follow a how-to guide on how to install a specific configuration package built from providers-storage
.
Getting help
How the documentation is organized
The documentation is organized in four distinct parts:
- Tutorials invite you to follow a series of steps to install, run and deploy your first Claim for each configuration package.
- How-to guides are more advanced than tutorials and guide you through specific problems and use-cases.
- Reference guides contain the API definitions for the Composite Resource Definitions of the configuration packages.
- Discussions provide some insight in the inner workings of the Compositions and some reasoning behind their implementation.
Note
All configuration packages built from provider-storage
share the same Composite Resource Definition!