SAP

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

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 August 21, 2026
Created on March 27, 2026
Contributors

More from Anirudh Prasad

See all 6 tutorials by Anirudh Prasad →

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
Next