Skip to content

Display ingress IP address in the Kubernetes page

Description

You can deploy an ingress controller to a Kubernetes cluster using applications list in the cluster details page, but once deployed there is no easy way to access the information needed to use it, like the IP address.

Proposal

Add the external IP address for the ingress in the details page for the cluster. This information should be fetched once and stored on the backend.

Design

  • add it in the ingress application section
  • show the field (un-editable) only if the ingress application is installed

image

Note: copy change view to access

  • if IP address cannot be found display the error message with a link to documentation about this.

image

Note: Display: [loading icon] Fetching IP instead of ?

Note: Small copy edit - The IP address is in the process of being assigned. Please check your Kubernetes cluster or Quotas on GKE if it is taking a long time. [More information]().

Edited by Dimitrie Hoekstra