View Application Route Details
This section describes how to view Ingress details.
Prerequisites
-
The Application Management for Cluster Federation extension must be installed and enabled on the KubeSphere platform.
-
You need to join a federated project and have the Federated Project View permission in the corresponding workspace.
Steps
-
Log in to the KubeSphere web console as a user with Federated Project View permissions and enter your federated project.
-
Click Application Workloads > Ingress in the left navigation pane.
-
In the application route list, click the name of an Ingress to open its details page.
-
On the Ingress details page, view the detailed information of the Ingress in the Attributes area.
Parameter Description Project
The project to which the Ingress belongs.
Application
The application corresponding to the Ingress.
Creation Time
The time when the Ingress was created.
Creator
The user who created the Ingress.
-
On the Ingress details page, click the Resource Status tab to view the routing rules of the Ingress.
The Resource Status tab displays all routing rules for the current Ingress.
Parameter Description Domain and Port
The domain name and node port number of the Ingress. The node port number is only displayed when the external access mode of the cluster gateway or project gateway is NodePort.
-
If the external access mode of the cluster gateway or project gateway is NodePort, clients need to resolve the domain name to the IP address of any node in the cluster through a DNS service or the local hosts file, and access the Ingress via 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, clients need to resolve the domain name to the IP address of the project gateway’s load balancer through a DNS service or the local hosts file, and access the Ingress via the domain name and path (e.g., example.com/test).
Protocol
The protocol supported by the Ingress. The value is HTTP or HTTPS.
Certificate
The name of the Secret containing the certificate and private key used when the Ingress protocol is HTTPS. This is 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 a routing rule to access the backend service of the Ingress.
-
-
On the Ingress details page, click the Metadata tab to view the Labels and Annotations of the Ingress.
-
On the Ingress details page, click the Events tab to view the events of the Ingress.
Parameter Description Type
The type of the event, including Normal and Warning.
Reason
The reason why the event occurred.
Occurrence Time
The time when the event occurred.
Source
The component that reported the event.
Message
The content of the event message.