Kubernates clustering #1619
Replies: 1 comment
-
I believe that OME clustering for k8s isn't much different than OME clustering without k8s. And individual deployments aren't much different than deployment configs for any other app. Here is an example of how I do it in my k8s cluster: https://github.com/d-uzlov/k8s-homelab/tree/master/video/ome ¹ One k8s-specific pitfall that I encountered is that you can't easily scale edge, at least when using WebRTC, because if there are several edge instances behind a single load-balancer, and webtrc data request goes to a different instance than the control plane request, things seems to break. |
Beta Was this translation helpful? Give feedback.
-
Is there a way to run origins and edges on kubernates cluster with deployment scaling? Official documentation doesn't provide any info for kubernates clustering.
Can anyone provide Helm chart or at least .yml config for kubectl ?
Beta Was this translation helpful? Give feedback.
All reactions