Giter Site home page Giter Site logo

emmekappa / terraform-google-gke-on-steroids Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 1.0 45 KB

Terraform module that setups a GKE cluster with external-dns and fluxcd.

HCL 99.23% Makefile 0.77%
terraform gke terraform-module terraform-google kubernetes fluxcd helm external-dns github

terraform-google-gke-on-steroids's Introduction

terraform-google-gke-on-steroids

Examples

With Github repository

module "gke-on-steroids-flux-key" {
  source  = "emmekappa/gke-on-steroids/google//modules/flux-key"
  version = "0.2.0"
}

module "gke-on-steroids-github" {
  source                 = "emmekappa/gke-on-steroids/google//modules/github"
  version                = "0.2.0"
  cluster_name           = local.gke_cluster_name
  github_org_name        = "MY_ORG"
  github_repository_name = "MY_REPOSITORY"
  public_key_openssh     = module.gke-on-steroids-flux-key.public_key_openssh
}

module "gke-on-steroids" {
  source               = "emmekappa/gke-on-steroids/google"
  version              = "0.2.0"
  gcp_project_id       = var.gcp_project_id
  gcp_region           = var.gcp_region
  cluster_location     = var.gke_cluster_location
  cluster_name         = local.gke_cluster_name
  flux_path            = "k8s/${var.workspace}"
  gcp_credentials      = var.gcp_credentials
  parent_dns_zone_name = var.parent_dns_zone_name
  git_branch           = "master"
  git_http_url         = module.gke-on-steroids-github.git-http-url
  git_ssh_url          = module.gke-on-steroids-github.git-ssh-url
  private_key_pem      = module.gke-on-steroids-flux-key.private_key_pem
}

terraform-google-gke-on-steroids's People

Contributors

emmekappa avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

ryanoatz99

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.