View Project Gateway Information
This section describes how to view project gateway information.
Prerequisites
-
The KubeSphere Gateway extension must be installed and enabled on the KubeSphere platform.
-
You need to join a project and have the Project Gateway View permission in the project. For more information, see Project Members and Project Roles.
Steps
-
Log in to the KubeSphere web console with a user who has Project Gateway View permissions and enter your workspace.
-
Click Workspace Settings > Gateway Settings in the left navigation pane.
-
Click the Project Gateway tab to enter the project gateway page.
-
Select a project from the drop-down list in the upper left corner of the page.
The gateway page provides the following information:
Parameter Description Name
The name of the gateway. The gateway name is automatically set by the system after the gateway is enabled.
Type
The type of the gateway, which can be cluster gateway, workspace gateway, or project gateway.
Access Mode
The external access mode for the gateway service.
-
NodePort: The system maps a node’s port to the service port, allowing access to the service via the node’s IP address and the node port.
-
LoadBalancer: The system allocates an external IP address for the service based on a NodePort service and binds the external IP address to an external load balancer. The external load balancer listens on the node port corresponding to the service, enabling access to the service via the external IP address. To achieve this functionality, a LoadBalancer type service requires support from a load balancer plugin and the underlying infrastructure environment, and relevant annotations need to be set. For more information, please contact your infrastructure environment provider.
Gateway Address
The external access address of the gateway.
-
If the external access mode of the gateway is NodePort, the gateway address is the IP address of a cluster node. Clients can access the backend service of the Ingress 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.
Node Port
The HTTP and HTTPS node ports for the gateway service. Displayed only when the gateway’s external access mode is NodePort.
Replicas
The number of replicas for the gateway workload.
Tracing
Indicates whether the tracing feature is enabled for the gateway.
-