fabric8io / kansible

Kansible lets you orchestrate operating system processes on Windows or any Unix in the same way as you orchestrate your Docker containers with Kubernetes by using Ansible to provision the software onto hosts and Kubernetes to orchestate the processes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

create a demo showing how to portswizzle ports so we can deploy 2 spring/hawtapp microservices on the same host

jstrachan opened this issue · comments

by default we'll have port clashes; e.g. for jolokia or 8080 unless we port swizzle as we provision apps.

lets create a little demo showing how we can do that