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_web-console.adoc
Janelle Neczypor 92ca4cedaf OSDOCS-14512
2025-09-05 19:28:28 +00:00

37 lines
2.4 KiB
Plaintext

// Module included in the following assemblies:
//
// web_console/web-console-overview.adoc
:_mod-docs-content-type: CONCEPT
[id="about-developer_web-console_{context}"]
= Developer role in the web console
The developer role in the web console offers several built-in ways to deploy applications, services, and databases. With the developer role, 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.
ifndef::openshift-rosa-hcp[]
Cluster administrators can also open an embedded command-line terminal instance in the web console in {product-title} 4.7 and later.
endif::openshift-rosa-hcp[]
ifdef::openshift-rosa-hcp[]
Cluster developers can also open an embedded command-line terminal instance in the web console.
endif::openshift-rosa-hcp[]
Developers have access to workflows specific to their 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 their 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.
ifndef::openshift-rosa,openshift-dedicated,openshift-rosa-hcp[]
.Additional resources
See link:https://docs.openshift.com/container-platform/latest/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.
endif::openshift-rosa,openshift-dedicated,openshift-rosa-hcp[]