Cluster.dev Examples Overview ¶
Working with Terraform Modules ¶
Example of how to create a static website hosting on different clouds:
Cloud Provider | Sample Link | Technologies |
---|---|---|
AWS | Quick Start on AWS | |
Azure | Quick Start on Azure | |
GCP | Quick Start on GCP |
Kubernetes Deployment with Helm Charts ¶
Example of how to deploy application with Helm and Terraform to Kubernetes:
Description | Sample Link | Technologies |
---|---|---|
Kubernetes Terraform Helm | Quick Start with Kubernetes |
Bootstrapping Kubernetes in Different Clouds ¶
Create fully featured Kubernetes clusters with required addons:
Cloud Provider | Kubernetes Type | Sample Link | Technologies |
---|---|---|---|
AWS | EKS | AWS-EKS | |
AWS | K3s | AWS-K3s | |
Azure | AKS | Azure-AKS | |
GCP | GKE | GCP-GKE | |
AWS | K3s + Prometheus | AWS-K3s Prometheus | |
DO | K8s | DO-K8s |
Deploying LLM on top of Kubernetes cluster ¶
Cloud Provider | Kubernetes Type | Sample Link | Technologies |
---|---|---|---|
AWS | EKS | HF LLM in EKS |