forked from crossplane/crossplane
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Jared Watts <jbw976@gmail.com>
- Loading branch information
Showing
32 changed files
with
146 additions
and
13 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# User Guides | ||
|
||
* [Wordpress Quickstart](wordpress/quickstart.md) | ||
* [Wordpress Workload Demo](workload/demo.md) | ||
* [Troubleshooting](troubleshooting.md) |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: Concepts | ||
toc: true | ||
weight: 300 | ||
--- | ||
# Concepts |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
title: Deploy | ||
toc: true | ||
weight: 130 | ||
indent: true | ||
--- | ||
# Deploy | ||
|
||
Thank you for your time and effort to help us improve Crossplane! Here are a few steps to get started. If you have any questions, don’t hesitate to reach out to us on our [Slack](https://crossplaneio.slack.com) dev channel. | ||
|
||
## Improving the docs |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: FAQS | ||
toc: true | ||
weight: 400 | ||
--- | ||
# FAQS |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,29 @@ | ||
# User Guides | ||
--- | ||
title: Welcome | ||
toc: true | ||
weight: 110 | ||
--- | ||
# Crossplane | ||
|
||
* [Wordpress Quickstart](wordpress/quickstart.md) | ||
* [Wordpress Workload Demo](workload/demo.md) | ||
* [Troubleshooting](troubleshooting.md) | ||
Crossplane is an open source multicloud control plane. It introduces workload and resource abstractions on-top of existing managed services that enables a high degree of workload portability across cloud providers. A single crossplane enables the provisioning and full-lifecycle management of services and infrastructure across a wide range of providers, offerings, vendors, regions, and clusters. Crossplane offers a universal API for cloud computing, a workload scheduler, and a set of smart controllers that can automate work across clouds. | ||
|
||
<h4 align="center"><img src="media/arch.png" alt="Crossplane" height="400"></h4> | ||
|
||
Crossplane presents a declarative management style API that covers a wide range of portable abstractions including databases, message queues, buckets, data pipelines, serverless, clusters, and many more coming. It’s based on the declarative resource model of the popular [Kubernetes](https://github.com/kubernetes/kubernetes) project, and applies many of the lessons learned in container orchestration to multicloud workload and resource orchestration. | ||
|
||
Crossplane supports a clean separation of concerns between developers and administrators. Developers define workloads without having to worry about implementation details, environment constraints, and policies. Administrators can define environment specifics, and policies. The separation of concern leads to a higher degree of reusability and reduces complexity. | ||
|
||
Crossplane includes a workload scheduler that can factor a number of criteria including capabilities, availability, reliability, cost, regions, and performance while deploying workloads and their resources. The scheduler works alongside specialized resource controllers to ensure policies set by administrators are honored. | ||
|
||
For a deeper dive into Crossplane, see the [architecture](https://docs.google.com/document/d/1whncqdUeU2cATGEJhHvzXWC9xdK29Er45NJeoemxebo/edit?usp=sharing) document. | ||
|
||
* [Quick Start Guide](quick-start.md) | ||
* [Getting Started](getting-started.md) | ||
* [Installing Crossplane Software](install-crossplane.md) | ||
* [Adding Your Cloud Providers](cloud-providers.md) | ||
* [Deploying Workloads](deploy.md) | ||
* [Running Resources](running-resources.md) | ||
* [Troubleshooting](troubleshoot.md) | ||
* [Concepts](concepts.md) | ||
* [FAQs](faqs.md) | ||
* [Contributing](contributing.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
title: Adding Your Cloud Providers | ||
toc: true | ||
weight: 330 | ||
indent: true | ||
--- | ||
# Adding Your Cloud Providers | ||
|
||
* [Google Cloud Platform (GCP)](#google-cloud-platform-gcp) | ||
* [Microsoft Azure](#microsoft-azure) | ||
* [Amazon Web Services (AWS)](#amazon-web-services-aws) | ||
|
||
## Google Cloud Platform (GCP) | ||
|
||
## Microsoft Azure | ||
|
||
## Amazon Web Services (AWS) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,18 @@ | ||
--- | ||
title: Concepts | ||
toc: true | ||
weight: 300 | ||
weight: 410 | ||
--- | ||
# Concepts | ||
# Concepts | ||
|
||
## Resources and Workloads | ||
|
||
## Control Plane | ||
|
||
## Resource Claims and Resource Classes | ||
|
||
## Dynamic and Static Provisioning | ||
|
||
## Consuming Connection Secrets | ||
|
||
## Terminology Guide |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: Contributing | ||
toc: true | ||
weight: 610 | ||
--- | ||
# Contributing |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,17 @@ | ||
--- | ||
title: Deploy | ||
toc: true | ||
weight: 130 | ||
weight: 340 | ||
indent: true | ||
--- | ||
# Deploy | ||
# Deploying Workloads | ||
|
||
Thank you for your time and effort to help us improve Crossplane! Here are a few steps to get started. If you have any questions, don’t hesitate to reach out to us on our [Slack](https://crossplaneio.slack.com) dev channel. | ||
* [Crossplane Workload on Google Cloud Platform (GCP)](#crossplane-workload-on-google-cloud-platform-gcp) | ||
* [Crossplane Workload on Microsoft Azure](#crossplane-workload-on-microsoft-azure) | ||
* [Crossplane Workload on Amazon Web Services (AWS)](#crossplane-workload-on-amazon-web-services-aws) | ||
|
||
## Improving the docs | ||
## Crossplane Workload on Google Cloud Platform (GCP) | ||
|
||
## Crossplane Workload on Microsoft Azure | ||
|
||
## Crossplane Workload on Amazon Web Services (AWS) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
title: FAQS | ||
title: FAQs | ||
toc: true | ||
weight: 400 | ||
weight: 510 | ||
--- | ||
# FAQS | ||
# Frequently Asked Questions (FAQs) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
title: Getting Started | ||
toc: true | ||
weight: 310 | ||
--- | ||
# Getting Started | ||
|
||
* [Installing Crossplane Software](install-crossplane.md) | ||
* [Adding Your Cloud Providers](cloud-providers.md) | ||
* [Deploying Workloads](deploy.md) | ||
* [Troubleshooting](troubleshoot.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
title: Install | ||
toc: true | ||
weight: 320 | ||
indent: true | ||
--- | ||
# Installing Crossplane Software |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
title: Quick Start Guide | ||
toc: true | ||
weight: 210 | ||
--- | ||
# Quick Start Guide | ||
|
||
## Deploying a Workload |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
title: Running Resources | ||
toc: true | ||
weight: 350 | ||
indent: true | ||
--- | ||
# Running Resources |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
title: Troubleshooting | ||
toc: true | ||
weight: 360 | ||
indent: true | ||
--- | ||
# Troubleshooting |