Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 914 Bytes

File metadata and controls

33 lines (21 loc) · 914 Bytes

Service Mesh

This module defines different options for running a service mesh. This includes:

  • Linkerd lightweight service mesh for kubernetes created by Buoyant.

Installation

  1. First, initialize terraform:
terraform init
  1. Validate that the terraform resources are valid. If your terraform is valid the validate command will respond with "Success! The configuration is valid."
terraform validate
  1. Run a terraform plan. The terraform plan will give you a summary of all the changes terraform will perform prior to deploying any change.
terraform plan
  1. Deploy the changes by applying the terraform plan. You will be asked to confirm the changes and must respond with "yes".
terraform apply

Instructions for installing individual monitoring services can be found in their specific README files.