Jiezhang Wang
Jiezhang Wang
Hybrid-NAT failed, EDGE-MESH chain is not in the right order, cloud pod can not access edge service.
I am more worried about whether edgemesh will always have various problems when inserting the EDGE-MESH chain into the 1st order. However, it is fine to ensure that EDGE-MESH is...
Please provide edgemesh-agent logs.
Need full edgemesh-agent log, when you use `./client --addr 192.168.64.18` command. BTW, you are missing the port in `./client --addr 192.168.64.18`.
192.168.64.18 is your websocket service's clusterip?
@ZBoIsHere 微服务在源端建立连接的失败重试机制: https://github.com/kubeedge/edgemesh/blob/main/third_party/forked/kubernetes/pkg/proxy/userspace/proxysocket.go#L91-L118 ``` func TryConnectEndpoints(service proxy.ServicePortName, srcAddr net.Addr, tcpConn *net.TCPConn, protocol string, loadBalancer LoadBalancer) (out io.ReadWriteCloser, err error) { sessionAffinityReset := false for _, dialTimeout := range EndpointDialTimeouts {...
Good job, thank you for your work. And we will continue to pay attention to this issue.
> NGINX DEPLOYMENT IS ALSO THERE.I AM UNABLE TO OPEN URL "http://app.mydomain.com/app" You need a DNS for domain name resolution, or you can configure domain name to IP mapping in...
Requesting a headless service will return a list of pod ips, which are then load balanced by the application itself. However, currently edgemesh does not support cross-subnet communication at the...
> Will edgemesh support pod IP? Yes, edgemesh support for pod ip communication is planned. However, the exact plan is still very much up for discussion. **what problem do we...
Yes. Because edgemesh supports tcp, and https and grpc are based on tcp, so edgemesh can support them.