Daily Hack #day62 - Connecting to a Kubernetes (k8s) Pod
Connecting to a Kubernetes pod is a common task for debugging, monitoring, or managing applications running within the pod. Kubernetes provides a few methods to access a pod, depending on what you need to do.
Connecting to a Pod:
Using kubectl exec:...
cloudtuned.hashnode.dev2 min read