mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
Web console reorg
1 GH feedback feedback feedback incorporating feedback fixing the bullets edits based on feedback Edits based on feedback Feedback
This commit is contained in:
committed by
openshift-cherrypick-robot
parent
c9779e0759
commit
2a5300fa87
@@ -1,33 +0,0 @@
|
||||
:_content-type: ASSEMBLY
|
||||
[id="odc-about-developer-perspective"]
|
||||
= About the Developer perspective in the web console
|
||||
include::_attributes/common-attributes.adoc[]
|
||||
:context: odc-about-developer-perspective
|
||||
|
||||
toc::[]
|
||||
|
||||
The {product-title} web console provides two perspectives; the *Administrator* perspective and the *Developer* perspective.
|
||||
[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 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.
|
||||
|
||||
include::modules/odc-accessing-developer-perspective.adoc[leveloffset=+1]
|
||||
|
||||
[role="_additional-resources"]
|
||||
.Additional resources
|
||||
|
||||
* xref:../applications/creating_applications/odc-creating-applications-using-developer-perspective.adoc#odc-creating-applications-using-developer-perspective[Creating and deploying applications on {product-title} using the *Developer* perspective]
|
||||
* xref:../applications/odc-viewing-application-composition-using-topology-view.adoc#odc-viewing-application-composition-using-topology-view[Viewing the applications in your project, verifying their deployment status, and interacting with them in the *Topology* view]
|
||||
37
web_console/web-console-overview.adoc
Normal file
37
web_console/web-console-overview.adoc
Normal file
@@ -0,0 +1,37 @@
|
||||
:_content-type: ASSEMBLY
|
||||
[id="web-console-overview"]
|
||||
= Web Console Overview
|
||||
include::_attributes/common-attributes.adoc[]
|
||||
:context: web-console-overview
|
||||
|
||||
toc::[]
|
||||
|
||||
The Red Hat {product-title} web console provides a graphical user interface to visualize your project data and perform administrative, management, and troubleshooting tasks. The web console runs as pods on the control plane nodes in the openshift-console project. It is managed by a `console-operator` pod. Both *Administrator* and *Developer* perspectives are supported.
|
||||
|
||||
Both *Administrator* and *Developer* perspectives enable you to create quick start tutorials for {product-title}. A quick start is a guided tutorial with user tasks and is useful for getting oriented with an application, Operator, or other product offering.
|
||||
|
||||
include::modules/about-administrator-perspective.adoc[leveloffset=+1]
|
||||
|
||||
[role="_additional-resources"]
|
||||
.Additional resources
|
||||
|
||||
See xref:../web_console/odc-about-web-terminal.adoc#odc-about-web-terminal[About the web terminal in the web console] for more information on the web terminal Operator.
|
||||
|
||||
include::modules/accessing-the-administrator-perspective.adoc[leveloffset=+2]
|
||||
|
||||
include::modules/about-developer-perspective.adoc[leveloffset=+1]
|
||||
include::modules/odc-accessing-developer-perspective.adoc[leveloffset=+2]
|
||||
|
||||
[role="_additional-resources"]
|
||||
.Additional resources
|
||||
|
||||
* xref:../welcome/learn_more_about_openshift.adoc#cluster-administrator[Learn more about Cluster Administrator]
|
||||
* xref:../getting_started/openshift-overview.adoc#for-administrators[Overview of the *Administrator* perspective]
|
||||
* xref:../applications/creating_applications/odc-creating-applications-using-developer-perspective.adoc#odc-creating-applications-using-developer-perspective[Creating and deploying applications on {product-title} using the *Developer* perspective]
|
||||
* xref:../applications/odc-viewing-application-composition-using-topology-view.adoc#odc-viewing-application-composition-using-topology-view[Viewing the applications in your project, verifying their deployment status, and interacting with them in the *Topology* view]
|
||||
* xref:../web_console/using-dashboard-to-get-cluster-information.adoc#using-dashboard-to-get-cluster-info[Viewing cluster information]
|
||||
* xref:../web_console/configuring-web-console.adoc#configuring-web-console[Configuring the web console]
|
||||
* xref:../web_console/customizing-the-web-console.adoc#customizing-web-console[Customizing the web console]
|
||||
* xref:../web_console/odc-about-web-terminal.adoc#odc-about-web-terminal[Launching an embedded command line terminal instance in the web console]
|
||||
* xref:../web_console/creating-quick-start-tutorials.adoc#creating-quick-start-tutorials[Creating quick start tutorials]
|
||||
* xref:../web_console/disabling-web-console.adoc#disabling-web-console[Disabling the web console]
|
||||
Reference in New Issue
Block a user