perses / perses-operator

Apache License 2.0
9 stars 6 forks source link

Perses Pod Management - Deployment vs. StatefulSet #18

Open ibakshay opened 1 day ago

ibakshay commented 1 day ago

I've noticed that the Perses Pod is managed by a Deployment rather than a StatefulSet within the perses-operator. Is this by design?

My concern stems from the observation that the Perses Pod is managed by a StatefulSet in the perses/helm-charts repository: perses/helm-charts.

This raises two questions:

  1. Why is there a discrepancy in pod management between the perses operator and the Helm chart?
  2. What state is being stored in the StatefulSet managed by the Helm chart?