Install the Kubernetes Command Line Tool
Download and install kubectl - the Kubernetes command line tool which allows access to the SAP BTP, Kyma runtime via the command line.
You will learn
- How to download
kubectl
- the Kubernetes command line tool - How to install
kubectl
and connect it to a Kyma runtime - How to explore a few basic
kubectl
commands
Prerequisites
- Tutorials: Enable SAP BTP, Kyma Runtime
The Kyma runtime is a Kubernetes cluster. To manage resources and configurations from the command line, the tool kubectl
can be used. This tutorial provides the steps to configure the tool to access the Kyma runtime. In subsequent tutorials you will learn various commands provided by kubectl
.