Answers for "kubernetes clusterip"

1

kubernetes get cluster info

kubectl cluster-info
Posted by: Guest on June-05-2020
0

kubernetes clusterip

ClusterIP: Exposes the Service on a cluster-internal IP. 
Choosing this value makes the Service only reachable
from within the cluster. This is the default ServiceType.
Posted by: Guest on March-16-2022

Browse Popular Code Answers by Language