Deployment of SysON in Kubernetes #1827
-
|
Hello, do you have any experiences/best practices deploying SysON in an Kubernetes cluster? When I try to convert the docker-compose file to a kubectl yml file, I end up with the following issues Regards, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
Hello Marc, I'm sorry, but no we don't have any experiences/best practices deploying SysON in an Kubernetes cluster. Did you convert the file yourself? Or did you use a tool like https://kubernetes.io/docs/tasks/configure-pod-container/translate-compose-kubernetes/? Regards, |
Beta Was this translation helpful? Give feedback.
-
|
Hello, @AxelRICHARD I'm also interested in a helm chart to deploy SysON in a Kubernetes cluster 😄 @marc-zeller from what you've shared it seems that the SysON container cannot reach the database.
Best regards, |
Beta Was this translation helpful? Give feedback.
-
|
Dear Richard, dear brieuc-kzs, I used kompose to convert the docker-compose file. Meanwhile, I found out, that I needed to explicitly add the database port 5432 in the docker-compose file so that kompose can convert the file correctly. Now, the issue is resolved :-) Regards, |
Beta Was this translation helpful? Give feedback.
Dear Richard, dear brieuc-kzs,
I used kompose to convert the docker-compose file. Meanwhile, I found out, that I needed to explicitly add the database port 5432 in the docker-compose file so that kompose can convert the file correctly. Now, the issue is resolved :-)
Regards,
Marc