Questions tagged [kubernetes-apiserver]

No guidance has been provided for this tag just yet!

Is there a way to connect to a Kubernetes worker node from a master node without using SSH?

I am looking to develop a Python script that can connect to a Kubernetes worker node, retrieve a list of network interfaces, capture traffic from a selected interface using tcpdump, and then save the resulting pcap file on the master node. Is there a way ...