Skip to content
This repository has been archived by the owner on May 21, 2020. It is now read-only.

Latest commit

 

History

History
24 lines (19 loc) · 971 Bytes

quick-start.md

File metadata and controls

24 lines (19 loc) · 971 Bytes
title toc weight
Getting Started
true
210

Quick Start Guide

This quick start will demonstrate using Crossplane to deploy a portable MySQL database on a single cloud provider, Google Cloud Platform. It serves as an initial introduction to Crossplane, but only displays a small portion of its functionality.

The general steps for this example are as follows:

  1. Install Crossplane and the GCP stack into your Kubernetes cluster.
  2. Configure GCP credentials in Crossplane.
  3. Provision a MySQL database on GCP.

Next Steps