< 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

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

  1. Log in to the KubeSphere web console with a user who has the Application Workload Viewing permission and enter your cluster or 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. View the detailed information of the Ingress in the Attributes area on the left side of the Ingress details page.

    ParameterDescription

    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.

  5. 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.

    ParameterDescription

    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.

  6. Click the Metadata tab on the right side of the Ingress details page to view the Labels and Annotations of the Ingress.

  7. Click the Events tab on the right side of the Ingress details page to view the events of the Ingress.

    ParameterDescription

    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