Type KubernetesClusterResolver
Namespace tensorflow.distribute.cluster_resolver
Parent ClusterResolver
Interfaces IKubernetesClusterResolver
ClusterResolver for Kubernetes. This is an implementation of cluster resolvers for Kubernetes. When given the
the Kubernetes namespace and label selector for pods, we will retrieve the
pod IP addresses of all running pods matching the selector, and return a
ClusterSpec based on that information.