Hi, I am planning to use the camel saga service in my application which is to be deployed in production. I know camel saga service internally uses Narayana LRA implementation. So the Narayana coordinator needs to be started up before using with camel saga service. I was wondering that to achieve high availability for my overall application microservices which will be using camel saga how can I manage the deployments of LRA coordinator as POD in my aws eks environment where my application is to be deployed and all the microservices would also be deployed in the same name space in aws eks.
Do you have any image of Narayana LRA coordinator which can be used in aws eks for deployment. Also how can I achieve the persistence of lra coordinator internal data as PODs are ephemerals and LRA coordinator requires this data to maintain the state of saga participants services. Please help. Thanks! Regards, Deepak