mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
32 lines
2.1 KiB
Plaintext
32 lines
2.1 KiB
Plaintext
include::modules/serverless-document-attributes.adoc[]
|
|
[id="serverless-getting-started"]
|
|
= Getting started with {ServerlessProductName}
|
|
:context: serverless-getting-started
|
|
include::modules/common-attributes.adoc[]
|
|
|
|
toc::[]
|
|
|
|
{ServerlessProductName} simplifies the process of delivering code from development into production by reducing the need for infrastructure set up or back-end development by developers.
|
|
|
|
Serverless is a cloud computing model where application developers do not need to provision servers or manage scaling for their applications. These routine tasks are abstracted away by the platform, allowing developers to push code to production more quickly than in traditional models.
|
|
|
|
[id="serverless-getting-started-how-it-works"]
|
|
== How {ServerlessProductName} works
|
|
|
|
Developers on {ServerlessProductName} can use the provided Kubernetes native APIs, as well as familiar languages and frameworks, to deploy applications and container workloads.
|
|
|
|
{ServerlessProductName} on {product-title} enables stateless, serverless workloads to all run on a single multi-cloud container platform with automated operations. Developers can use a single platform for hosting their microservices, legacy, and serverless applications.
|
|
|
|
{ServerlessProductName} is based on the open source Knative project, which provides portability and consistency across hybrid and multi-cloud environments by enabling an enterprise-grade serverless platform.
|
|
|
|
[id="serverless-getting-started-supported-configs"]
|
|
== Supported configurations
|
|
|
|
The set of supported features, configurations, and integrations for {ServerlessProductName}, current and past versions, are available at the link:https://access.redhat.com/articles/4912821[Supported Configurations page].
|
|
|
|
[id="next-steps_serverless-getting-started"]
|
|
== Next steps
|
|
|
|
* Install the xref:../serverless/admin_guide/install-serverless-operator.adoc#install-serverless-operator[{ServerlessOperatorName}] on your {product-title} cluster to get started.
|
|
* View the xref:../serverless/serverless-release-notes.adoc#serverless-release-notes[{ServerlessProductName} release notes].
|