Marcus Stong

Results 11 comments of Marcus Stong
trafficstars

An example use case is when a peer needs to be discoverable via DNS. Having DNS point at a load balancer or reverse proxy allows for instantaneous adaptive routing in...

Also note in some cases hot standby nodes behind a load balancer with a Fixed Weighting LB algorithm would be desirable. In general this pushes libp2p to move in the...

Proxy Protocol is not tied to HAProxy in any way, nor is it exclusively HTTP. For better or worst it has become a standard,gaining adoption in all reverse proxies... even...

@willscott hits it on the head, and I why I say this is a case for Cloud Native support. Using AWS EKS Kubernetes as an example, a Kubernetes user (access...

it's my understanding Proxy Protocol v2 has UDP support

also, AWS Network Load Balancers support UDP and Proxy Protocol v2

Also experiencing this with Docker 1.8.2

Awesome! Thanks for the response. I've been issuing k8s and etcd certificates with Vault PKI backend. It's really made it much easier

I'm having the same problem with other fields. Another workaround is to disable validation completely in the sync policy. ``` syncOptions: - Validate=false ```

bump ... I have the same issue