Skip to content
This repository has been archived by the owner on Jul 9, 2019. It is now read-only.

Latest commit

 

History

History
10 lines (6 loc) · 501 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 501 Bytes

nginxress

Nginx ingress - automatically exposes containers to public ip.

This is a simple container that contains the nginx webserver and a python script that generates proxy config that automatically exposes kubernetes services to a public IP (of this container).

It requires DNS records in following way: servicename-namespace.domain

Domain is set as DOMAIN system env and is the only required parameter.

This is now obsolete as we use native Ingress controller https://traefik.io/