All Projects → richardalberto → terraform-google-kubernetes-istio

richardalberto / terraform-google-kubernetes-istio

Licence: MIT license
Creates a kubernetes cluster with istio enabled on GKE

Programming Languages

HCL
1544 projects
shell
77523 projects

Projects that are alternatives of or similar to terraform-google-kubernetes-istio

multicloud
A multicloud demonstration presented at KubeCon 2019 EU featuring the Hipster Shop across AKS, GKE, and On-Premises
Stars: ✭ 13 (-51.85%)
Mutual labels:  gke, istio
multitenant-microservices-demo
Full Isolation in Multi-Tenant SaaS with Kubernetes + Istio
Stars: ✭ 57 (+111.11%)
Mutual labels:  gke, istio
gke-istio-gce-demo
In this project, you will leverage Kubernetes Engine and Google Compute Engine to explore how Istio can manage services that reside outside of the Kubernetes Engine environment. You will deploy a typical Istio service mesh in Kubernetes Engine, then configure an externally deployed microservice to join the mesh.
Stars: ✭ 53 (+96.3%)
Mutual labels:  gke, istio
Microservices Demo
Sample cloud-native application with 10 microservices showcasing Kubernetes, Istio, gRPC and OpenCensus.
Stars: ✭ 11,369 (+42007.41%)
Mutual labels:  gke, istio
gke-istio-telemetry-demo
This project demonstrates how to use an Istio service mesh in a single Kubernetes Engine cluster alongside Prometheus, Jaeger, and Grafana, to monitor cluster and workload performance metrics. You will first deploy the Istio control plane, data plane, and additional visibility tools using the provided scripts, then explore the collected metrics …
Stars: ✭ 55 (+103.7%)
Mutual labels:  gke, istio
gke-rbac-walkthrough
A walk through of RBAC on a Google GKE Kubernetes 1.6 cluster.
Stars: ✭ 64 (+137.04%)
Mutual labels:  gke
terraform-aws-config
This module configures AWS Config, a service that enables you to assess, audit, and evaluate the configurations of your AWS resources.
Stars: ✭ 24 (-11.11%)
Mutual labels:  terraform-modules
kserve
Serverless Inferencing on Kubernetes
Stars: ✭ 1,621 (+5903.7%)
Mutual labels:  istio
apiclarity
Reconstruct Open API Specifications from real-time workload traffic seamlessly.
Stars: ✭ 290 (+974.07%)
Mutual labels:  istio
gke-logging-sinks-demo
This project describes the steps required to deploy a sample application to Kubernetes Engine that forwards log events to Stackdriver Logging. As a part of the exercise, you will create a Cloud Storage bucket and a BigQuery dataset for exporting log data.
Stars: ✭ 45 (+66.67%)
Mutual labels:  gke
terraform-module-versions
CLI tool that checks Terraform code for module updates. Single binary, no dependencies. linux, osx, windows. #golang #cli #terraform
Stars: ✭ 143 (+429.63%)
Mutual labels:  terraform-modules
k8-byexamples-ingress-controller
Deploy an ingress with SSL termination out of the box!
Stars: ✭ 28 (+3.7%)
Mutual labels:  gke
terraform-aws-api-gateway
Terraform module to create Route53 resource on AWS for create api gateway with it's basic elements.
Stars: ✭ 43 (+59.26%)
Mutual labels:  terraform-modules
iskan
Kubernetes Native, Runtime Container Image Scanning
Stars: ✭ 35 (+29.63%)
Mutual labels:  gke
gitops-playground
Reproducible infrastructure to showcase GitOps workflows and evaluate different GitOps Operators on Kubernetes
Stars: ✭ 77 (+185.19%)
Mutual labels:  gke
oidc-filter
A WASM plugin for Envoy supporting the Open ID Connect Authorization Flow, extending Istio's JWT functionality
Stars: ✭ 40 (+48.15%)
Mutual labels:  istio
terraform-aws-base-networking
Terraform module for building base networking in AWS
Stars: ✭ 15 (-44.44%)
Mutual labels:  terraform-modules
terraform-aws-iam-user
A Terraform module to create and manage Identity and Access Management (IAM) Users on Amazon Web Services (AWS). https://aws.amazon.com/iam
Stars: ✭ 17 (-37.04%)
Mutual labels:  terraform-modules
istio-lab
《Istio 入门与实战》官方配套实验代码库
Stars: ✭ 87 (+222.22%)
Mutual labels:  istio
Kubernetes-and-Cloud-Native-Associate-KCNA
Useful notes for the KCNA - Kubernetes and Cloud Native Associate
Stars: ✭ 162 (+500%)
Mutual labels:  istio

terraform-google-kubernetes-istio CircleCI

Create a kubernetes cluster with istio enabled

Usage

module "k8s_cluster" {
  source = "github.com/richardalberto/terraform-google-kubernetes-istio"

  gcp_project = "google-project-id"
  gcp_region  = "us-east4"
  
  cluster_name    = "test-cluster"
  cluster_region  = "us-east4"
  node_count      = 1
  master_username = "admin"
  master_password = "this_is_a_pretty_long_password_we_will_should_change!"

  helm_repository = "https://chart-repo.storage.googleapis.com"
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].