SAP

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

You will learn

  • How to configure and build SAPUI5 Docker image
  • How to deploy the SAPUI5 Docker image to SAP BTP, Kyma runtime
Thomas Jung T Thomas Jung August 21, 2026
Created on April 13, 2026
Contributors

More from Thomas Jung

See all 228 tutorials by Thomas Jung →

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
Next