Build a Service-Centric Application with CAP on Kyma
Deploy and run an existing CAP application in Kyma runtime by using built-in tools like API Gateway and Service Mesh technology.
You will learn
- How to build a CAP application in the Kyma runtime
Prerequisites
- You’ve installed Node.js. Make sure you run the latest long-term support (LTS) version of Node.js with an even number like 14. Refrain from using odd versions, for which some modules with native parts will have no support and thus might even fail to install. In case of problems, see the Troubleshooting guide for CAP.
- Latest version of Visual Studio Code
- A Kyma runtime – see Enable SAP Cloud Platform, Kyma runtime
- (For Windows users only): You’ve installed the SQLite tools for Windows. Find the steps how to install it in the Troubleshooting guide in section How Do I Install SQLite in the CAP documentation for more details.
- The Kubernetes CLI installed and configured with your Kubeconfig – see Install the Kubernetes Command Line Tool
- Docker
- Docker Hub Account
The SAP Cloud Application Programming Model helps you keep pace with ever-changing cloud environments. You stay focused on your domain problems, while low-level features like OData protocol serving, message brokers, or multi-tenancy are handled for you.
In this tutorial, you learn how to deploy and run an existing CAP application in Kyma runtime by using built-in tools like API Gateway and Service Mesh technology.