mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
26 lines
1.1 KiB
Plaintext
26 lines
1.1 KiB
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// serverless/admin_guide/serverless-cluster-admin-serving.adoc
|
|
|
|
:_mod-docs-content-type: PROCEDURE
|
|
[id="creating-serverless-apps-admin-console_{context}"]
|
|
= Creating serverless applications using the Administrator perspective
|
|
|
|
include::snippets/serverless-apps.adoc[]
|
|
|
|
After the service is created and the application is deployed, Knative creates an immutable revision for this version of the application. Knative also performs network programming to create a route, ingress, service, and load balancer for your application and automatically scales your pods up and down based on traffic.
|
|
|
|
.Prerequisites
|
|
|
|
To create serverless applications using the *Administrator* perspective, ensure that you have completed the following steps.
|
|
|
|
* The {ServerlessOperatorName} and Knative Serving are installed.
|
|
* You have logged in to the web console and are in the *Administrator* perspective.
|
|
|
|
.Procedure
|
|
|
|
. Navigate to the *Serverless* -> *Serving* page.
|
|
. In the *Create* list, select *Service*.
|
|
. Manually enter YAML or JSON definitions, or by dragging and dropping a file into the editor.
|
|
. Click *Create*.
|