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
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.
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