Skip to content

Commit

Permalink
feat: cleanup internal dns
Browse files Browse the repository at this point in the history
  • Loading branch information
muhlba91 committed Nov 9, 2023
1 parent 13b0cda commit 6f5b222
Show file tree
Hide file tree
Showing 19 changed files with 2 additions and 291 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,9 @@ The following applications are defined in [`core/`](core/).

The following applications are defined in [`applications/`](applications/).

- [x] [AdGuard](https://adguard.com/en/adguard-home/overview.html) - DNS server with ad filtering/blocking capabilities.
- [x] [CoreDNS](https://coredns.io) - DNS resolver for internal, local only, domains.
- [x] [Adguard](https://adguard.com/en/adguard-home/overview.html) - DNS server with ad filtering/blocking capabilities.
- [x] [dnsmasq](https://thekelleys.org.uk/dnsmasq/doc.html) - IPv4 and IPv6 DHCP server.
- [x] [External DNS with CoreDNS/etcd integration](https://github.com/kubernetes-sigs/external-dns) - Creates DNS records in CoreDNS/etcs for internal, local only, reachable services.
- [x] [External DNS with Adguard integration](https://github.com/kubernetes-sigs/external-dns) - Creates DNS records in Adguard for internal, local only, reachable services. Uses the [External DNS Adguard Webhook provider](https://github.com/muhlba91/external-dns-provider-adguard).
- [x] External Services - Deploys Kubernetes `Service`s and `Ingress`es to local endpoints, and existing services outside of the cluster.
- [x] [Grafana](http://grafana.com) - Visualization of metrics, and other data.

Expand Down
6 changes: 0 additions & 6 deletions applications/coredns/coredns/extensions/kustomization.yaml

This file was deleted.

24 changes: 0 additions & 24 deletions applications/coredns/coredns/extensions/service.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions applications/coredns/coredns/kustomization.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions applications/coredns/coredns/kustomizeconfig.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions applications/coredns/coredns/templates/extensions.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions applications/coredns/coredns/templates/release.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions applications/coredns/coredns/templates/repository.yaml

This file was deleted.

51 changes: 0 additions & 51 deletions applications/coredns/coredns/values.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions applications/coredns/etcd/kustomization.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions applications/coredns/etcd/kustomizeconfig.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions applications/coredns/etcd/templates/release.yaml

This file was deleted.

29 changes: 0 additions & 29 deletions applications/coredns/etcd/values.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions applications/coredns/external-dns/kustomization.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions applications/coredns/external-dns/kustomizeconfig.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions applications/coredns/external-dns/templates/release.yaml

This file was deleted.

31 changes: 0 additions & 31 deletions applications/coredns/external-dns/values.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions applications/coredns/kustomization.yaml

This file was deleted.

1 change: 0 additions & 1 deletion applications/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ kind: Kustomization
namespace: flux-system
resources:
- ./dnsmasq/
- ./coredns/
- ./adguard/
- ./external-services/

0 comments on commit 6f5b222

Please sign in to comment.