Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/memes/f5-google-hub-and-spoke
Google's enterprise blueprint, but deployable in F5's restricted GCP projects.
https://github.com/memes/f5-google-hub-and-spoke
Last synced: 7 days ago
JSON representation
Google's enterprise blueprint, but deployable in F5's restricted GCP projects.
- Host: GitHub
- URL: https://github.com/memes/f5-google-hub-and-spoke
- Owner: memes
- License: apache-2.0
- Created: 2024-05-02T16:45:39.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-12-09T21:54:55.000Z (about 1 month ago)
- Last Synced: 2024-12-09T22:34:26.065Z (about 1 month ago)
- Language: HCL
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Example Hub and Spoke archetype on Google Cloud
![GitHub release](https://img.shields.io/github/v/release/memes/f5-google-hub-and-spoke?sort=semver)
![Maintenance](https://img.shields.io/maintenance/yes/2024)
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](CODE_OF_CONDUCT.md)
## Networks|Environment|Name|Primary CIDR|Secondary CIDR(s)|Description|
|-|-|-|-|-|
|DNS|_name_-dns-hub|172.16.0.0/24||DNS Hub|
|Shared|_name_-base-hub|10.0.0.0/13|||
|Shared|_name_-restricted-hub|10.8.0.0/13|||
|Development|_name_-base-dev|10.16.0.0/13|100.64.0.0/16 *pods*100.65.0.0/21 *services*||
|Development|_name_-restricted-dev|10.24.0.0/13|100.72.0.0/16100.73.0.0/21||
|Non-Production|_name_-base-non|10.32.0.0/13|100.80.0.0/16100.81.0.0/21||
|Non-Production|_name_-restricted-non|10.40.0.0/13|100.88.0.0/16100.89.0.0/21||
|Production|_name_-base-prd|10.48.0.0/13|100.96.0.0/16100.97.0.0/21||
|Production|_name_-restricted-prd|10.64.0.0/13|100.104.0.0/16100.105.0.0/21||## TODO
* PSC for shared hubs
* DNS resolver for domain
* Transivity
* Firewall Rules
*