Skip to content

Releases: siddhi-io/siddhi-operator

Siddhi Operator Release 0.1.1

20 May 18:19
96bd746
Compare
Choose a tag to compare

Siddhi team is excited to announce the Siddhi Operator Release 0.1.1. Please find the major improvements and features introduced on this release.

Compatibility & Support

  • There are no specification changes in Siddhi Process Custom Resource Definition. You can use siddhi.io/v1alpha1 custom resources with this release.

Features & Improvements

  • Support for Docker for Mac
  • Viewing the status of the SiddhiProcess sub-resources

Bug Fixes

Note

Please refer to the Siddhi documentation and medium publications to find out more details about the siddhi kubernetes operator.

Reporting Issues

Issues can be reported using at GitHub Issue Tracker.

Contact us

Siddhi-Dev Google Group Group is the main Siddhi project discussion forum for developers.

Users can use Siddhi-User Google Group to raise any queries and get some help to achieve their use cases.

StackOverflow is also can be used to get some support and GitHub for issues and code repositories.

-- Siddhi Team --

Siddhi Operator Release 0.1.0

24 Apr 20:22
2c050ee
Compare
Choose a tag to compare

Siddhi team is excited to announce the Siddhi Operator Release 0.1.0.

Siddhi Operator allows running Siddhi streaming logic natively on Kubernetes.
Siddhi Operator is based on the operator pattern and makes use of the Operator SDK to perform operations on Kubernetes resources.

Please refer Getting started guide to bootstrap the siddhi operator deployment.

Features

  • Siddhi application deployment as a SiddhiProcess Custom Resource Deployment (CRD).
  • Support defining Siddhi apps inline or as config maps in the SiddhiProcess custom resource object.
  • Update the siddhi-runner default configurations directly using the SiddhiProcess custom resource object.
  • Automatically configuring HTTP/HTTPS request handling support using NGINX ingress load balancer.
  • Support enable/disable automatic ingress creation from operator.yaml configurations.
  • Support using custom siddhi-runner docker images according to the requirements by updating the image details in the SiddhiProcess custom resource object.

Note

Please refer to the Siddhi documentation and medium publications to find out more details about the siddhi kubernetes operator.

Reporting Issues

Issues can be reported using at GitHub Issue Tracker.

Contact us

Siddhi-Dev Google Group Group is the main Siddhi project discussion forum for developers.

Users can use Siddhi-User Google Group to raise any queries and get some help to achieve their use cases.

StackOverflow is also can be used to get some support and GitHub for issues and code repositories.

-- Siddhi Team --