Ask Your Question
1

What does the error "unsupported service type ExternalName" mean in Istio Primary Remote multi cluster?

asked 2022-07-13 11:00:00 +0000

woof gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2021-05-11 04:00:00 +0000

bukephalos gravatar image

The error "unsupported service type ExternalName" in Istio Primary Remote multi-cluster means that Istio does not support the use of the ExternalName service type in a multi-cluster setup. ExternalName is used to map a Kubernetes Service directly to an external DNS name. This is not compatible with Istio's multi-cluster setup as it requires Istio to be aware of the IP addresses of all services in all clusters, which is not possible with ExternalName. Therefore, you may need to use a different service type, such as ClusterIP, to enable Istio Primary Remote multi-cluster.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-07-13 11:00:00 +0000

Seen: 8 times

Last updated: May 11 '21