Horje
kubernetes get services Code Example
kubectl get pods
# Get pods in default namespace
kubectl get pods

#Get Pods in my-namespace
kubectl get pods -n my-namespace

#Get Pods in all namespaces
kubectl get pods --all-namespaces
kubernetes get services
# Get pods in default namespace
kubectl get services

#Get Pods in my-namespace
kubectl get services -n my-namespace

#Get Pods in all namespaces
kubectl get services --all-namespaces
kubectl describe to yaml
kubectl describe <type> <name> -o yaml




Shell

Related
linux create executable Code Example linux create executable Code Example
adb uninstall apk Code Example adb uninstall apk Code Example
mount in linux Code Example mount in linux Code Example
git discard staged changes Code Example git discard staged changes Code Example
how to install git in ubuntu ? Code Example how to install git in ubuntu ? Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9