This module defines different options for running an ingress proxy. This includes:
- NGINX an Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer.
- 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.