#devops-articles
Read more stories on Hashnode
Articles with this tag
A pod can be created using a YAML template $vim pod_definition.yml A simple pod_definition template in YAML is as follows: apiVersion: v1 kind:...
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: ...