Saurav Kunwar:
Question. How can I find out what type of proxy the kube-proxy is configured to use. In one of the labs. Its recommended to grep the logs of the pod like: k logs -n=kube-system <pod-name> | grep kube-system
but that didn’t print anything. Thank you.
Tej_Singh_Rana:
Hello, @Saurav Kunwar
Because we have to replace <pod-name>
with the correct pod one.
Saurav Kunwar:
@Tej_Singh_Rana That was just a place holder. I did actually have the name of the pod there.