Creating a pod
Establishing the Communication
Try it yourself
Creating a pod
We’ll create an alpine-based Pod that we’ll use to demonstrate communication between Namespaces.
Run the following commands in the widget.
xxxxxxxxxx
kubectl config use-context k3d-mycluster
kubectl run test \
--image=alpine \
sleep 10000