Skip to content

This repository provides a sample Terraform script which deploys software-defined networking and security components to enable organizations to obtain zero-trust within their data centers and deliver multi-tenancy with true isolation on a common hardware platform.

Notifications You must be signed in to change notification settings

jyanagi/NSX-Terraform---Zone-Isolation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NSX-T Zone Isolation Infrastructure-as-Code

This repository provides a sample Terraform script which deploys software-defined networking and security components to enable organizations to obtain zero-trust within their data centers and deliver multi-tenancy with true isolation on a common hardware platform.

The environment deployed are three (3) zones: Shared Services, Developer A (blue), and Developer B (green).

Shared Services is able to communicate to both Blue and Green networks, respectively

Blue and Green networks are not able to communicate with each other and within their own subnets through Gateway Firewall and Distributed Firewall security policies.

Deploy

Note: Terraform must be installed

1. Clone this GIT repository

2. Run the command "terraform init"

3. Run the command "terraform plan"

4. Run the command "terraform apply -auto-approve"

About

This repository provides a sample Terraform script which deploys software-defined networking and security components to enable organizations to obtain zero-trust within their data centers and deliver multi-tenancy with true isolation on a common hardware platform.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages