Same container image, behaving differently on separate EKS clusters

0

Hi Guys,

I have a C++ application, built on an EC2 debian8 machine. I have 2 EKS clusters for different environments. Now if I send the same input to that application, it behaves as expected on the 1st EKS cluster and not as expected on the 2nd cluster.
Unfortunately I cannot provide a lot of details, as this is a private application.
I had also problems building this image, as I wasn't able to build a properly functioning image with Docker in Docker, only this particular image.
My thoughts go to the fact that this is a C++ application and that it may want to access some resources directly and it cannot.

BTW, I tried this same config on Google Cloud Platform and it worked without any issue, even if I build the image with Docker in Docker.

Any thoughts or ideas are greatly appreciated.

RomanD
已提問 5 年前檢視次數 218 次
1 個回答
0

Just an update: this was solved from the application code. Although it is still strange how the same container behaved differently on separate clusters...

RomanD
已回答 5 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南