{"id":17774895,"url":"https://github.com/deepthawtz/duncan","last_synced_at":"2025-06-16T09:06:57.999Z","repository":{"id":57542997,"uuid":"269779548","full_name":"deepthawtz/duncan","owner":"deepthawtz","description":"opinionated CLI for deploying and dynamically configuring Kubernetes pods","archived":false,"fork":false,"pushed_at":"2020-07-01T22:32:03.000Z","size":287,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-26T22:50:24.548Z","etag":null,"topics":["consul","deployment","docker","k8s","vault"],"latest_commit_sha":null,"homepage":null,"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/deepthawtz.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}},"created_at":"2020-06-05T21:15:32.000Z","updated_at":"2021-01-13T07:26:32.000Z","dependencies_parsed_at":"2022-09-26T18:31:27.435Z","dependency_job_id":null,"html_url":"https://github.com/deepthawtz/duncan","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepthawtz%2Fduncan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepthawtz%2Fduncan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepthawtz%2Fduncan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepthawtz%2Fduncan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deepthawtz","download_url":"https://codeload.github.com/deepthawtz/duncan/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223881649,"owners_count":17219268,"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":["consul","deployment","docker","k8s","vault"],"created_at":"2024-10-26T21:52:37.847Z","updated_at":"2024-11-09T21:03:16.396Z","avatar_url":"https://github.com/deepthawtz.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"https://s3.amazonaws.com/betterdoctor-images/1/SAS.svg\" width=\"100\"\u003e duncan: Docker deployment tool\n=============================================================================================================\n\nDuncan is a Docker deployment tool which aims to be like [Tim Duncan](https://en.wikipedia.org/wiki/Tim_Duncan):\nconsistent, reliable, and un-flashy.\n\n### Assumptions\n\n* Duncan manages Kubernetes Deployment or StatefulSet resources (could be\n    extended but this is all that is currently supported now).\n* Managed deployments must contain Kubernetes labels that enable the CLI to identify and manage them\n* Dynamic configuration is handled via updating environment variables in both\n  Consul (unencrypted) and Vault (encrypted) and are managed with the `env` and\n  `secrets` commands respectively\n* Dynamic configuration is restricted by Consul and Vault ACL policies (read-only and read-write)\n* Deployment is also restricted via Consul ACL\n* Docker registry is Quay.io (TODO: add support different options)\n\n```\nUsage:\n  duncan [command]\n\nAvailable Commands:\n    config      Search ENV/secrets across all applications\n    deploy      Deploy an application\n    env         Manage Consul key/values (ENV vars) for an app\n    help        Help about any command\n    list        List applications\n    secrets     Manage Vault secrets (ENV vars) for an app\n    version     Print the version of duncan\n```\n\n#### Getting Started\n\n#### Installation\n\nDownload a [binary release](https://github.com/deepthawtz/duncan/releases)\n\n**OR** build from source\n\nRequires [Golang](https://golang.org/)\n\n```bash\n# clone to $GOPATH\ncd $GOPATH/src/github.com/deepthawtz\ngit clone git@github.com:deepthawtz/duncan.git \u0026\u0026 cd duncan\nmake\nmake install\n\n# confirm installation\nduncan version\n```\n\n#### Configuration\n\n```bash\ncp example_duncan.yml $HOME/.duncan.yml\n# populate YAML w/ valid values (ask ops team for help if stuck)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeepthawtz%2Fduncan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeepthawtz%2Fduncan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeepthawtz%2Fduncan/lists"}