Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add get-started-overview.md #235

Merged
merged 2 commits into from
Nov 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions docs/get-started-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,31 @@

## Working with Terraform Modules

Example of how to create static website hosting on different clouds.
Example of how to create a 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) |
| AWS | [Quick Start on AWS](https://docs.cluster.dev/get-started-cdev-aws/) | <img src="./images/AWS.png" width="50" height="50"> <img src="./images/terraform.png" width="50" height="50"> |
| Azure | [Quick Start on Azure](https://docs.cluster.dev/get-started-cdev-azure/) | <img src="./images/AZURE.png" width="50" height="50"> <img src="./images/terraform.png" width="50" height="50"> |
| GCP | [Quick Start on GCP](https://docs.cluster.dev/get-started-cdev-gcp/) | <img src="./images/Google Cloud Platform.png" width="50" height="50"> <img src="./images/terraform.png" width="50" height="50"> |

## Kubernetes Deployment with Helm Charts

Example of how to deploy application with Helm and Terraform to Kubernetes.
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) |
| Kubernetes Terraform Helm | [Quick Start with Kubernetes](https://docs.cluster.dev/get-started-cdev-helm/) | <img src="./images/Kubernetes.png" width="50" height="50"> <img src="./images/terraform.png" width="50" height="50"> <img src="./images/HELM.png" width="50" height="50"> |

## Bootstrapping Kubernetes in Different Clouds

Create fully featured Kubernetes clusters with required addons.
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) |
| AWS | EKS | [AWS-EKS](https://docs.cluster.dev/examples-aws-eks/) | <img src="./images/AWS.png" width="50" height="50"> <img src="./images/Kubernetes.png" width="50" height="50"> |
| AWS | K3s | [AWS-K3s](https://docs.cluster.dev/examples-aws-k3s/) | <img src="./images/AWS.png" width="50" height="50"> <img src="./images/K3s.png" width="50" height="50"> |
| GCP | GKE | [GCP-GKE](https://docs.cluster.dev/examples-gcp-gke/) | <img src="./images/Google Cloud Platform.png" width="50" height="50"> <img src="./images/Kubernetes.png" width="50" height="50"> |
| AWS | K3s + Prometheus| [AWS-K3s Prometheus](https://docs.cluster.dev/examples-aws-k3s-prometheus/) | <img src="./images/AWS.png" width="50" height="50"> <img src="./images/K3s.png" width="50" height="50"> <img src="./images/Prometheus.png" width="50" height="50"> |
| DO | K8s | [DO-K8s](https://docs.cluster.dev/examples-do-k8s/) | <img src="./images/Digital Ocean.png" width="50" height="50"> <img src="./images/Kubernetes.png" width="50" height="50"> |

1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ nav:
- What Is Cluster.dev?: index.md
- How Does It Work?: how-does-cdev-work.md
- Getting Started:
- Overview: get-started-overview.md
- Quick Start on AWS: get-started-cdev-aws.md
- Quick Start on Azure: get-started-cdev-azure.md
- Quick Start on GCP: get-started-cdev-gcp.md
Expand Down
Loading