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

Prepare Multi-Tenant Applications for Deployment with CAP Operator

This tutorial shows you how to prepare your multi-tenant application for deployment in SAP BTP, Kyma runtime using the CAP Operator.

Overview

🎓 beginner 20 min. SAP CAP Operator Kubernetes EnvironmentBeginnerCloud OperationsSAP Cloud Application Programming ModelNode JsSAP Business Technology PlatformSAP BTP Kyma Runtime

You will learn

  • โœ”How to build container images for your multi-tenant application and push them to a container registry.
Anirudh Prasad A Anirudh Prasad April 1, 2026
Created by March 26, 2026
Contributors

Prerequisites

Prerequisites

Steps

Step 1 Download and set up the project locally
โ€”

Clone the application from the Incident Management Application GitHub Repository. For e.g. using:

Shell
git clone https://github.com/cap-js/incidents-app.git -b cap-operator-tutorials

This is a multi-tenant SAP Cloud Application Programming Model (CAP) application. It utilizes the application router for routing, SAP Authorization and Trust Management service (XSUAA), and SAP HANA Cloud as the database. The front end is built with SAP Fiori and deployed to the HTML5 Application Repository.

Open a command-line window in the folder where your application holds incidents-app and run the following command to open the project in Visual Studio (VS) Code:

Shell
code .
Step 2 Build images
+

Resources

Discussion

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

Submit detailed feedback Discuss in Community
Steps
Step 1 of 2
1. Download and set up the project locally 2. Build images

Learn more →