{"id":37119832,"url":"https://github.com/netcracker/qubership-zookeeper","last_synced_at":"2026-04-13T15:00:33.612Z","repository":{"id":285573664,"uuid":"918093533","full_name":"Netcracker/qubership-zookeeper","owner":"Netcracker","description":null,"archived":false,"fork":false,"pushed_at":"2026-04-07T13:32:06.000Z","size":1523,"stargazers_count":0,"open_issues_count":18,"forks_count":7,"subscribers_count":4,"default_branch":"main","last_synced_at":"2026-04-07T14:44:15.216Z","etag":null,"topics":["qubership-infra","saqs","zookeeper"],"latest_commit_sha":null,"homepage":"","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/Netcracker.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-01-17T08:35:14.000Z","updated_at":"2026-03-20T13:08:49.000Z","dependencies_parsed_at":"2025-05-13T11:21:54.692Z","dependency_job_id":"65abd333-7415-4e30-8963-0b06fab52828","html_url":"https://github.com/Netcracker/qubership-zookeeper","commit_stats":null,"previous_names":["netcracker/qubership-zookeeper"],"tags_count":28,"template":false,"template_full_name":null,"purl":"pkg:github/Netcracker/qubership-zookeeper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Netcracker%2Fqubership-zookeeper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Netcracker%2Fqubership-zookeeper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Netcracker%2Fqubership-zookeeper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Netcracker%2Fqubership-zookeeper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Netcracker","download_url":"https://codeload.github.com/Netcracker/qubership-zookeeper/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Netcracker%2Fqubership-zookeeper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31757482,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T13:27:56.013Z","status":"ssl_error","status_checked_at":"2026-04-13T13:21:23.512Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["qubership-infra","saqs","zookeeper"],"created_at":"2026-01-14T13:58:25.101Z","updated_at":"2026-04-13T15:00:33.607Z","avatar_url":"https://github.com/Netcracker.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ZooKeeper Service\n\n## Repository structure\n\n* `./demo` - directory `docker-compose` to run ZooKeeper, integration tests \u0026 backup-daemon.\n* `./docs` - directory with actual documentation for users and developers.\n* `./operator/charts/helm/zookeeper-service` - directory with **main** HELM chart with resources for ZooKeeper and\n  integration tests.\n* `./integration-tests` - directory with Robot Framework test cases for ZooKeeper.\n\n## How to start\n\n### Deploy to k8s\n\n#### Pure helm\n\n1. Build operator and integration tests, if you need non-master versions.\n2. Prepare kubeconfig on you host machine to work with target cluster.\n3. Prepare `sample.yaml` file with deployment parameters, which should contains custom docker images if it is needed.\n4. Store `sample.yaml` file in `charts/helm/zookeeper-service` directory.\n5. Go to `charts/helm/zookeeper-service` directory.\n6. Run the following command:\n\n  ```sh\n  helm install zookeeper-service ./ -f sample.yaml -n \u003cTARGET_NAMESPACE\u003e\n  ```\n\n### Smoke tests\n\nThere is no smoke tests.\n\n### How to debug\n\n#### VSCode\n\nTo debug zookeeper-operator in VSCode you can use `Launch operator` configuration which is already defined in \n`./.vscode/launch.json` file.\n\nThe developer should configure environment variables: `WATCH_NAMESPACE`, `KUBECONFIG`.\n\nRegarding `KUBECONFIG`, developer should **need to define** `KUBECONFIG` environment variable\nwhich should contains path to the kube-config file. It can be defined on configuration level\nor on the level of user's environment variables.\n\n### How to troubleshoot\n\nThere are no well-defined rules for troubleshooting, as each task is unique, but there are some tips that can do:\n\n* Deploy parameters.\n* Application manifest.\n* Logs from all ZooKeeper service pods: operator, ZooKeeper, monitoring, backup-daemon.\n\nAlso, developer can take a look on [Troubleshooting guide](/docs/public/troubleshooting.md).\n\n## Evergreen strategy\n\nTo keep the component up to date, the following activities should be performed regularly:\n\n* Vulnerabilities fixing.\n* ZooKeeper upgrade.\n* Bug-fixing, improvement and feature implementation for operator and other related supplementary services.\n\n## Useful links\n\n* [ZooKeeper Quickstart guide](/docs/internal/quickstart.md).\n* [Installation guide](/docs/public/installation.md).\n* [Troubleshooting guide](/docs/public/troubleshooting.md).\n* [Internal Developer Guide](/docs/internal/developing.md).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetcracker%2Fqubership-zookeeper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetcracker%2Fqubership-zookeeper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetcracker%2Fqubership-zookeeper/lists"}