kubenow / KubeNow

Deploy Kubernetes. Now!
Apache License 2.0
291 stars 40 forks source link

Add nginx as ingress option #420

Closed jbygdell closed 6 years ago

jbygdell commented 6 years ago

Change content and motivation

This adds the option to use nginx as ingress controller in an OpenStack environment. The benefits are that the user are not limited to ingress on port 80/443 and adds the ability to handle non HTTP/S traffic.

Documentation writeup is in progress.

mcapuccini commented 6 years ago

Thanks! It should also work with other cloud providers as I understand.

jbygdell commented 6 years ago

Thanks! It should also work with other cloud providers as I understand.

Yes, with a different nginx config.

andersla commented 6 years ago

Thanks a lot for the contribution @jbygdell !