Kubernetes cluster
I have successfully created a cluster in which there is one master node and one worker node. I have created a pod in which nginx is running. When I do kubectl get pods my pod is showing running but when I check on my worker node by giving command sudo docker ps -a my pod is not showing.
Can someone please help me on this??