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

Install the Kubernetes Command Line Tool

Download and install kubectl - the Kubernetes command line tool that allows access to SAP BTP, Kyma runtime.

Overview

🎓 beginner 15 min. SAP BTP Kyma RuntimeBeginnerCloudSAP Business Technology Platform

You will learn

  • โœ”How to download kubectl - the Kubernetes command line tool
  • โœ”How to install the plugin kubectl oidc-login and use it to connect to a SAP BTP, Kyma runtime instance
  • โœ”How to use a few basic kubectl commands
Unknown U Unknown December 3, 2025
Created by March 26, 2024
Contributors

Prerequisites

Prerequisites

Steps

Windows macOS Linux BAS

Intro

SAP BTP, Kyma runtime provides a managed Kubernetes cluster in which you can install the Kyma modules. To manage resources and configurations from the command line, you can use the kubectl tool. This tutorial provides the steps necessary to configure the tool to access SAP BTP, Kyma runtime. In subsequent tutorials, you will learn various commands provided by kubectl.


Step 1 Download and install kubectl
โ€”

  1. Download the latest kubectl version from the Kubernetes website. Use the following URL:

    https://kubernetes.io/docs/tasks/tools/install-kubectl

  2. On the Kubernetes website, follow the instructions listed for your operating system, for example: Install kubectl on macOS.

Step 2 Download and install kubectl oidc-login
+
Step 3 Test the kubectl installation
+
Step 4 Download the SAP BTP, Kyma runtime kubeconfig
+
Step 5 Set the KUBECONFIG environment variable
+

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. Download and install kubectl 2. Download and install kubectl oidc-login 3. Test the kubectl installation 4. Download the SAP BTP, Kyma runtime kubeconfig 5. Set the KUBECONFIG environment variable

Learn more →