Get the dashboard URL to share with your team

Retrieve the Che dashboard URL from the CheCluster custom resource so that you can open the dashboard in a browser or share the endpoint with your development team.

You can find the FQDN for your organization’s Che instance in the Administrator view of the Kubernetes web console as follows. Go to OperatorsInstalled OperatorsEclipse Che instance Specificationeclipse-cheEclipse Che URL.

Prerequisites
Procedure
  1. Run the following command:

    kubectl get checluster eclipse-che -n eclipse-che -o jsonpath='{.status.cheURL}'
Verification
  • Open the returned URL in a web browser and verify that the Che dashboard loads.