+ All Categories
Home > Internet > Cosmic Cloud: Private Gateway feature demo

Cosmic Cloud: Private Gateway feature demo

Date post: 24-Jan-2018
Category:
Upload: remi-bergsma
View: 78 times
Download: 2 times
Share this document with a friend
20
Inter-VPC connectivity
Transcript

Inter-VPC connectivity

VPCs are isolated

VPC 1 network tier A VPC 2network tier B

vm A

VPC 3 network tier C

vm Cpublic

public public

vm B2vm B1

Inter-VPC connectivity

VPC 1 network tier A VPC 2network tier B

vm A

public public

vm B2vm B1

Classic Private Gateway

Manually created lswitch

private gatewayprivate gateway.2

.1

Inter-VPC connectivityClassic Private Gateway

- not flexible (point-to-point)=>connecting 2+ VPCs requires extra routing (manual work) NSX L3/inter-vpc vm

- need to manually create lswitch in NSX - need to add private gw as root user

This was hard to automate.(but used in all cloud designs…)

Inter-VPC connectivityCosmic 5.3 Private Gateways

1. Create a network of type=Private 2. Use Private Gateway to connect it to any VPC 3. Make VPCs aware of each other using Static Routes

All straight from the Cosmic 5.3 UI / API(using domain-admin credentials)

VPC 1 network tier A VPC 2network tier B

vm A

VPC 3 network tier C

vm Cpublic

public public

vm B2vm B1

private network

private gateway

private gateway

private gw

Inter-VPC connectivityCosmic 5.3 Private Gateways

Demo

Automation!terraform apply

Using the all-new Cosmic Terraform

provider :-)

3 VMs in 3 VPCs

4 Networks

Connect VPC to Private Net

3 VPCs connected

Static Routes

Static Routes

Static Routes

Automation!terraform apply

Using the all-new Cosmic Terraform

provider :-)


Recommended