×

Overview

The OpenShift Dedicated 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.

About page
version number

Project Overviews

After logging in, the web console provides developers with an overview for the currently selected project:

Web Console Project Overview
Figure 1. Web Console Project Overview
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.

JVM Console

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.

Pod with a Link to the JVM Console
Figure 2. Pod with a Link to the JVM Console

After connecting to the JVM console, different pages are displayed depending on which components are relevant to the connected pod.

JVM Console
Figure 3. JVM Console

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.