SAP

Manage my Account SAP Devs YouTube ↗ Learnings ↗ Community ↗ Provide Feedback ↗
Logout
⤢ Open full site

Consume SAP BTP Services In SAP Kyma

Build an Extension Application on Kyma using SAP BTP services.

Overview

You will learn

  • How to consume SAP BTP services in sap Kyma-runtime
  • How to deploy applications into Kyma-runtime
  • How to use SAP BTP APIs, Service Manager and Service Operator to consume services from other environments
  • How to create service instances using sap-btp-service-operator Working with SAP BTP Service Operator. In this tutorial, we use the simple fiori sample application to learn some best practices to setting up your Kyma-runtime And communicate with SAP BTP so you can use the Destination and the SAP Authorization & Trust Management services.
Thomas Jung T Thomas Jung August 21, 2026
Created on August 17, 2022
Contributors

More from Thomas Jung

See all 228 tutorials by Thomas Jung →

Prerequisites

Prerequisites

Steps

Windows macOS Linux BAS
Step 1 Download the Kyma runtime kubeconfig

The kubectl tool relies on a configuration file called the kubeconfig, to configure access to the cluster. This step details how this can be obtained from both the BTP Cockpit and the Console UI.

To obtain the kubeconfig from the SAP BTP Cockpit:

  1. Within your BTP account, navigate to the sub-account where the Kyma-runtime is enabled.

  2. Choose the menu option Overview

  3. Scroll down to the Kyma-Environment details

  4. Choose the link next to KubeconfigURL to download the kubeconfig

    kubeconfig
    kubeconfig

To obtain the kubeconfig from the Console UI:

  1. Navigate to the Console UI of your Kyma-runtime.

  2. Log onto the Kyma-runtime.

  3. At the top-left of the Kyma-runtime window you will find a drop down which displays the name of the currently connected runtime.

  4. Select the drop down and choose the option Clusters Overview

    cluster-overviews
    cluster-overviews

  5. Choose the Download Kubeconfig option to download the file.

    kubeconfig
    kubeconfig

Step 2 Set the KUBECONFIG environment variable
+
Step 3 Create service instances
+
Step 4 Build and deploy app into kyma Cluster
+
Step 5 Apply resources to Kyma runtime
+
Step 6 Run the deployed 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 6
1. Download the Kyma runtime kubeconfig 2. Set the KUBECONFIG environment variable 3. Create service instances 4. Build and deploy app into kyma Cluster 5. Apply resources to Kyma runtime 6. Run the deployed application