Resource Type: kubernetes_ingress

Defined in:
lib/puppet/type/kubernetes_ingress.rb
Providers:
swagger

Overview

Ingress is a collection of rules that allow inbound connections to reach the endpoints defined by a backend. An Ingress can be configured to give services externally-reachable urls, load balance traffic, terminate SSL, offer name based virtual hosting etc.

Properties

Parameters

  • name (namevar)

    Name of the ingress.

  • provider

    The specific backend to use for this ‘kubernetes_ingress` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.