About the Developer perspective in the web console

The OKD web console provides two perspectives; the Administrator perspective and the Developer perspective.

The default web console perspective that is shown depends on the role of the user. The Developer perspective is displayed by default if the user is recognised as a developer.

The Developer perspective provides workflows specific to developer use cases, such as the ability to:

  • Create and deploy applications on OKD by importing existing codebases, images, and dockerfiles.

  • Visually interact with applications, components, and services associated with them within a project and monitor their deployment and build status.

  • Group components within an application and connect the components within and across applications.

  • Integrate serverless capabilities (Technology Preview).

  • Create workspaces to edit your application code using Eclipse Che.

Prerequisites

To access the Developer perspective, ensure that you have logged in to the web console.

Accessing the Developer perspective

The Developer perspective in the OKD web console provides workflows specific to developer use cases.

You can access the Developer perspective from the web console as follows:

Procedure

  1. Log in to the OKD web console using your login credentials. The default view for the OKD web console is the Administrator perspective.

  2. Use the perspective switcher to switch to the Developer perspective. The Topology view with a list of all the projects in your cluster is displayed.

    odc developer perspective

    Figure 1. Developer perspective

  3. Select an existing project from the list or use the Project drop-down list to create a new project.

If you have no workloads or applications in the project, the Topology view displays the available options to create applications. If you have existing workloads, the Topology view graphically displays your workload nodes.

Additional resources