Aditya Bhat:
What the difference between below two commands
- kubectl run pod-name --image=image-name --port=port no --expose
- kubectl run pod-name --image=image-name --port=port no
Aditya Bhat:
What the difference between below two commands
Mohamed Ayman:
the first command is used to create a pod & a service. the 2nd one just to create a pod