While researching Kubernetes components, you might want to check what happens inside the network. Kubernetes, by default, use encrypted communication. In my case, I wanted to see how the objects are being sent, especially between the API server to the kubelet agent in the worker nodes. In this post I…