Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 165 Bytes

File metadata and controls

9 lines (7 loc) · 165 Bytes
kubectl config use-context cluster1-admin@cluster1
k create deployment nginx-app --image nginx:alpine-slim --replicas 2
k get deployment nginx-app