Giter Club home page Giter Club logo

terraform-kubernetes-istio's Introduction

Terraform Kubernetes Istio

Introduction

This module deploys and configures Istio inside a Kubernetes Cluster. The deployment of Istio through Helm requires a Helm2 to be used.

Security Controls

The following security controls can be met through configuration of this template:

  • TBD

Dependencies

  • Helm2 capable Terraform Provider (less than v1.0)
  • If using more than one version of the Helm provider, a provider alias can be used.

Optional (depending on options configured):

  • None

Usage

module "helm_istio" {
  source = "github.com/canada-ca-terraform-modules/terraform-kubernetes-istio?ref=v1.1.0"

  # This block can be used to specify an alias for a specifc provider configuration
  providers = {
    helm = "helm.istio"
  }

  chart_version = "1.4.9"
  dependencies = [
    "${module.namespace_istio_system.depended_on}",
  ]

  helm_namespace = "istio-system"
  helm_repository = "istio"

  values = <<EOF

EOF

  enable_cni = true
  cni_values = <<EOF

EOF

Variables Values

Name Type Required Value
chart_version string yes Version of the Helm Chart
dependencies string yes Dependency name refering to namespace module
helm_namespace string yes The namespace Helm will install the chart under
helm_repository string yes The repository where the Helm chart is stored
values list no Values to be passed to the Helm Chart
enable_cni boolean no Boolean which toggles Istio CNI Plugin installation
cni_values string no Values to be passed to the Helm Chart for the CNI

History

Date Release Change
20190729 20190729.1 Improvements to documentation and formatting
20190909 20190909.1 1st release
20200525 v1.0.0 1st major version
20200602 v1.0.1 Update to module to allow for installation of CNI
20200629 v1.1.0 Removed the provider specification to allow it to be injected in the module

terraform-kubernetes-istio's People

Contributors

justbert avatar sylus avatar zachomedia avatar

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.