siddhi-io/siddhi-operator

There is no way to view the partial apps after a distributed deployment

Closed this issue · 1 comments

Description:
In the default distributed deployment of SiddhiProcesses, we are dividing user given app to partial Siddhi apps and deploy those apps. The deployment and partial Siddhi app have one to one matching. After successful deployment users do not have a way to see the partial Siddhi apps that already deployed directly. To do that users have to follow the following steps.

  1. Describe the pod
  2. Find the config map that used to deploy apps
  3. Describe the config map and find the deployed partial app

This process might take time and it is not very user-friendly.

Suggested Labels:
New features

Affected Product Version:
0.2.0

In would be much better to have a separate service to retrieve that information about the partial apps. Also, it would be much better to add that information to the Siddhi process status.