Replies: 3 comments 2 replies
-
My idea is to use Routr in a "mobile office" solution. One of my scenarios is that I am in need of continuously updating the Routr configuration (for example the numbers.yml), with maybe several changes every minute. I have thought about pushing the repo to my local Gitlab instance -> publishing changes to Kubernetes through Argo CD. However, I do believe this will not work, since I am in need of building the image for each change done through the Gitlab repo (in other words; running a Gitlab Pipeline for each time the configuration is changing, which is a time consuming job) Alternatively having an app server that push .yml files into Kubernetes for each needed change, but with this solution then I believe Routr will revert back to the "default" image that was originally installed on the k8s cluster if one of the Routr container/pods restarts/re-deploys. I might need to use the Restapi, but I am not sure if it will work in a Kubernetes environment (through an ingress controller) Thank you for your time and please let me know if you have any questions. |
Beta Was this translation helpful? Give feedback.
-
Thank you for the feedback, @psanders. Going forward I of course need the tcp/udp SIP integration. Any tips in troubleshooting the sip tcp setup on my AKS cluster? Another, small, thing; |
Beta Was this translation helpful? Give feedback.
-
I will close this conversation to maintain organization. However, if you need further assistance in the future, feel free to re-open it. |
Beta Was this translation helpful? Give feedback.
-
Greetings,
Routr looks like an interesting project and software for use in my company's SIP platform, so I am interesting in doing a proof of concept for my needs - Using yaml files for declarative configuration is of high interest.
However, we are interested in deploying this in a Kubernetes cluster.
I am not sure how to accomplish this. Looking through your official documentation/git repo, it seems to me like you have tried Kubernetes setup, but it is not yet finished.
I did find an helm repo on artifact hub, however - this is not updated since April 2021.
Do you have any tips and tricks for getting Routr working in a kubernetes environment?
Also, do you have any experience with Routr in a dev ops environment? (for example using argo CD to qucikly publish new configuration)
Beta Was this translation helpful? Give feedback.
All reactions