{"id":18459844,"url":"https://github.com/sayjava/progressive-delivery","last_synced_at":"2026-01-23T22:01:44.193Z","repository":{"id":171647995,"uuid":"627292237","full_name":"sayjava/progressive-delivery","owner":"sayjava","description":"Progressive delivery repo","archived":false,"fork":false,"pushed_at":"2023-06-05T19:55:04.000Z","size":112,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-23T18:59:25.806Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sayjava.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-04-13T07:02:50.000Z","updated_at":"2023-04-13T07:06:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"5b1f6758-fd51-44db-8cd0-dbf2e7eb4def","html_url":"https://github.com/sayjava/progressive-delivery","commit_stats":null,"previous_names":["sayjava/progressive-delivery"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sayjava/progressive-delivery","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sayjava%2Fprogressive-delivery","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sayjava%2Fprogressive-delivery/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sayjava%2Fprogressive-delivery/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sayjava%2Fprogressive-delivery/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sayjava","download_url":"https://codeload.github.com/sayjava/progressive-delivery/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sayjava%2Fprogressive-delivery/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28700837,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T17:25:48.045Z","status":"ssl_error","status_checked_at":"2026-01-23T17:25:47.153Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-11-06T08:24:40.031Z","updated_at":"2026-01-23T22:01:44.165Z","avatar_url":"https://github.com/sayjava.png","language":"Makefile","readme":"# Argo Rollout Deployment Strategies\n\n## Perquisites\n\n- [Docker]()\n- [kind (Kubernetes in Docker)]()\n- [helm]()\n- [make]()\n- [kubectl]()\n- [kubectl argo plugin]()\n\n## Steps\n\n```sh\nmake setup\n```\n\n## Setup monitoring\n\n- run `make show_grafana`\n- login for the first time with `admin` and `admin` for username and password.\n- add prometheus as a datasource from the `Admin` panel\n  - Select prometheus\n  - Use `http://prometheus-server.monitoring.svc` as the prometheus url\n  - Install the application dashboard using the supplied application dashboard\n  - Install the nginx dashboard from the dashboard folder\n\n## Deploy Applications\n\n- Test app `http://prod.local:8080`\n- Generate traffic `make generate_traffic`\n\n## Canary Deployment\n\n-\n\n## Rollouts\n\n### Dark launch (Zero Traffic)\n\n```yaml\n  steps:\n    # 1 Pod Zero traffic\n    - setCanaryScale:\n        replicas: 1\n\n    # Pause Indefinitely\n    - pause: {}\n\n    # 60% traffic\n    - setCanaryScale:\n        weight: 60\n        matchTrafficWeight: true\n\n    # Pause Indefinitely\n    - pause: {}\n\n    # Full release\n    - setWeight: 100\n```\n\n### Dark Launch (Smoke Test)\n\n```yaml\n steps:\n    # 1 Pod Zero traffic\n    - setCanaryScale:\n        replicas: 1\n\n    # Pause Indefinitely\n    - pause: {}\n\n    # Run analysis\n    - analysis:\n        templates:\n          - templateName: smoke-test\n        args:\n          - name: url\n            value: canary-preview.default.svc.cluster.local\n\n    # 60% traffic\n    - setCanaryScale:\n        weight: 60\n        matchTrafficWeight: true\n\n    # Pause Indefinitely\n    - pause: {}\n\n    # Full release\n    - setWeight: 100\n```\n\n### Auto Rollback Analysis\n\n```yaml\n  steps:\n      # 1 Pod Zero traffic\n      - setWeight: 60\n\n      # Run analysis that will always fail\n      - analysis:\n          templates:\n            - templateName: always-pass\n\n      # Pause Indefinitely\n      - pause: {}\n\n      # Run analysis that will always fail\n      - analysis:\n          templates:\n            - templateName: always-pass\n            - templateName: always-fail\n\n      # Full release\n      - setWeight: 100\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsayjava%2Fprogressive-delivery","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsayjava%2Fprogressive-delivery","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsayjava%2Fprogressive-delivery/lists"}