{"id":21070496,"url":"https://github.com/pier-oliviert/phonebook","last_synced_at":"2025-05-12T17:26:00.435Z","repository":{"id":257173048,"uuid":"852815691","full_name":"pier-oliviert/phonebook","owner":"pier-oliviert","description":"Manage DNS Records with Kubernetes","archived":false,"fork":false,"pushed_at":"2024-11-25T13:23:17.000Z","size":3819,"stargazers_count":63,"open_issues_count":6,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-01T01:01:42.169Z","etag":null,"topics":["developer-tools","devops","dns","dynamic-dns","ipv4","ipv6","kubernetes","networking","operator"],"latest_commit_sha":null,"homepage":"https://pier-oliviert.github.io/phonebook/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pier-oliviert.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-05T13:29:55.000Z","updated_at":"2025-03-21T22:59:35.000Z","dependencies_parsed_at":"2024-09-15T06:05:04.095Z","dependency_job_id":"287e0c9b-c693-4cef-9b4e-d39f0912e465","html_url":"https://github.com/pier-oliviert/phonebook","commit_stats":null,"previous_names":["pier-oliviert/phonebook"],"tags_count":22,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pier-oliviert%2Fphonebook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pier-oliviert%2Fphonebook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pier-oliviert%2Fphonebook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pier-oliviert%2Fphonebook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pier-oliviert","download_url":"https://codeload.github.com/pier-oliviert/phonebook/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253785944,"owners_count":21964057,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["developer-tools","devops","dns","dynamic-dns","ipv4","ipv6","kubernetes","networking","operator"],"created_at":"2024-11-19T18:47:10.441Z","updated_at":"2025-05-12T17:26:00.405Z","avatar_url":"https://github.com/pier-oliviert.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Phonebook: Manage DNS Record in Kubernetes\n[![Tests](https://github.com/pier-oliviert/phonebook/actions/workflows/test.yaml/badge.svg)](https://github.com/pier-oliviert/phonebook/actions/workflows/test.yaml)\n\nPhonebook is an [operator](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/) that helps you manage DNS Record for your cloud provider from within Kubernetes. Using custom resource definitions (CRDs), you can build DNS records in a same manner you would create other resources with Kubernetes.\n\n```yaml\n# This will create a new `A` record `mysubdomain.mytestdomain.com` pointing\n# at `127.0.0.1``\napiVersion: se.quencer.io/v1alpha1\nkind: DNSRecord\nmetadata:\n  name: dnsrecord-sample\n  namespace: phonebook-system\nspec:\n  zone: mytestdomain.com\n  recordType: A\n  name: mysubdomain\n  ttl: 60\n  targets:\n    - 127.0.0.1\n    - 127.0.0.2 # If provider supports multi-target\n```\n\n### Features\n\n- Only manage DNS Record that are presents as DNSRecord in the cluster\n- Manage DNS Record like any other resources (Create/Delete)\n- Support all DNS Record Types (A, AAAA, TXT, CNAME, etc.)\n- Support cloud provider specific properties \n- Proper error handling per DNS Record\n- Allows specifying TTL\n- Allows multiple targets on providers with multi support (Azure, AWS)\n### Supported providers\n\nHere's a list of all supported providers. If you need a provider that isn't yet supported, create a new [issue](https://github.com/pier-oliviert/phonebook/issues/new).\n\n|||||\n|--|--|--|--|\n|[AWS](https://pier-oliviert.github.io/phonebook/providers/aws/)|[Cloudflare](https://pier-oliviert.github.io/phonebook/providers/cloudflare/)|[Azure](https://pier-oliviert.github.io/phonebook/providers/azure/)|[deSEC](https://pier-oliviert.github.io/phonebook/providers/desec/)\n\n### Get Started\n\nThe [documentation](https://pier-oliviert.github.io/phonebook/) has all the information for you to get started with Phonebook.\n\n### Special thanks\n\nThis project was built out of need, but I also want to give a special thanks to [external-dns](https://github.com/kubernetes-sigs/external-dns) as that project was a huge inspiration for Phonebook. A lot of the ideas here stem from my usage of external-dns over the years. I have nothing but respect for that project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpier-oliviert%2Fphonebook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpier-oliviert%2Fphonebook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpier-oliviert%2Fphonebook/lists"}