The examples project provides a central repository to showcase and illustrate features and concepts on Kyma.
- An example is a small demo that illustrates a particular feature or concept of Kyma.
- An example refers to full, ready-to-use application development requiring no explanation.
- An example must be concise and clear.
- An example cannot be a lecture or tutorial that guides the user through the topic with steps. Tutorials are part of the product documentation.
- An example is not a production-ready application or service. Do not use examples in a production environment.
The summary of the documentation in the examples
repository lists all available examples organized by the feature or concept they showcase. This structure provides a quick overview and easy navigation.
Example | Description | Technology |
---|---|---|
HTTP DB service | Service exposing an HTTP API to access a database on the cluster. | Go, MSSQL |
Event Service Subscription | The example demonstrating publish and consume features of the Event Bus. | Go |
Event Lambda Subscription | Create functions, trigger functions on Events, and bind to services. | Kubeless |
Gateway | Expose APIs for functions or services. | Kubeless |
Service Binding | Bind a Redis service to a Lambda Function. | Kubeless, Redis, NodeJS |
Calling Enterprise Commerce | Call Enterprise Commerce in the context of the end user | Kubeless, NodeJS |
Alerting Rules | Configure alert rules in Kyma. | Prometheus |
Custom Metrics in Kyma | Expose Custom Metrics in Kyma. | go, Prometheus |
Event Email Service | Send an automated email when an event is received. | NodeJS |
You can run all the examples locally or in a cluster. For instructions on installing and running an example, refer to the README.md
document of the specific example, either by using the List of examples section or by navigating through the project structure.