Skip to content

cloud-native-skunkworks/terraform-aws-infrastructure

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terraform-aws-infrastructure

Terraform

This project contains resources for SRE infrastructure to be deployed to AWS.

Requirements:

  • kubectl
  • helm
  • tfenv
  • awscli

images

images1

Using the loki datasource within Grafana...

images2

Installation

  • terraform login ( you can modify the backend to your workspace in terraform cloud )
cd terraform
terraform apply -target=module.cluster
terraform apply -target=module.deployment

Cluster access

aws eks --region eu-west-2 update-kubeconfig --name sre-infra

or use...

TOKEN=$(terraform output -raw cluster_token)

About

Product in a box infrastructure on AWS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HCL 100.0%