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 ↗
Logout

Deploy MSSQL in SAP BTP, Kyma Runtime

Configure and deploy an MSSQL database within SAP BTP, Kyma runtime and use it for a test or development scenario.

🎓intermediate 45 min SAP BTP Kyma Runtime Intermediate Cloud SAP Business Technology Platform 0/7

Overview

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

You will learn

  • How to configure and build a MSSQL database Docker image
  • How to deploy the MSSQL database Docker image to SAP BTP, Kyma runtime, which includes:
  • A Kubernetes Secret to store the database user and password
  • A Kubernetes PersistentVolumeClaim (PVC) for the storage of the database data
  • A Kubernetes Service used to expose the database to other Kubernetes resources
Unknown U Unknown May 6, 2026
Created by May 8, 2024
Contributors

Prerequisites

Prerequisites

Steps

Step 1 Clone the Git repository

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

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

    Shell/Bash
    git clone https://github.com/SAP-samples/kyma-runtime-extension-samples
Step 2 Explore the sample
+
Step 3 Build the Docker image
+
Step 4 Use the Docker image locally
+
Step 5 Apply resources to SAP BTP, Kyma runtime
+
Step 6 Locally access the MSSQL Deployment
+
Step 7 Directly access the MSSQL Deployment
+

Resources

Discussion

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

Submit detailed feedback Discuss in Community
Steps
Step 1 of 7
1. Clone the Git repository 2. Explore the sample 3. Build the Docker image 4. Use the Docker image locally 5. Apply resources to SAP BTP, Kyma runtime 6. Locally access the MSSQL Deployment 7. Directly access the MSSQL Deployment

Learn more →