Nothing here yet.
Nothing here yet.
To do the test on one laptop, its not possible to setup the production ready K8s configuration with 2 master node & 3 worker nodes. To reciprocate that, we use Minikube or other software like kind on our local laptop. To communicate with the cluster ...

What is docker container and what is K8s Pod Docker container : It is a runtime instance of docker image, it can be managed and maintained by the docker. K8s Pods : It is an abstraction in K8s cluster which can have one or more containers within. ...

What is docker Docker is a software or a container runtime, which can be installed over any operating system like windows, linux or mac. There are many questions now? software? Yes, its a software which extends the capability of the underlying host...

What is Git? git is an essential tool for software development It manages and maintains the versions of codes to enable developers track the changes in their codebase. it creates a common platform to collaborate with others and it maintains a hist...
