Using a Custom Cluster Domain
For Kubernetes clusters that use custom cluster domain,
Linkerd must be installed using the --cluster-domain
option:
linkerd install --cluster-domain=example.org \
--identity-trust-domain=example.org \
| kubectl apply -f -
This ensures that all Linkerd handles all service discovery, routing, service
profiles and traffic split resources using the example.org
domain.