×

manju

9 Reputation

Azure specialist

Follow
Activities(1) Posts(0) Series(0) Areas of Expertise Following Followers

manju Commented on

Traffic Management with Istio (1): Unified Management of TCP Ingress Traffic Routing based on Istio Rules

This article shows an example using a simple and standard Istio rule to route TCP ingress traffic, thus implementing unified management of TCP ingress traffic.

I have used the Azure Kubernetes Service, created the client using .net.The request is hitting the istio-ingress gateway, but not sure whether its routing to actual tcp service.The client is throwing the exception as below - An established connection was aborted by the software in your host machine at System.Net.Sockets.Socket.Receive(Byte[] buffer) at xyz.Tcp.Client.Program.ExecuteClient() in C:\...\xyz.Tcp.Client\Program.cs:line 87 The actual receive code is as below: byte[] messageReceived = new byte[1024]; int byteRecv = sender.Receive(messageReceived);
Areas of Expertise

Followers (0)

See All
Latest Comments
No series yet.