
SAP BTP, Kyma runtime is managed in the Kyma dashboard, a web-based UI for managing resources within Kyma or any Kubernetes cluster. It uses Busola (https://github.com/kyma-project/busola) as central administration dashboard, which provides a graphical overview of your cluster and deployments.
The highest level displayed in the Kyma dashboard is a cluster. Here you can manage namespaces, create configurations for roles and resources, or access Kyma add-ons.

The Kyma dashboard can be used standalone or provisioned by SAP. SAP hosts it centrally for all customers under https://dashboard.kyma.cloud.sap. The dashboard is empty when first started and wants to connect to a Kubernetes cluster. This can be provided using a kubeconfig.yaml file consisting of the location of the cluster, cluster name, authentication details, and more. Multiple clusters can be managed in one dashboard.

The Kyma dashboard follows a modular approach to define the features and functions available in the dashboard for your user. You can add and configure modules at any time. If you decide that some of them are not needed for your use case, you can disable them and free the resources.
Kyma modules are deployed in two release channels:
The regular channel is the default release channel.
The fast channel provides more frequent releases offering early previews of new features before they are promoted to the regular channel.
You can use one or both release channels in your Kyma cluster, but you can define only one release channel per module.
The following modules are active by default:
- API Gateway
Allows you to expose and secure APIs.
- SAP BTP Operator
Allows you to create and manage SAP BTP services in Kyma.
- Istio
Allows you to monitor traffic, telemetry, and security in complex deployments.
Note
The Application Connector allows you to connect with external solutions.