Manage External-DNS with CRD and Kubernetes Operator

Опубликовано: 15 Октябрь 2024
на канале: AppsCode Inc.
390
like

External-DNS synchronizes exposed Kubernetes resources with a DNS provider. It retrieves IP addresses of the resources and lists them with corresponding DNS names. The official external-dns project(https://github.com/kubernetes-sigs/ex...) requires users to install a new controller/helm chart for every configuration in their cluster. We have introduced a CRD so users can specify their desired configuration. We have built an external-dns operator that will apply that configuration to the DNS provider.

Here is a sneak preview of the webinar:
-Introduction to External-DNS
-Introduction to External-DNS operator
-Install External-DNS operator
-Demo

Slide Deck: https://docs.google.com/presentation/...

▬▬▬▬▬▬▬▬ Useful Links 🛠 ▬▬▬▬▬▬▬

Visit GitHub: https://github.com/kubeops/external-d...
Blog: https://blog.byte.builders

▬▬▬▬▬▬▬▬ Connect 👋 ▬▬▬▬▬▬▬▬▬

For more information, visit: https://appscode.com/
Visit GitHub: https://github.com/appscode
Join AppsCode on Slack: https://slack.appscode.com/
Twitter:   / appscodehq  
LinkedIn:   / appscode  
Facebook:   / appscode  

#External_DNS #ExposeKubernetesResources #KubeDB