compose2kube
compose2kube copied to clipboard
Exposed ports in compose should be mapped to k8s service
services:
web:
ports:
- "80"
A web service exposing port 80 should be created. For now, port and target port should match.
Service creation among other features are in my fork: https://github.com/germanramos/compose2kube
I am waiting for the pull request to be accepted