This repository is used to allow for easy visualization / understanding of overlay networks in kubernetes and docker swarm.
Docker Swarm:
## All commands in PowerShell
curl "https://raw.githubusercontent.com/WAftring/OrchestratorEX/master/SWARM-OrchestratorEX.yaml" -o docker-compose.yml
docker stack deploy --compose-file docker-compose.yml orchestratorex
Kubernetes:
wget https://raw.githubusercontent.com/WAftring/OrchestratorEX/master/KUBE-OrchestratorEX.yaml
kubectl apply -f KUBE-OrchestratorEX.yaml