Kahibaro
Discord Login Register

OpenShift web console

Logging into the OpenShift Web Console

The OpenShift web console is a browser-based interface for interacting with an OpenShift cluster. In this chapter, the focus is on how to use it in practice, not on the underlying APIs or CLI equivalents.

How you reach the console URL depends on how your cluster is deployed, but typically it has a pattern like:

Common login flows:

From within the console you can usually:

Console Layout and Navigation

While the exact appearance may vary slightly by OpenShift version, the console layout follows a common pattern.

Global Layout

Typical elements:

Perspectives: Developer vs Administrator

The console offers different “perspectives” optimized for different tasks:

You can switch perspectives using a selector, typically in the upper-left area of the sidebar. The choice affects which menus and views are available, but does not change your actual permissions (those are controlled by RBAC).

Working with Projects and Namespaces in the Console

While the concepts of projects and namespaces are covered elsewhere, here is how they appear specifically in the web console.

Typical actions (when you have privileges):

Developer Perspective: Application-Centric Views

The Developer perspective is designed to simplify deploying and managing applications.

Topology View

The Topology view is the main visual overview of your application in a project:

Common interactions from the topology graph:

Topology helps you understand how components relate and where there may be issues (e.g. a pod crash loop).

“Add” Flows (Creating Applications)

Under the Developer perspective, the Add section includes guided workflows to create workloads. Typical options:

These flows hide many low-level details, creating common deployment resources on your behalf.

Monitoring and Debugging from Developer Perspective

Developer-focused tools in the console include:

The goal is to let you handle most application-level debugging without leaving the console.

Administrator Perspective: Resource and Cluster Management

The Administrator perspective exposes more infrastructure-level views.

Resource Browsing

Key sections typically include:

Views usually follow a common pattern:

Nodes and Health

From the admin perspective, you can see:

While deep troubleshooting is often done via CLI or external tools, the console provides a high-level snapshot and quick access points.

Creating, Editing, and Deleting Resources

The web console supports several ways to manage resources beyond the guided “Add” flows.

Form-Based Creation and Editing

For many object types, the console offers a form-based interface:

Typical workflow:

  1. Navigate to the resource type (e.g. WorkloadsDeployments).
  2. Click Create or Create Deployment.
  3. Fill required fields; optionally adjust advanced options.
  4. Save to create the resource.

YAML / JSON Editor

A built-in YAML editor lets you view and modify object manifests:

Changes made here are applied immediately when you save, so it’s recommended to:

Deletion and Bulk Actions

From list pages:

Viewing Logs, Events, and Metrics

The console offers integrated observability entry points, focused only on what’s needed for everyday usage.

Pod Logs

From a pod or workload view:

Use cases:

Events

Events provide context around state changes and issues:

Useful for:

Basic Metrics

From workload or node pages, you typically see:

Use these to quickly identify:

Using the Console Terminal and Web Shell

There are two main “terminal-like” features in the console:

In-Pod Terminal

From a pod’s detail page:

Use for:

Avoid using it for:

Web-Based Cluster Shell (if enabled)

Some clusters provide a Web Terminal or Command Line Tools button:

User Menu and Self-Service Actions

The user menu (top-right corner) usually includes:

Typical Beginner Workflows in the Web Console

To connect this chapter to hands-on tasks, here are common beginner flows you will likely perform using the console:

These workflows build familiarity with the console and prepare you for more advanced tasks covered in other chapters.

Views: 13

Comments

Please login to add a comment.

Don't have an account? Register now!