kubernetes-retired / multi-tenancy

A working place for multi-tenancy related proposals and prototypes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DNS resolution not working

yaron2 opened this issue · comments

Installed master branch version of VC on an AKS cluster.

When trying to access Service DNS, the addresses are unreachable.
Here's an example of a kubectl apply -f command that executes a registered webhook validation:

error when creating "nginx.yaml": Internal error occurred: failed calling webhook "vvalidator.kb.io": Post https://k8s-validation-webhooks-service.default.svc:443/validate-app-microsoft-com-v1alpha1-app?timeout=10s: context deadline exceeded

Containers running in a tenant namespace also cannot access DNS based services. They can, however, access Pod IPs directly.

Wrong repo :)