mirror of
https://github.com/apache/incubator-kie-kogito-examples.git
synced 2025-05-17 15:19:07 +08:00

* kie-kogito-examples-2041: Implement a getting started example for operator use case Adds example to serverless-operator-examples, that explains basic use cases of workflow plugin CLI and showcases how to run, deploy and deploy with custom configuration on local environment or remote cluster env. * Update serverless-operator-examples/README.md Co-authored-by: Gonzalo Muñoz <gonzalo51429@gmail.com> * Update serverless-operator-examples/serverless-workflow-get-random-catfact/README.md Co-authored-by: Gonzalo Muñoz <gonzalo51429@gmail.com> * Update serverless-operator-examples/serverless-workflow-get-random-catfact/README.md * kogito-example-2041: Add note about retrieval URL on different clusters * kogito-examples-2041: Improve steps and NOTE for routes * kogito-examples-2041: Improve steps and example profiles better * kogito-examples-2041: Remove timeouts --------- Co-authored-by: Gonzalo Muñoz <gonzalo51429@gmail.com>
Serverless Operator Examples
Description
In this folder, you can find examples showcasing SonataFlow applications and their development on Cloud environment. These examples are suitable if you would like to work with SonataFlow without the need to work with Java and Quarkus.
Requirements
- Docker or Podman, required for local development scenarios.
- Access to a Kubernetes cluster.
- Worklow plugin for KN CLI installed.
- Visual Studio Code with serverless workflow editor extension installed.