Deploy Kubernetes cluster and install Code Blind using Terraform

Install a Kubernetes cluster and Code Blind declaratively using Terraform.

Prerequisites

  • Terraform v1.0.8
  • Access to the the Kubernetes hosting provider you are using (e.g. gcloud, awscli, or az utility installed)
  • Git

Installing Code Blind on Google Kubernetes Engine using Terraform

You can use Terraform to provision a GKE cluster and install Code Blind on it.

Installing Code Blind on AWS Elastic Kubernetes Service using Terraform

You can use Terraform to provision an EKS cluster and install Code Blind on it.

Installing Code Blind on Azure Kubernetes Service using Terraform

You can use Terraform to provision an AKS cluster and install Code Blind on it.


Last modified February 28, 2024: initial publish (7818be8)