Bruno Oliveira dos Santos
03/07/2023, 2:48 PMJacopo
03/07/2023, 2:55 PMBruno Oliveira dos Santos
03/07/2023, 3:02 PMRafael Rodrigues Santana
03/08/2023, 12:58 PMJacopo
03/08/2023, 12:59 PMRafael Rodrigues Santana
03/08/2023, 1:00 PMJacopo
03/08/2023, 1:00 PMorchest-controller
Rafael Rodrigues Santana
03/08/2023, 1:01 PMJacopo
03/08/2023, 1:01 PMRafael Rodrigues Santana
03/08/2023, 1:01 PMnamespace
and the orchestHost
So, we would be able to create multiple orchest deployments in the same EKS.
One problem that we have faced in our internal tests are related to the custom resources that are "global", so we are planning have to remove the definition of those resources from the manifest.
One question that I have is, is possible using this approach to have a single load balancer instead of a multiple load balancers? or even with a single cluster deployment, we would have to create multiple load balancers as well?Jacopo
03/08/2023, 1:26 PMOne problem that we have faced in our internal tests are related to the custom resources that are "global", so we are planning have to remove the definition of those resources from the manifest.do you mean argo & co.?
One question that I have is, is possible using this approach to have a single load balancer instead of a multiple load balancers? or even with a single cluster deployment, we would have to create multiple load balancers as well?I find this question difficult to answer, I'm afraid the answer is something along the lines of "yes but it depends on the exact details of what you are interacting with". It's something I've never dabbled with so I can't really provide anything more than a vague guess.
Rafael Rodrigues Santana
03/08/2023, 3:09 PMnamespace
and the orchestHost
. We were able to deploy the second instance. However, when we tried to delete one of the deployments, it deleted this custom resource and the first orchest cluster stopped working..orchest
namespace. Therefore, when we tried to delete the orchest-controller.yaml for the second cluster, it deletes resources from the first cluster as well.Jacopo
03/09/2023, 2:55 PM