Skip to content

Commit

Permalink
Documented new GCVE design options (#2404)
Browse files Browse the repository at this point in the history
  • Loading branch information
eliamaldini authored Jul 2, 2024
1 parent 3bb03c9 commit 287fee2
Show file tree
Hide file tree
Showing 10 changed files with 32 additions and 4 deletions.
36 changes: 32 additions & 4 deletions fast/stages/3-gcve/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,40 @@ This directory contains a [GCVE single region private cloud for the `prod` envir

With this stage and the [GCVE blueprints](./../../../blueprints/gcve/), you can rapidly deploy production-ready GCVE environments. These environments are fully optimized to integrate seamlessly with your Fabric FAST network topology. Explore the deployment patterns below to find the perfect fit for your use case."

## Standalone VPC for a sigle region GCVE deployment
## Single region deployments
### Standalone VPC for a single GCVE deployment
<p align="center">
<img src="diagram0.png" alt="Standalone Shared VPC for a sigle region GCVE deployment">
<img src="diagram-0.png" alt="Standalone VPC for a single GCVE deployment">
</p>

## Separate VPC Environments for individual dedicated GCVE deployments
### Separate VPC Environments for individual dedicated GCVE deployments
<p align="center">
<img src="diagram1.png" alt="Separate VPC Environments for individual dedicated GCVE deployments">
<img src="diagram-1.png" alt="Separate VPC Environments for individual dedicated GCVE deployments ">
</p>

### Separate VPC Environments for shared GCVE deployment
<p align="center">
<img src="diagram-2.png" alt="Separate VPC Environments for shared GCVE deployment">
</p>

### Hub and Spoke VPC Environments for individual dedicated GCVE deployments
<p align="center">
<img src="diagram-3.png" alt="Hub and Spoke VPC Environments for individual dedicated GCVE deployments">
</p>

### Hub and Spoke VPC Environments for shared GCVE deployment
<p align="center">
<img src="diagram-4.png" alt="Hub and Spoke VPC Environments for shared GCVE deployment">
</p>

## Multi region deployments

### Standalone VPC for a multi-region GCVE deployment
<p align="center">
<img src="diagram-5.png" alt="Standalone VPC for a multi-region GCVE deployment">
</p>

### Separate production and DR VPC environments for individual dedicated GCVE deployments
<p align="center">
<img src="diagram-6.png" alt="Separate production and DR VPC environments for individual dedicated GCVE deployments">
</p>
Binary file added fast/stages/3-gcve/diagram-0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fast/stages/3-gcve/diagram-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fast/stages/3-gcve/diagram-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fast/stages/3-gcve/diagram-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fast/stages/3-gcve/diagram-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fast/stages/3-gcve/diagram-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fast/stages/3-gcve/diagram-6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed fast/stages/3-gcve/diagram0.png
Binary file not shown.
Binary file removed fast/stages/3-gcve/diagram1.png
Binary file not shown.

0 comments on commit 287fee2

Please sign in to comment.