{"id":16259836,"url":"https://github.com/guilhem/champagne","last_synced_at":"2025-06-22T02:36:43.117Z","repository":{"id":145161019,"uuid":"216859484","full_name":"guilhem/champagne","owner":"guilhem","description":"Kubernetes End-to-End testing","archived":false,"fork":false,"pushed_at":"2019-10-22T16:39:41.000Z","size":86,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-08T13:51:00.113Z","etag":null,"topics":["e2e-tests","kubernetes","testing"],"latest_commit_sha":null,"homepage":null,"language":null,"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/guilhem.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":"2019-10-22T16:27:15.000Z","updated_at":"2019-10-22T16:45:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"7e885b2b-f0c3-49c3-99e3-5e55be9c5a17","html_url":"https://github.com/guilhem/champagne","commit_stats":{"total_commits":2,"total_committers":1,"mean_commits":2.0,"dds":0.0,"last_synced_commit":"26c533019c4d29ea609996c05828086d8502b780"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/guilhem/champagne","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guilhem%2Fchampagne","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guilhem%2Fchampagne/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guilhem%2Fchampagne/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guilhem%2Fchampagne/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/guilhem","download_url":"https://codeload.github.com/guilhem/champagne/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guilhem%2Fchampagne/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261225694,"owners_count":23127186,"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":["e2e-tests","kubernetes","testing"],"created_at":"2024-10-10T16:05:13.421Z","updated_at":"2025-06-22T02:36:38.103Z","avatar_url":"https://github.com/guilhem.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Champagne 🍾\n\n![logo](img/logo_small.png)\n\nKubernetes End-to-End testing\n\n## Goal\n\nBefore going into production, you may want to validate all your deployment (services, pods, ingress…)\n\n![christening](img/christening.jpg)\n\n## Features\n\nDetect errors for:\n\n- pod\n  - imagePullError\n  - too long pending\n  - restarting too quickly\n- Connectivity\n  - Services\n  - Ingresses\n\n## Getting started\n\nFollow these instructions to get _champagne_ up and running.\n\n### Prerequisites\n\n- a Kubernetes cluster\n- _kubeconfig_ configured\n\n### Example\n\n```\n$ champagne test\n```\n\n## Configuration\n\n### Services\n\nBy default, _champagne_ do a basic TCP check on service exposed port.\n\n### Ingress\n\nBy default, _champagne_ check HTTP code return by exposed Ingresses\n\nYou can customized it with annotations:\n\n```yaml\napiVersion: networking.k8s.io/v1beta1\nkind: Ingress\nmetadata:\n  name: test-ingress\n  annotations:\n    champagne.barpilot.io/error-codes: \"5xx,404\"\n    champagne.barpilot.io/timeout: 100s\nspec:\n  rules:\n  - http:\n      paths:\n      - path: /testpath\n        backend:\n          serviceName: test\n          servicePort: 80\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguilhem%2Fchampagne","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguilhem%2Fchampagne","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguilhem%2Fchampagne/lists"}