Skip to content

Configuration For Provisioning SpaceOps Cloud Infrastructure.

Notifications You must be signed in to change notification settings

BlazeIsClone/spaceops-cloud-config

Repository files navigation

Cloud Config

Terraform

Prerequisites

  • A Google Cloud Platform account. If you do not have a GCP account, create one now. This tutorial can be completed using only the services included in the GCP free tier.
  • The gcloud CLI installed locally.
  • Terraform 0.15.3+ installed locally.
  • Project on Google Cloud Console

Provision Cloud Infrastructure

First authenticate kubectl for cluster access:

gcloud container clusters get-credentials spaceops-gke-default --region=us-west1

Terraform set variables:

touch terraform.tfvars

Terraform create resources:

terraform plan
terraform apply

Terraform destroy resources:

terraform destroy

About

Configuration For Provisioning SpaceOps Cloud Infrastructure.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages