Narendra Patel

Results 9 comments of Narendra Patel

We are also facing this issue wherein our app has some draining configured. But as the pod receives SIGTERM, envoy immediately shuts down while the app is still draining. Graceful...

Hi @dschaaff, If possible, can you please share how are you building the image. Here is what I tried: - Forked the repo and checked out release(v0.46.1 in my case)...

Hi @t-eckert, Thanks for the revert :) Please find the below config used for helm. ``` global: image: "hashicorp/consul:1.11.1" datacenter: dc2 federation: enabled: false imageEnvoy: "envoyproxy/envoy-alpine:v1.18.2" server: replicas: 1 securityContext:...

Hi @david-yu, I guess the above was a suggestion from @lkysow to be implemented in Consul k8s. Don't think we have this config as of now. Thanks.

Hi @kschoche, I think the envoy admin port listens on localhost by default(also prefer to keep it that way). So don't think the above readinessProbe would work. Something like `holdApplicationUntilProxyStarts`...

We have a similar issue where our app container has draining configured. As such on termination it starts draining the requests with a max time f.e say 3 minutes. But...

We are also testing this changes as we have some very high traffic apps and any issues gets quickly noticed and reported. A solution to this feature would be really...

> Hi @narendrapatel have you been able to test and see that this works on Consul K8s? @david-yu yes I have tested this functionality in my local K8s cluster.

I've updated the PR to be compatible with consul version v1.14 and consul control plane 1.0.0. But with the consul dataplane now using distroless base container, we'll need to add...