-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial commit for get-started overview
- Loading branch information
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
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,32 @@ | ||
# Cluster.dev Examples Overview | ||
|
||
## Working with Terraform Modules | ||
|
||
Example of how to create static website hosting on different clouds. | ||
|
||
| Cloud Provider | Sample Link | Technology Image | | ||
|----------------|-------------------------------------------|------------------| | ||
| AWS | [Quick Start on AWS](#) | ![AWS Logo](aws-logo.png) ![Terraform Logo](terraform-logo.png) | | ||
| Azure | [Quick Start on Azure](#) | ![Azure Logo](azure-logo.png) ![Terraform Logo](terraform-logo.png) | | ||
| GCP | [Quick Start on GCP](#) | ![GCP Logo](gcp-logo.png) ![Terraform Logo](terraform-logo.png) | | ||
|
||
## Kubernetes Deployment with Helm Charts | ||
|
||
Example of how to deploy application with Helm and Terraform to Kubernetes. | ||
|
||
| Description | Sample Link | Technology Image | | ||
|-----------------------------|---------------------------------------|------------------| | ||
| Terraform Kubernetes Helm | [Quick Start with Kubernetes](#) | ![Kubernetes Logo](kubernetes-logo.png) ![Helm Logo](helm-logo.png) | | ||
|
||
## Bootstrapping Kubernetes in Different Clouds | ||
|
||
Create fully featured Kubernetes clusters with required addons. | ||
|
||
| Cloud Provider | Kubernetes Type | Sample Link | Technology Image | | ||
|----------------|-----------------|-------------------------|------------------| | ||
| AWS | EKS | [AWS-EKS](#) | ![AWS Logo](aws-logo.png) ![Kubernetes Logo](kubernetes-logo.png) | | ||
| AWS | K3s | [AWS-K3s](#) | ![AWS Logo](aws-logo.png) ![K3s Logo](k3s-logo.png) | | ||
| GCP | GKE | [GCP-GKE](#) | ![GCP Logo](gcp-logo.png) ![Kubernetes Logo](kubernetes-logo.png) | | ||
| AWS | K3s + Prometheus| [AWS-K3s Prometheus](#) | ![AWS Logo](aws-logo.png) ![K3s Logo](k3s-logo.png) ![Prometheus Logo](prometheus-logo.png) | | ||
| DO | K8s | [DO-K8s](#) | ![DO Logo](do-logo.png) ![Kubernetes Logo](kubernetes-logo.png) | | ||
|