#kunalkushwaha
Read more stories on Hashnode
Articles with this tag
Containers are completely isolated run-time environments, for each component or an application. In a production environment, there will be multiple...
To get the version of Kubernetes running on the cluster: kubectl version To get the list of nodes: kubectl get nodes To get the list of pods: ...