Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 176 Bytes

namespaces.md

File metadata and controls

10 lines (8 loc) · 176 Bytes

1. Count of npods in namespace

kubectl get pods --namespace=research

2. Create pod in a namespace

kubectl run redis --image=redis -n finance