Kubernete Commands
Kubernete Commands
node commands
get the list of nodes
pod commands
get the list of all pods
apiVersion: v1
kind: Pod
metadata:
name: pod1
spec:
containers:
- name: pod1-container
image: httpd
exercise
create a pod with image nginx