Skip to content

Commit

Permalink
Initial commit for get-started overview
Browse files Browse the repository at this point in the history
  • Loading branch information
voatsap committed Oct 27, 2023
1 parent a2d14c7 commit d324038
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions docs/get-started-overview.md
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) |

0 comments on commit d324038

Please sign in to comment.