< img height="1" width="1" style="display:none;" alt="" src="https://px.ads.linkedin.com/collect/?pid=3131724&fmt=gif" />

View Ingress Details

This section describes how to view Ingress details.

Prerequisites

  • Application Management for Cluster Federation should have been installed and enabled.

  • You should join a multi-cluster project and have the Federated Project Viewing permission within the project.

Steps

  1. Log in to the KubeSphere web console with a user who has the Federated Project Viewing permission, and access your multi-cluster project.

  2. Click Application Workloads > Ingresses in the left navigation pane.

  3. Click the name of an Ingress in the Ingress list to open its details page.

  4. On the Ingress details page, view the detailed information of the Ingress in the Attributes area on the left.

    Parameter Description

    Project

    The project to which the Ingress belongs.

    App

    The app corresponding to the Ingress.

    Creation Time

    The creation time of the Ingress.

    Creator

    The user who created the Ingress.

  5. On the Ingress details page, view the routing rules of the Ingress in the Resource Status tab on the right.

    The Resource Status tab displays all routing rules of 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 DNS service or 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, clients need to resolve the domain name to the IP address of the project gateway load balancer through DNS service or 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, with values of 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, with each path corresponding 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.

  6. On the Ingress details page, click the Metadata tab on the right to view the Labels and Annotations of the Ingress.

  7. On the Ingress details page, click the Events tab on the right to view events related to 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.

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.

What’s on this Page