Ingress
Resource Icon

Resource Overview
A Kubernetes resource related to rules that allow inbound connections to reach endpoints defined by the backend
Associated Resources
Parent Resource
Connected Resources
- [IngressClass]
- NginxIngress
Resource Setting Values
service_name: Name of the Ingress resourcenamespace: Namespace where Ingress resources will be deployedannotations: A key-value used to display necessary information in the Kubernetes systemlabels: To distinguish objects, the user arbitrarily specifies the desired valuetls: Apply TLShosts: List of hosts included in the TLS certificatesecret_name: Naming the Kubernetes Secret Associated with the TLS Certificate
ingress_class_name: Name of the Ingress class to connect tohost: Hostname address where routing rules will be appliedbackend: Backend information for routingname: Name of the routing rulepath: Path to be connected with the backendpath_type: Determines how path matching is interpreted -Prefix,ImplementationSpecific,Exactport: Port number of the service -1~65535