1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/applications/creating_applications/odc-creating-applications-using-developer-perspective.adoc
2025-12-23 21:00:36 +00:00

112 lines
8.4 KiB
Plaintext

:_mod-docs-content-type: ASSEMBLY
[id="odc-creating-applications-using-developer-perspective"]
= Creating applications by using the Developer perspective
include::_attributes/common-attributes.adoc[]
:context: odc-creating-applications-using-developer-perspective
toc::[]
The *Developer* perspective in the web console provides you the following options from the *+Add* view to create applications and associated services and deploy them on {product-title}:
ifndef::openshift-enterprise,openshift-webscale[]
include::snippets/snip-unified-perspective-web-console.adoc[]
endif::[]
* *Getting started resources*: Use these resources to help you get started with Developer Console. You can choose to hide the header using the Options menu {kebab}.
** *Creating applications using samples*: Use existing code samples to get started with creating applications on the {product-title}.
** *Build with guided documentation*: Follow the guided documentation to build applications and familiarize yourself with key concepts and terminologies.
** *Explore new developer features*: Explore the new features and resources within the *Developer* perspective.
* *Developer catalog*: Explore the Developer Catalog to select the required applications, services, or source to image builders, and then add it to your project.
** *All Services*: Browse the catalog to discover services across {product-title}.
** *Database*: Select the required database service and add it to your application.
** *Operator Backed*: Select and deploy the required Operator-managed service.
** *Helm chart*: Select the required Helm chart to simplify deployment of applications and services.
** *Devfile*: Select a devfile from the *Devfile registry* to declaratively define a development environment.
** *Event Source*: Select an event source to register interest in a class of events from a particular system.
+
[NOTE]
====
The Managed services option is also available if the RHOAS Operator is installed.
====
* *Git repository*: Import an existing codebase, Devfile, or Dockerfile from your Git repository using the *From Git*, *From Devfile*, or *From Dockerfile* options respectively, to build and deploy an application on {product-title}.
* *Container images*: Use existing images from an image stream or registry to deploy it on to the {product-title}.
* *Pipelines*: Use Tekton pipeline to create CI/CD pipelines for your software delivery process on the {product-title}.
* *Serverless*: Explore the *Serverless* options to create, build, and deploy stateless and serverless applications on the {product-title}.
** *Channel*: Create a Knative channel to create an event forwarding and persistence layer with in-memory and reliable implementations.
* *Samples*: Explore the available sample applications to create, build, and deploy an application quickly.
* *Quick Starts*: Explore the quick start options to create, import, and run applications with step-by-step instructions and tasks.
* *From Local Machine*: Explore the *From Local Machine* tile to import or upload files on your local machine for building and deploying applications easily.
** *Import YAML*: Upload a YAML file to create and define resources for building and deploying applications.
** *Upload JAR file*: Upload a JAR file to build and deploy Java applications.
* *Share my Project*: Use this option to add or remove users to a project and provide accessibility options to them.
* *Helm Chart repositories*: Use this option to add Helm Chart repositories in a namespace.
* *Re-ordering of resources*: Use these resources to re-order pinned resources added to your navigation pane. The drag-and-drop icon is displayed on the left side of the pinned resource when you hover over it in the navigation pane. The dragged resource can be dropped only in the section where it resides.
ifdef::openshift-enterprise,openshift-webscale[]
Note that certain options, such as *Pipelines*, *Event Source*, and *Import Virtual Machines*, are displayed only when the link:https://docs.openshift.com/pipelines/latest/install_config/installing-pipelines.html#op-installing-pipelines-operator-in-web-console_installing-pipelines[OpenShift Pipelines Operator], link:https://docs.openshift.com/serverless/1.28/install/install-serverless-operator.html#serverless-install-web-console_install-serverless-operator[{ServerlessOperatorName}], and xref:../../virt/install/installing-virt.adoc#virt-subscribing-cli_installing-virt[OpenShift Virtualization Operator] are installed, respectively.
endif::[]
// dedicated-admin cannot install the Serverless or Virtualization operators, cannot create namespace.
// xref: ../../cicd/pipelines/installing-pipelines.adoc#op-installing-pipelines-operator-in-web-console_installing-pipelines[OpenShift Pipelines Operator]
ifdef::openshift-rosa,openshift-rosa-hcp,openshift-dedicated[]
Note that the *Pipelines* option is displayed only when the OpenShift Pipelines Operator is installed.
endif::openshift-rosa,openshift-rosa-hcp,openshift-dedicated[]
[id="prerequisites_odc-creating-applications-using-developer-perspective"]
== Prerequisites
To create applications using the *Developer* perspective ensure that:
ifndef::openshift-rosa,openshift-rosa-hcp,openshift-dedicated[]
* You have xref:../../web_console/web-console.adoc#web-console[logged in to the web console].
* You have created a project or have access to a project with the appropriate xref:../../authentication/using-rbac.adoc#default-roles_using-rbac[roles and permissions] to create applications and other workloads in {product-title}.
endif::openshift-rosa,openshift-rosa-hcp,openshift-dedicated[]
ifdef::openshift-rosa,openshift-rosa-hcp,openshift-dedicated[]
* You have logged in to the web console.
// * You have created a project or have access to a project with the appropriate xref: ../../authentication/using-rbac.adoc#default-roles_using-rbac[roles and permissions] to create applications and other workloads in {product-title}.
endif::openshift-rosa,openshift-rosa-hcp,openshift-dedicated[]
// dedicated-admin cannot install the Serverless operator. This ifdef should cover this.
ifdef::openshift-enterprise,openshift-webscale[]
To create serverless applications, in addition to the preceding prerequisites, ensure that:
* You have link:https://docs.openshift.com/serverless/1.28/install/install-serverless-operator.html#install-serverless-operator[installed the {ServerlessOperatorName}].
* You have link:https://docs.openshift.com/serverless/1.28/install/installing-knative-serving.html#installing-knative-serving[created a `KnativeServing` resource in the `knative-serving` namespace].
endif::[]
include::modules/odc-creating-sample-applications.adoc[leveloffset=+1]
include::modules/odc-using-quickstarts.adoc[leveloffset=+1]
include::modules/odc-importing-codebase-from-git-to-create-application.adoc[leveloffset=+1]
include::modules/odc-deploying-container-image.adoc[leveloffset=+1]
include::modules/odc-deploying-java-applications.adoc[leveloffset=+1]
include::modules/odc-using-the-devfile-registry.adoc[leveloffset=+1]
include::modules/odc-using-the-developer-catalog-to-add-services-or-components.adoc[leveloffset=+1]
[role="_additional-resources"]
[id="additional-resources_odc-creating-applications-using-developer-perspective"]
== Additional resources
* For more information about Knative routing settings for {ServerlessProductName}, see link:https://docs.openshift.com/serverless/1.28/knative-serving/external-ingress-routing/routing-overview.html#routing-overview[Routing].
* For more information about domain mapping settings for {ServerlessProductName}, see link:https://docs.openshift.com/serverless/1.28/knative-serving/config-custom-domains/serverless-custom-domains.html#serverless-custom-domains[Configuring a custom domain for a Knative service].
* For more information about Knative autoscaling settings for {ServerlessProductName}, see link:https://docs.openshift.com/serverless/1.28/knative-serving/autoscaling/serverless-autoscaling-developer.html#serverless-autoscaling-developer[Autoscaling].
* For more information about adding a new user to a project, see xref:../../applications/projects/working-with-projects.adoc#odc-providing-project-permissions-using-developer-perspective_projects[Working with projects].
* For more information about creating a Helm Chart repository, see xref:../../applications/working_with_helm_charts/configuring-custom-helm-chart-repositories.adoc#odc-creating-helm-releases-using-developer-perspective_configuring-custom-helm-chart-repositories[Creating Helm Chart repositories].