Skip to Content

Install Tools for Deployment

Learn how to install the necessary tools for deploying the application
You will learn
anirudhprasad-sapAnirudh PrasadApril 1, 2026
Created by
anirudhprasad-sap
March 27, 2026
Contributors
Pavan-SAP
anirudhprasad-sap

Prerequisites

  • You’ve configured the respective entitlements, enabled the Kyma runtime in your subaccount, and created an SAP HANA Cloud service instance in the SAP BTP cockpit. Follow the steps in the Setting Up SAP BTP and Kyma Runtime for Deployment tutorial that is part of the Application Lifecycle Management using CAP Operator tutorial group.
  • You have an enterprise global account in SAP BTP. To use services for free, you can sign up for an SAP BTPEA (SAP BTP Enterprise Agreement) or a Pay-As-You-Go for SAP BTP global account and use the free tier services only. See Using Free Service Plans.
  • You have a platform user. See User and Member Management.
  • You’re an administrator of the global account in SAP BTP.
  • You have a subaccount in SAP BTP to deploy the services and applications.
  • For Windows, you need Chocolatey. Chocolatey is a package manager that speeds up and eases installation of the tools in this tutorial. See how to install Chocolatey in Setup/Install.
  • You’ve prepared a container registry and you’ve logged in to the container registry through your CLI. A container registry is a repo where you can push your Docker images. You can use any container registry offering as long as it can be reached from the public internet. In case if you don’t have access to a container registry, you can make use of the Docker Registry Community Module from Kyma.
  • Step 1
  • Step 2
  • Step 3
    1. Choose KubeconfigURL under the Kyma Environment tab in your subaccount.

      Kubeconfig URL

      A kubeconfig.yaml file is downloaded.

      Kubeconfig yaml
    2. Copy the kubeconfig.yaml file to the ~/.kube/ directory and rename it to config. Replace or rename any existing file with the same name.

    There are two additional steps for Windows users only:

    1. Go to C:\ProgramData\chocolatey\bin.

    2. Rename kubelogin.exe to kubectl-oidc_login.exe.

  • Step 4
  • Step 5
  • Step 6
Back to top