View Ingress Details
This section describes how to view Ingress details.
Prerequisites
You should join a cluster or a project and have the Application Workload Viewing permission within the cluster or the project. For more information, refer to "Cluster Roles" and "Project Roles".
Steps
Log in to the KubeSphere web console with a user who has the Application Workload Viewing permission and enter your cluster or project.
Click Application Workloads > Ingresses in the left navigation pane.
Click the name of an Ingress in the Ingress list to open its details page.
View the detailed information of the Ingress in the Attributes area on the left side of the Ingress details page.
Parameter Description Cluster
The cluster to which the Ingress belongs.
Project
The project to which the Ingress belongs.
Application
The application corresponding to the Ingress.
Gateway Address
The IP address of the cluster gateway or project gateway.
If the external access mode of the gateway is NodePort, the Gateway Address is the IP address of one of the cluster nodes. Clients can access the backend services of the Ingresses through the IP address and port of any cluster node.
If the external access mode of the gateway is LoadBalancer, the Gateway Address is the address of the load balancer.
Creation Time
The creation time of the Ingress.
Creator
The user who created the Ingress.
View the routing rules of the Ingress in the Resource Status tab on the right side of the Ingress details page.
The Resource Status tab displays all routing rules of the current Ingress.
Parameter Description Domain and Port
The domain name and node port of the Ingress. The node port is only displayed when the external access of the cluster gateway or project gateway is NodePort.
If the external access mode of the cluster gateway or project gateway is NodePort, the client needs to resolve the domain name to the IP address of any node in the cluster through the DNS service or the local hosts file, and access the Ingress through the domain name, path, and port number (e.g., example.com/test:30240).
If the external access mode of the cluster gateway or project gateway is LoadBalancer, the client needs to resolve the domain name to the IP address of the project gateway load balancer through the DNS service or the local hosts file, and access the Ingress through the domain name and path (e.g., example.com/test).
Protocol
The protocol supported by the Ingress, which can be HTTP or HTTPS.
Certificate
The name of the Secret containing the certificate and private key used when the Ingress protocol is HTTPS. Only displayed when the Ingress protocol is HTTPS.
Path
The path of the domain name, each path corresponds to a service.
Service
The name of the service corresponding to the domain name path.
Port
The port number of the service corresponding to the domain name path.
Click Access Service on the right side of the routing rule to access the backend service of the Ingress.
Click the Metadata tab on the right side of the Ingress details page to view the Labels and Annotations of the Ingress.
Click the Events tab on the right side of the Ingress details page to view the events of the Ingress.
Parameter Description Type
The type of the event, including Normal and Warning.
Reason
The reason for the event.
Occurred
The time when the event occurred.
Source
The component that reported the event.
Message
The content of the event message.
Feedback
Was this page Helpful?
Receive the latest news, articles and updates from KubeSphere
Thanks for the feedback. If you have a specific question about how to use KubeSphere, ask it on Slack. Open an issue in the GitHub repo if you want to report a problem or suggest an improvement.