Kubernetes Deployment : A Beginner's Guide
A pod is a running specification for running a Container written in yaml manifest.
In docker , we usually write a command with arguments to run the container.
docker run -d -it -p 9000:9000 -tag rayeez/simple-app:latest --network=host --mountVol=V1
...
rayeez.hashnode.dev3 min read