Skip to content

Commit

Permalink
Update image links in get-started-overview.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anastyakulyk committed Nov 6, 2023
1 parent 61ed0c4 commit 85a8d98
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions docs/get-started-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,29 @@

Example of how to create a static website hosting on different clouds:

| Cloud Provider | Sample Link | Technology Image |
| Cloud Provider | Sample Link | Technology |
|----------------|-------------------------------------------|------------------|
| 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"> |
| AWS | [Quick Start on AWS](https://docs.cluster.dev/get-started-cdev-aws/) | <img src="./docs/images/AWS.png" width="50" height="50"> <img src="./docs/images/terraform.png" width="50" height="50"> |
| Azure | [Quick Start on Azure](https://docs.cluster.dev/get-started-cdev-azure/) | <img src="./docs/images/AZURE.png" width="50" height="50"> <img src="./docs/images/terraform.png" width="50" height="50"> |
| GCP | [Quick Start on GCP](https://docs.cluster.dev/get-started-cdev-gcp/) | <img src="./docs/images/Google Cloud Platform.png" width="50" height="50"> <img src="./docs/images/terraform.png" width="50" height="50"> |

## Kubernetes Deployment with Helm Charts

Example of how to deploy application with Helm and Terraform to Kubernetes:

| Description | Sample Link | Technology Image |
| Description | Sample Link | Technology |
|-----------------------------|---------------------------------------|------------------|
| 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"> |
| Kubernetes Terraform Helm | [Quick Start with Kubernetes](https://docs.cluster.dev/get-started-cdev-helm/) | <img src="./docs/images/Kubernetes.png" width="50" height="50"> <img src="./docs/images/terraform.png" width="50" height="50"> <img src="./docs/images/HELM.png" width="50" height="50"> |

## Bootstrapping Kubernetes in Different Clouds

Create fully featured Kubernetes clusters with required addons:

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

0 comments on commit 85a8d98

Please sign in to comment.