Hareesh chowdary:
Hi @Mumshad Mannambeth @here
The traffic which is coming to the ingress is http or https, but kubernetes services works basically(TCP) Traffic
How the request converting from http or https to TCP.
How exactly its working
Matthew Robinson:
HTTP and HTTPS are protocols that are both built on top of TCP.
Matthew Robinson:
HTTP and HTTPS are application layer 7 protocols in the OSI network model and TCP is a transport layer 4 protocol.
karpra:
layer 7 - session , presentation , http/https
karpra:
layer 4 - TCP / UDP