docs snapshot for crossplane version `master`

This commit is contained in:
Crossplane 2019-09-21 02:33:30 +00:00
parent 9528a97c41
commit c78469b7d7
1 changed files with 19 additions and 18 deletions

View File

@ -232,21 +232,31 @@ on demand to further isolate the blast radius of applications.
### Cloud Provider Stack ### Cloud Provider Stack
See [infrastructure-stack](#infrastructure-stack). See [infrastructure-stack](#infrastructure-stack).
### Cluster
A Kubernetes cluster.
### Managed Cluster
A Managed Kubernetes cluster from a service provider such as GKE, EKS, or AKS.
### Target Cluster
A Kubernetes cluster where application deployments and pods are scheduled to run.
### Control Cluster
See [Dedicated Crossplane Instance](#dedicated-crossplane-instance).
### Crossplane Instance ### Crossplane Instance
Crossplane is a multicloud control plane, that happens to use the Kubernetes API machinery A Kubernetes cluster with:
as a platform for declarative management. A Crossplane Instance is an instance of a * Crossplane installed
Kuberentes API server with the Crossplane Stacks Manager installed into it, capable of * One or more worker nodes where Crossplane controllers can run
installing cloud provider or application Stacks to build a custom control plane for one * Zero or more Crossplane Stacks installed
or more environments.
### Dedicated Crossplane Instance ### Dedicated Crossplane Instance
Crossplane instance running on a dedicated k8s API server with no Kubernetes worker nodes. Crossplane instance running on a dedicated Kubernetes cluster
The Dedicated Crossplane Instance is separate from the target Kubernetes cluster(s) where separate from the target Kubernetes cluster(s) where
application deployments and pods are scheduled to run. application deployments and pods are scheduled to run.
### Embedded Crossplane Instance ### Embedded Crossplane Instance
Crossplane instance running on the same Kubernetes API server as the Kubernetes target cluster Crossplane instance running on a Kubernetes target cluster where app deployments and pods will run.
where app deployments and pods will run.
### Cloud Provider ### Cloud Provider
Cloud provider such as GCP, AWS, Azure offering IaaS, cloud networking, and managed services. Cloud provider such as GCP, AWS, Azure offering IaaS, cloud networking, and managed services.
@ -353,15 +363,6 @@ used for scheduling, and a series of resource templates representing resources
to be deployed to the scheduled cluster, and managed resources are provisioned to be deployed to the scheduled cluster, and managed resources are provisioned
and securely connected to the application. and securely connected to the application.
### Cluster
A Kubernetes cluster.
### Target Cluster
A Kubernetes cluster where application deployments and pods are scheduled to run.
### Managed Cluster
A Managed Kubernetes cluster from a service provider such as GKE, EKS, or AKS.
### In-Tree ### In-Tree
In-tree means its source code lives in a core Crossplane git repository. In-tree means its source code lives in a core Crossplane git repository.