View Project Gateway Details
This section introduces how to view project gateway details.
Prerequisites
KubeSphere Gateway should have been installed and enabled.
You should join a project and have the Project Gateway Viewing permission within the project. For more information, refer to "Project Members" and "Project Roles".
Steps
Log in to the KubeSphere web console with a user who has the Project Gateway Viewing permission, and access your project.
Click Project Settings > Gateway Settings in the left navigation pane.
On the right side of the page, select Manage > View Details to open the gateway details page.
On the gateway details page, view the resource attributes of the gateway in the Attributes area on the left.
Parameter Description Cluster
The cluster to which the gateway belongs.
Creation Time
The creation time of the gateway.
Update Time
The update time of the gateway.
Creator
The user who enabled the gateway.
On the gateway details page, click the Configuration Options tab to view the configuration options of the gateway. The gateway functionality of KubeSphere is based on Nginx Ingress Controller. For more information about gateway configuration options, please refer to the Nginx Ingress Controller Documentation.
On the right side of the page, click the Monitoring tab to view the request data of the gateway.
Note To use the gateway monitoring function, the WhizardTelemetry Monitoring extension should be installed and enabled.
The Overview area provides the following information:
Parameter Description Total Requests
The total number of requests received by the gateway within the specified time range.
Request Count
The number of requests with response status codes of 4XX or 5XX within the specified time range. Click the dropdown list to view the number of 4XX requests and 5XX requests separately.
Successful Requests
The percentage of successful requests within the specified time range.
Average Latency
The average latency of all requests within the specified time range.
P50 Latency
The median latency of all requests within the specified time range.
P95 Latency
The 95th percentile latency of all requests within the specified time range, i.e., 95% of the requests have a latency less than or equal to this value.
P99 Latency
The 99th percentile latency of all requests within the specified time range, i.e., 99% of the requests have a latency less than or equal to this value.
The line charts at the bottom of the page display dynamic request data.
Parameter Description Request Count
The number of requests per second received by the gateway within the specified time range.
Connection Count
The number of connections per second received by the gateway within the specified time range.
Request Latency
The median latency, 95th percentile latency, 99th percentile latency, and average latency of all requests within the specified time range.
Failed Request Count
The number of failed requests received by the gateway within the specified time range.
Network Traffic
The inbound traffic per second of the gateway within the specified time range.
Click in the upper right corner to set the time range.
Click / in the upper right corner to enable/disable real-time data refresh.
Click in the upper right corner to refresh data manually.
On the gateway details page, click the Gateway Logs tab to view the logs of the gateway.
Note To use the gateway log search function, the WhizardTelemetry Logging extension should be installed and enabled.
Click the search box at the top of the Gateway Logs tab and set the search conditions to search for log data by keywords, pods, or time range.
Click / to start/stop real-time data refresh.
Click Refresh Interval to set the data refresh interval to 5s, 10s, or 20s.
Click to download the log file to your local machine.
On the gateway details page, click the Resource Status tab to view the number of pod replicas, container ports, and pods of the gateway workload.
Parameter Description Replicas
The current and expected pod replica count of the workload.
Ports
The port name, protocol, and port number of the containers managed by the workload.
Pods
All the pods running in the workload.
Click to view information about the containers running in the pod.
Click the name of the pod to view container details.
Enter keywords in the search box above the pod list to search for pods whose names contain specific keywords.
Click in the upper-right corner of the pod list to refresh the information.
On the gateway details page, click the Metadata tab to view the annotations of the gateway service.
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.