Kubernetes

Run a command to view all nodes of the cluster

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

kubectl get nodes

Note: You might want to create an alias (alias k=kubectl) and get used to k get no