Ingress
The ingress
resource allows you to expose services in Kubernetes and Nomad tasks to the local machine.
It also allows you to expose applications that are running to the local machine to a Kubernetes or Nomad cluster.
Examples
Nomad Remote Service
Exposes the the http
port for the task fake_service
in the group fake_service
in the job example_1
locally on port 19090
.
Kubernets Remote Service
Exposes the Kubernets port 9090
for the Kubernetes service fake-service
in the default
namespace locally on port 19090
.
Kubernets Local Service
Exposes the local port 9090
used by the app
container, as a the Kubernetes service fake-service
in the default
namespace on port 80
.
Last updated