Peter White

Results 9 comments of Peter White

When running Clearwater in Kubernetes, we've just left the ports as the default, and then the various clearwater components can access the service on those ports on the Kubernetes network...

I'm using the DNS provided by Kubernetes, with a flannel network. I'm actually testing a DR scenario with two Clearwater deployments, which works by each deployment being in its own...

I'm a bit lost, so let me dig a bit deeper into your setup. Let's say that your K8s node has IP 192.168.0.123. Then etcd instance for the infrastructure is...

@richardwhiuk Interesting - I hadn't found that document, thanks. How do I change the values in the configuration files in a Docker deployment? Is there a procedure, or do I...

Workaround - add the following line to the end of `clearwater/base/Dockerfile`: ``` RUN sed -i 's/SCTP_streams.*/No_SCTP;/' /usr/share/clearwater/bin/generic_create_diameterconf ``` Probably not the right fix, but seems to get past the issue.

Note also relevant docs here: https://linkerd.io/2/features/protocol-detection/ These are about metrics, not load balancing, but I think the description here of when Linkerd gets involved are pretty clear and probably the...

Thanks. I've mulled this over, and concluded that the underlying issue is that there is no logic description, something that says "When it gets a packet Linkerd does X". I'd...

This looks great to me - thanks for driving it. We currently have a model where we use a missing selector and annotations to achieve headless services without core k8s...

Sorry, here you go: https://opentelemetry.io/docs/collector/benchmarks/