rishikrohan / terraform-google-load-balancer

Terraform modules for deploying Load Balancers in GCP

Home Page:https://gruntwork.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maintained by Gruntwork.io GitHub tag (latest SemVer) Terraform Version

Cloud Load Balancer Modules

This repo contains modules to perform load balancing on Google Cloud Platform (GCP) using Google Cloud Load Balancing.

Quickstart

If you want to quickly spin up a HTTP Load Balancer with multiple backends, you can run the example that is in the root of this repo. Check out the http-multi-backend example documentation for instructions.

What's in this repo

This repo has the following folder structure:

What is Cloud Load Balancing?

Cloud Load Balancing is a fully distributed, software-defined, managed service for all your traffic. It is not an instance or device based solution, so you won’t be locked into physical load balancing infrastructure or face the HA, scale and management challenges inherent in instance based LBs. Cloud Load Balancing features include:

  • HTTP(S) Load Balancing: HTTP(S) load balancing can balance HTTP and HTTPS traffic across multiple backend instances, across multiple regions.
  • Network TCP/UDP Load Balancing: load balance external traffic.
  • Internal TCP/UDP Load Balancing: load balance internal traffic.
  • Seamless Autoscaling: Autoscaling helps your applications gracefully handle increases in traffic and reduces cost when the need for resources is lower.
  • Cloud CDN Integration: Enabling Cloud CDN for HTTP(S) Load Balancing for optimizing application delivery for your users.
  • Stackdriver Logging: Stackdriver Logging for load balancing logs all the load balancing requests sent to your load balancer.

You can learn more about Cloud Load Balancing in the official documentation.

Who maintains this Module?

This Module and its Submodules are maintained by Gruntwork. Read the Gruntwork Philosophy document to learn more about how Gruntwork builds production grade infrastructure code. If you are looking for help or commercial support, send an email to support@gruntwork.io.

Gruntwork can help with:

  • Setup, customization, and support for this Module.
  • Modules and submodules for other types of infrastructure, such as VPCs, Docker clusters, databases, and continuous integration.
  • Modules and Submodules that meet compliance requirements, such as HIPAA.
  • Consulting & Training on GCP, AWS, Terraform, and DevOps.

How do I contribute to this Module?

Contributions are very welcome! Check out the Contribution Guidelines for instructions.

How is this Module versioned?

This Module follows the principles of Semantic Versioning. You can find each new release, along with the changelog, in the Releases Page.

During initial development, the major version will be 0 (e.g., 0.x.y), which indicates the code does not yet have a stable API. Once we hit 1.0.0, we will make every effort to maintain a backwards compatible API and use the MAJOR, MINOR, and PATCH versions on each release to indicate any incompatibilities.

License

Please see LICENSE.txt for details on how the code in this repo is licensed.

About

Terraform modules for deploying Load Balancers in GCP

https://gruntwork.io

License:Apache License 2.0


Languages

Language:HCL 69.1%Language:Go 30.9%