Fallback to Host DNS
We added a new helm option fallbackHostDns
that allows users to access all (!) host cluster services as they would do in the host cluster itself from within the vcluster. This is very beneficial in scenarios where you want to share host cluster services inside the vcluster or use tools such as istio and dapr.
What's Changed
- reimplement fake kubelet services for node InternalIP addresses by @ishankhare07 in #983
- Add vcluster name/ns labels to Namespaces in multinamespace mode by @matskiv in #988
- fix: remove vcluster name and namespace from Node hostnames by @matskiv in #987
Full Changelog: v0.15.0-alpha.2...v0.15.0-beta.0