crossplane

module
v0.10.0-rc Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 25, 2020 License: Apache-2.0

README

Build Status GitHub release Docker Pulls Go Report Card Slack Twitter Follow

Crossplane

Crossplane is an open source control plane that allows you to manage applications and infrastructure the Kubernetes way. It provides the following features:

  • Deployment and management of cloud provider managed services using the Kubernetes API.
  • Management and scheduling of configuration data across multiple Kubernetes clusters.
  • Separation of concern between infrastructure owners, application owners, and developers.
  • Infrastructure agnostic packaging of applications and their dependencies.
  • Scheduling applications into different clusters, zones, and regions.

Crossplane does not:

  • Require that you run your workloads on Kubernetes.
  • Manage the data plane across Kubernetes clusters.
  • Manage or provision non-hosted Kubernetes clusters.

Crossplane can be installed into any Kubernetes cluster, and is compatible with any Kubernetes-native project. It manages external services by installing Custom Resource Definitions (CRDs) and reconciling instances of those Custom Resources. Crossplane is built to be extensible, meaning that anyone can add functionality for an new or existing cloud provider.

Crossplane is comprised of four main components:

  1. Core Crossplane: the set of Kubernetes CRDs and controllers that manage installation of providers, stacks, and applications, as well as the scheduling of configuration data to remote Kubernetes clusters.
  2. Providers: the set of Kubernetes CRDs and controllers that provision and manage services on cloud providers. A cloud provider is any service that exposes infrastructure via an API.
  3. Stacks: a bundled set of custom resources that together represent an environment on a cloud provider. The bundle of instances can be created by a single custom resource.
  4. Applications: a deployable unit of code and configuration, which, when created, may involve provisioning new services which are managed by a provider, or consuming services created by a stack.

The full vision and architecture of the Crossplane project is described in our architecture document.

For more information, take a look at the official Crossplane documentation.

Get Involved

The Crossplane community meeting takes place every other Tuesday at 9:00am Pacific Time. Anyone who wants to discuss the direction of the project, design and implementation reviews, or raise general questions with the broader community is encouraged to join.

Crossplane is a community driven project; we welcome your contribution. To file a bug, suggest an improvement, or request a new feature please open an issue against Crossplane or the relevant stack. Refer to our contributing guide for more information on how you can help.

License

Crossplane is under the Apache 2.0 license.

FOSSA Status

Directories

Path Synopsis
Package apis contains Kubernetes API groups
Package apis contains Kubernetes API groups
cache
Package cache contains cache API versions
Package cache contains cache API versions
cache/v1alpha1
Package v1alpha1 contains portable resource claims for caching services such as Redis clusters.
Package v1alpha1 contains portable resource claims for caching services such as Redis clusters.
compute
Package compute contains Kubernetes API groups for cloud compute resources.
Package compute contains Kubernetes API groups for cloud compute resources.
compute/v1alpha1
Package v1alpha1 contains portable resource claims for compute services such as Kubernetes clusters.
Package v1alpha1 contains portable resource claims for compute services such as Kubernetes clusters.
database
Package database contains Kubernetes API groups for database resource claims.
Package database contains Kubernetes API groups for database resource claims.
database/v1alpha1
Package v1alpha1 contains portable resource claims for database services such as MySQL or PostgreSQL.
Package v1alpha1 contains portable resource claims for database services such as MySQL or PostgreSQL.
kubernetes
Package kubernetes contains Kubernetes API groups for kubernetes-related resources.
Package kubernetes contains Kubernetes API groups for kubernetes-related resources.
kubernetes/v1alpha1
Package v1alpha1 contains resources relating to Crossplane Kubernetes.
Package v1alpha1 contains resources relating to Crossplane Kubernetes.
oam
Package oam contains Kubernetes API groups for OAM resources.
Package oam contains Kubernetes API groups for OAM resources.
oam/v1alpha2
Package v1alpha2 contains resources relating to the Open Application Model.
Package v1alpha2 contains resources relating to the Open Application Model.
stacks
Package stacks contains Kubernetes API groups for Crossplane stacks.
Package stacks contains Kubernetes API groups for Crossplane stacks.
stacks/v1alpha1
Package v1alpha1 contains resources relating to Crossplane Stacks.
Package v1alpha1 contains resources relating to Crossplane Stacks.
storage
Package storage contains Kubernetes API groups for cloud provider storage.
Package storage contains Kubernetes API groups for cloud provider storage.
storage/v1alpha1
Package v1alpha1 contains portable resource claims for storage services such as buckets.
Package v1alpha1 contains portable resource claims for storage services such as buckets.
workload
Package workload contains Kubernetes API groups for cloud workload resources.
Package workload contains Kubernetes API groups for cloud workload resources.
workload/v1alpha1
Package v1alpha1 contains resources relating to Crossplane Workloads.
Package v1alpha1 contains resources relating to Crossplane Workloads.
cmd
pkg
stacks/truncate
Package truncate provides functions for truncating Kubernetes values in a predictable way offering mildly collision safe values usable in deterministic field searches.
Package truncate provides functions for truncating Kubernetes values in a predictable way offering mildly collision safe values usable in deterministic field searches.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL