Azure Red Hat OpenShift 3.11 will be retired 30 June 2022. Support for creation of new Azure Red Hat OpenShift 3.11 clusters continues through 30 November 2020. Following retirement, remaining Azure Red Hat OpenShift 3.11 clusters will be shut down to prevent security vulnerabilities.
Follow this guide to create an Azure Red Hat OpenShift 4 cluster. If you have specific questions, please contact us
The Azure Red Hat OpenShift web console is a user interface accessible from a web browser. Developers can use the web console to visualize, browse, and manage the contents of projects.
JavaScript must be enabled to use the web console. For the best experience, use a web browser that supports WebSockets. |
From the About page in the web console, you can check the cluster’s version number.
After logging in, the web console provides developers with an overview for the currently selected project:
1 | The project selector allows you to switch between projects you have access to. |
2 | To quickly find services from within project view, type in your search criteria |
3 | Create new applications using a source repository or service from the service catalog. |
4 | Notifications related to your project. |
5 | The Overview tab (currently selected) visualizes the contents of your project with a high-level view of each component. |
6 | Applications tab: Browse and perform actions on your deployments, pods, services, and routes. |
7 | Builds tab: Browse and perform actions on your builds and image streams. |
8 | Resources tab: View your current quota consumption and other resources. |
9 | Storage tab: View persistent volume claims and request storage for your applications. |
10 | Monitoring tab: View logs for builds, pods, and deployments, as well as event notifications for all objects in your project. |
11 | Catalog tab: Quickly get to the catalog from within a project. |
For pods based on Java images, the web console also exposes access to a hawt.io-based JVM console for viewing and managing any relevant integration components. A Connect link is displayed in the pod’s details on the Browse → Pods page, provided the container has a port named jolokia.
After connecting to the JVM console, different pages are displayed depending on which components are relevant to the connected pod.
The following pages are available:
Page | Description |
---|---|
JMX |
View and manage JMX domains and mbeans. |
Threads |
View and monitor the state of threads. |
ActiveMQ |
View and manage Apache ActiveMQ brokers. |
Camel |
View and manage Apache Camel routes and dependencies. |
OSGi |
View and manage the JBoss Fuse OSGi environment. |