Ingress
Resource Icon

Resource Overview
A Kubernetes resource that defines rules allowing inbound connections to reach endpoints defined in the backend.
Associated Resources
Parent Resource
Connected Resources
Resource Configuration
Basic Settings
namespace: Namespace where the Ingress resource will be deployedannotations: Key-value metadata used to specify required information in the Kubernetes systemlabels: User-defined values used to distinguish objectsingress_class_name: Name of the Ingress Class to associate with
TLS Settings (tls)
tls.hosts: List of hosts included in the TLS certificatetls.secret_name: Name of the Kubernetes Secret associated with the TLS certificate
Routing Rules (rule)
rule.host: Hostname address to which routing rules apply
Backend Settings (rule.backend)
rule.backend.target_service: Target backend Servicerule.backend.path: Path to be connected to the backendrule.backend.port: Port number of the Servicerule.backend.path_type: Path matching interpretation -ImplementationSpecific,Prefix,Exact