Subject: SAP Kyma
SAP Kyma is a powerful open-source platform designed to extend and integrate applications in a cloud-native way using Kubernetes and serverless technologies. It empowers developers and IT teams to build, deploy, and manage scalable applications and services on SAP BTP (Business Technology Platform). A crucial component of this platform is the SAP Kyma Dashboard, which provides an intuitive interface to manage and monitor your Kyma environment.
This article guides you through the essential features and navigation tips to effectively use the SAP Kyma Dashboard.
The SAP Kyma Dashboard is a web-based user interface that allows administrators and developers to interact with their Kyma clusters. It helps manage namespaces, functions, applications, services, and resources, providing visibility and control over the Kubernetes-native environment.
- Upon login, you land on the Overview page, which summarizes the health status of your Kyma cluster.
- You can view cluster information such as version, node health, and resource usage.
- Alerts and notifications regarding system status and updates may be displayed here.
- Namespaces provide logical isolation within your Kyma cluster.
- The dashboard lists all namespaces where you can create, delete, or manage namespace-specific resources.
- You can switch between namespaces to focus on specific projects or teams.
- Functions are serverless components in Kyma that execute code in response to events.
- The Functions tab shows a list of existing functions in the selected namespace.
- You can create new functions using supported runtimes (e.g., Node.js, Python).
- The editor lets you write, test, and deploy your functions directly from the dashboard.
- Function metrics and logs are accessible for monitoring and troubleshooting.
- This section displays the applications deployed in your Kyma environment.
- Applications represent logical units that bundle functions, services, and event sources.
- You can manage application metadata, monitor runtime status, and configure event subscriptions.
- Kyma integrates with external and internal services via its Service Catalog.
- You can view and bind services such as databases, messaging systems, or SAP services.
- The dashboard facilitates provisioning service instances and managing credentials securely.
- Kyma is event-driven, and this section lets you manage event subscriptions.
- You can subscribe functions or applications to various event sources.
- The dashboard shows active subscriptions and allows creating or deleting them.
- Event details and delivery status help in debugging event-driven workflows.
- This section gives visibility into Kubernetes resources like pods, deployments, config maps, and secrets.
- You can view resource statuses and perform basic operations such as restarting pods.
- Resource quotas and limits per namespace are also managed here.
¶ Tips for Efficient Navigation and Usage
- Use the Namespace Switcher: Always confirm the active namespace before creating or modifying resources to avoid accidental changes in the wrong environment.
- Leverage Built-in Logs: Utilize the logs in the Functions and Applications tabs to debug issues quickly.
- Bookmark Frequent Views: For faster access, bookmark frequently used dashboard pages.
- Monitor Alerts: Pay attention to dashboard notifications about cluster health and security to proactively address potential issues.
- Utilize Documentation Links: The dashboard often provides quick links to SAP Kyma documentation for detailed guidance.
The SAP Kyma Dashboard is your control center for managing cloud-native extensions and integrations on SAP Business Technology Platform. By understanding its layout and capabilities, developers and administrators can efficiently build, deploy, and maintain scalable, event-driven applications.
Getting comfortable with the dashboard helps streamline your development workflows and improves operational visibility, accelerating innovation in your SAP environment.