- Notifications
You must be signed in to change notification settings - Fork9
License
GoogleCloudPlatform/solutions-floating-ip-patterns-terraform
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This repository provides example implementations ofpatterns for using floating IP addresses in Compute Engine that can be deployed usingTerraform. To learn more about the different patterns, see thecompanion guide.
The implementations in the subdirectories of this repository are examples. Instead of a real application utilizing a floating IP address, in all examples twonginx webservers are deployed that identify if the first or second server received the request when you request the root document(/).
The following pattern implementations are available:
| Subdirectory name | Pattern name |
|---|---|
| 1-ilb-active-active | Active-active load balancing |
| 2-ilb-failover | Load balancing with failover and application-exposed health checks |
| 3-ilb-keepalived | Load balancing with failover and heartbeat-exposed health checks |
| 4-routes-ecmp | Using equal-cost multipath (ECMP) routes |
| 5-routes-priority | Using different priority routes |
| 6-routes-keepalived | Using a heartbeat mechanism to switch a route's next hop |
| 7-autohealing-instance | Using an autohealing single instance |
Each pattern can be deployed independently and only one pattern should be deployed in a project at a time as resource names overlap between the different patterns.
To deploy any of the patterns, follow the instructions in theREADME.md in the respective subdirectory.
About
Resources
License
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors4
Uh oh!
There was an error while loading.Please reload this page.