Kyma /kee-ma/
Kyma is an opinionated set of Kubernetes-based modular building blocks, including all necessary capabilities to develop and run enterprise-grade cloud-native applications. It is the open path to the SAP ecosystem supporting business scenarios end-to-end.
Kyma is an actively maintained open-source project supported by SAP. The Kyma project is also a foundation of SAP BTP, Kyma runtime which is a part of SAP Business Technology Platform (BTP). You can use Kyma modules in your own Kubernetes cluster, or try the managed version from SAP BTP with a ready-to-use Kubernetes cluster powered by Gardener.
Kyma modules offer various functionalities, such as:
- Serverless development platform to run lightweight Functions in a cost-efficient and scalable way
- System connectivity that provides an endpoint to securely register Events and APIs of external applications
- Istio for service-to-service communication and proxying
- Service Management to use the built-in cloud services from such cloud providers as GCP, Azure, and AWS
- Secure API exposure
- Collection and shipment of telemetry data to observability backends using the Telemetry module
- CLI supported by the intuitive UI through which you can connect your application to a Kubernetes cluster
Go to the Kyma project website to learn more about our project, its features, and Kyma modules.
To get started with Kyma and install it with specific modules, see the Quick Install guide.
Kyma comes with ready-to-use code snippets that you can use to test the extensions and the core functionality. See the list of existing examples in the examples
repository.
Read the CONTRIBUTING.md
document that includes the contributing rules and development steps specific to this repository.
The following companies use Kyma:
Kyma team is located mostly in Poland and Germany. See the open job positions for both locations:
-
What is your IDE?
Nothing is enforced. People often use GoLand, Visual Studio Code, VIM.
-
How do you approach testing in Go? Do you use any frameworks?
We use tools such as classical Go runner, Gomega, Testify.
-
How to learn Go?
Here are some useful sources to learn Go:
- Official Go learning tutorials
- 50 Shades of Go: Traps, Gotchas, and Common Mistakes for New Golang Devs
- Language converter - this tool helps you to convert code from one language to any other one