This module defines different options for running a service mesh. This includes:
- Linkerd lightweight service mesh for kubernetes created by Buoyant.
- First, initialize terraform:
terraform init
- 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
- 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
- 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.