Thomas Faust

Results 55 comments of Thomas Faust

> EG_PROHIBITED_LOCAL_IPS is only used within the process proxies and should not affect access to EG itself. I'm curious how you determined this worked if you can't trigger the creation...

I can confirm that the issue is due to istio, i.e. the envoy proxy sidecars. I guess that the hotfix for now is to not deploy it with istio. @kevin-bates...

> We are always interested in supporting configurations our users need. That said, I don't think any of the current maintainers have the bandwidth and/or resources to take this on...

> I don't know anything about Istio, but this implies it gets involved in _intra-cluster_ communications (between pods). Is that correct? Yes, istio is basically spawns a sidecar when instructed...

@kevin-bates I tried to set ```shell annotations: proxy.istio.io/config: '{ "holdApplicationUntilProxyStarts": true } traffic.sidecar.istio.io/excludeOutboundPorts: "8877" ``` on the kernel pod but without success. I will try to debug the network connection...

@kevin-bates I did some tests on a clean cluster with EG-unrelated pods/services and monitored the istio traffic. AFAIU istio does pod to pod communication via `pod -> svc` (apparently only...

> What does it mean to "belong to a Kubernetes service"? I think they refer to association through label and selector between pod/deployment and service. Thanks for posting your workflow,...

What do you think about having a kubernetes `Service` for the kernel pods at all times? And in the case of istio, i.e. service discovery outside of kube-proxy, make the...

RE. #1181 the `ownerReferences` is really nice! While testing, I was deleting the services manually (postponing the cleanup until I get something working). I adapted the service part with the...

Almost one year later, there are still no typescript examples. I have troubles with action payload in `createLogic`, the [very same issue](https://github.com/jeffbski/redux-logic/pull/112#issuecomment-439752022) that @Shannor ~has~ had. @alvis did a great...