TIBCOSoftware / tp-helm-charts

Helm Charts for TIBCO® Platform
https://cloud.tibco.com
Apache License 2.0
3 stars 16 forks source link

DR Scenario: CP/DP do not monitor objects created by TP in CP/DP, e.g. If k8s secret created by helm charts is deleted it is not flagged anywhere or recreated #107

Open kulbhushan-tibco opened 1 week ago

kulbhushan-tibco commented 1 week ago

Hi Team,

This is a DR Scenario:

Currently CP/DP do not monitor objects created by TP in CP/DP.

e.g. If k8s secret created by helm charts is deleted it is not flagged anywhere or TP do not detect it by any means. This is a common behavior for Kuberntes as secret is not part of any deployment or statefulset and hence k8s will not recrete if deleted, however here the narration changes due to the fact that if the secret is created by TIBCO Platform, which is a product and if gets deleted, it should flag it and better recreate it immediately.

Same case applies to any pod, config map, sa, etc. It should be resilient towards any unforseen deletions.

Thank you, Kulbhushan

kulbhushan-tibco commented 1 week ago

Support case 2307202