Integrating Active Directory - kubernetes

how to integrate AD to kubernetes cluster - pods/containers ?
how to integrate DNS resolution to work for both internal and corp external ?

You can use AD through an OIDC provider such as dex or keycloak to provide AD authentication to your cluster, but a pod/container itself will not be integrated with AD.

You can configure kube-dns/core-dns with your own DNS servers:

1 Like

Hi,
I want to login my Kubernetes dashboard using AWS simple AD.
my dashboard is accessed via ingress alb which is configured in route 53 DNS.

is there any simple way to do that.

Thanks in advance.