Main Menu

Search

KUBERNETES: Command To Check Kubernetes Cluster IP (DevOps)

Below command can be used.

# kubectl get all -owide

Below is sample output.

# kubectl get all -owide
NAME                 TYPE        CLUSTER-IP   EXTERNAL-IP   PORT(S)   AGE   SELECTOR
service/kubernetes   ClusterIP   10.XX.0.1    <none>        443/TCP   11h   <none>

 


Products to which Article Applies

Kubernetes

Search Keywords: Kubernetes k8s kube how to docs cluster clusters getting get check checking IP addresses address IPs command commands

Article Author: Tarun Boyella

 

No comments:

Post a Comment