I m facing issue during I'm self learning in the following course.
- Introduction to Containers, Kubernetes, and Red Hat OpenShift (DO180R)
Is there anyone who can help to reslove the below issue?
https://console-openshift-console.apps.cluster.lab.example.com
Error:
Application is not available
The application is currently not serving requests at this endopoint. It may not have been started or is still starting.
Possible reasons you are seeing this page:
. The host doesn't exist,
. The host exists, but donesn't have a matching path
. Route and path matches, but all pods are down
Thanks
Rajkumar Batra
According to the error, If you have created route using TLS termination then only you can access your application with "https" and If not then you should access it only with "http"
eg. http://console-openshift-console.apps.cluster.lab.example.com/
Red Hat
Learning Community
A collaborative learning environment, enabling open source skill development.