1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/about-developer-perspective.adoc
2023-10-30 10:13:25 -04:00

35 lines
2.3 KiB
Plaintext

// Module included in the following assemblies:
//
// web_console/web-console-overview.adoc
:_mod-docs-content-type: CONCEPT
[id="about-developer-perspective_{context}"]
= About the Developer perspective in the web console
The *Developer* perspective offers several built-in ways to deploy applications, services, and databases. In the *Developer* perspective, you can:
* View real-time visualization of rolling and recreating rollouts on the component.
* View the application status, resource utilization, project event streaming, and quota consumption.
* Share your project with others.
* Troubleshoot problems with your applications by running Prometheus Query Language (PromQL) queries on your project and examining the metrics visualized on a plot. The metrics provide information about the state of a cluster and any user-defined workloads that you are monitoring.
Cluster administrators can also open an embedded command line terminal instance in the web console in {product-title} 4.7 and later.
[NOTE]
====
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 {product-title} by importing existing codebases, images, and container files.
* 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.
You can use the *Topology* view to display applications, components, and workloads of your project. If you have no workloads in the project, the *Topology* view will show some links to create or import them. You can also use the *Quick Search* to import components directly.
.Additional Resources
See link:https://docs.openshift.com/container-platform/4.14/applications/odc-viewing-application-composition-using-topology-view.html[Viewing application composition using the Topology] view for more information on using the *Topology* view in *Developer* perspective.