Siddhi Operator Release 0.2.0-m2
Pre-release
Pre-release
Installing
Docker Image:
siddhiio/siddhi-operator:0.2.0-m2
kubectl apply -f https://github.com/siddhi-io/siddhi-operator/releases/download/v0.2.0-m2/00-prereqs.yaml
kubectl apply -f https://github.com/siddhi-io/siddhi-operator/releases/download/v0.2.0-m2/01-siddhi-operator.yaml
Highlights
Changed
-
Change YAML naming convention to the Camel case.
messagingSystem: type: nats config: bootstrapServers: - "nats://nats-siddhi:4222" clusterId: stan-siddhi persistentVolume: accessModes: - ReadWriteOnce resources: requests: storage: 1Gi storageClassName: standard volumeMode: Filesystem
-
Use a dynamic Siddhi Parser for each Siddhi Custom Resource object, embedded within the Siddhi Runner distribution in-order to share the classpaths . (#71)
Features & Improvements
- Enable version controlling for SiddhiProcesses.(#57, #66)
- NGINX ingress 0.22.0+ support.
- Enabling readiness and liveness probes with the Siddhi runner. (#46)