Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 935 Bytes

File metadata and controls

33 lines (21 loc) · 935 Bytes

Ingress

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.

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.