We believe there is an opportunity to create a truly outstanding developer experience for deploying to the cloud, however developing this vision requires that we temporarily limit our focus to just one cloud. Gruntwork has hundreds of customers currently using AWS, so we have temporarily suspended our maintenance efforts on this repo. Once we have implemented and validated our vision for the developer experience on the cloud, we look forward to picking this up. In the meantime, you are welcome to use this code in accordance with the open source license, however we will not be responding to GitHub Issues or Pull Requests.
If you wish to be the maintainer for this project, we are open to considering that. Please contact us at support@gruntwork.io
This repo contains modules to perform load balancing on Google Cloud Platform (GCP) using Google Cloud Load Balancing.
- Load balance HTTP and HTTPS traffic across multiple backend instances, across multiple regions with HTTP(S) Load Balancing.
- Load balance internal TCP/UDP traffic with Internal Load Balancing
- Load balance external TCP/UDP traffic with Network Load Balancing
This repo is a part of the Gruntwork Infrastructure as Code Library, a collection of reusable, battle-tested, production ready infrastructure code. If you’ve never used the Infrastructure as Code Library before, make sure to read How to use the Gruntwork Infrastructure as Code Library!
- What is Cloud Load Balancing
- HTTP(S) Load Balancer Terminology
- Internal Load Balancer Terminology
- Network Load Balancer Terminology
- Cloud Load Balancing Documentation
This repo has the following folder structure:
-
root: The root folder contains an example of how to deploy a HTTP Load Balancer with multiple backends. See http-multi-backend example documentation for the documentation.
-
modules: This folder contains the main implementation code for this Module.
The primary modules are:
- http-load-balancer is used to create an HTTP(S) External Load Balancer.
- internal-load-balancer is used to create an Internal TCP/UDP Load Balancer.
- network-load-balancer is used to create an External TCP/UDP Load Balancer.
-
examples: This folder contains examples of how to use the submodules.
-
test: Automated tests for the submodules and examples.
If you want to try this repo out for experimenting and learning, check out the following resources:
- examples folder: The
examples
folder contains sample code optimized for learning, experimenting, and testing.
- How to configure a custom domain
- How to configure SSL
- How to configure access logging and monitoring
If you need help with this repo or anything else related to infrastructure or DevOps, Gruntwork offers Commercial Support via Slack, email, and phone/video. If you’re already a Gruntwork customer, hop on Slack and ask away! If not, subscribe now. If you’re not sure, feel free to email us at support@gruntwork.io.
Contributions to this repo are very welcome and appreciated! If you find a bug or want to add a new feature or even contribute an entirely new module, we are very happy to accept pull requests, provide feedback, and run your changes through our automated test suite.
Please see Contributing to the Gruntwork Infrastructure as Code Library for instructions.
Please see LICENSE for details on how the code in this repo is licensed.
Copyright © 2019 Gruntwork, Inc.