SAP Home Learn Build Integrate Model Operate Extend with AI ConnectTutorial navigator Knowledge Graph API Devtoberfest Developer Advocates App Space

Manage my Account SAP Devs YouTube ↗ Learnings ↗ Community ↗ Provide Feedback ↗
Logout
โคข Open full site

Deploy the SAPUI5 Frontend in SAP BTP, Kyma Runtime

Develop and deploy the SAPUI5 frontend app in SAP BTP, Kyma runtime.

Overview

🎓 intermediate 40 min. SAP BTP Kyma RuntimeIntermediateCloudSAP Business Technology Platform

You will learn

  • โœ”How to configure and build SAPUI5 Docker image
  • โœ”How to deploy the SAPUI5 Docker image to SAP BTP, Kyma runtime
Unknown U Unknown April 13, 2026
Created by March 2, 2026
Contributors

Prerequisites

Steps

Intro

This tutorial expects that the Deploy a Go PostgreSQL API Endpoint in SAP BTP, Kyma Runtime tutorial has been completed and relies on the database running within SAP BTP, Kyma runtime.

Deploying the SAPUI5 Docker image to SAP BTP, Kyma runtime includes:

  • A Kubernetes Deployment of the frontend image with the ConfigMap mounted to a volume
  • A Kubernetes ConfigMap containing the URL to the backend API
  • A Kubernetes Service used to expose the application to other Kubernetes resources
  • A Kyma APIRule to expose the frontend application to the Internet

Step 1 Clone the Git repository
โ€”

  1. Go to kyma-runtime-samples. This repository contains a collection of Kyma sample applications which will be used during the tutorial.

  2. Use the Code button to choose one of the options to download the code locally, or simply run the following command in your CLI at your desired folder location:

    Shell/Bash
    git clone https://github.com/SAP-samples/kyma-runtime-samples
Step 2 Explore the sample
+
Step 3 Build Docker image
+
Step 4 Apply resources to SAP BTP, Kyma runtime
+
Step 5 Open the UI application
+

Resources

Discussion

Share feedback on this tutorial or join the conversation in SAP Community.

Submit detailed feedback Discuss in Community
Steps
Step 1 of 5
1. Clone the Git repository 2. Explore the sample 3. Build Docker image 4. Apply resources to SAP BTP, Kyma runtime 5. Open the UI application

Learn more →