{"id":13998164,"url":"https://github.com/PoorlyDefinedBehaviour/simple_kubernetes","last_synced_at":"2025-07-23T05:32:35.879Z","repository":{"id":98747219,"uuid":"574329124","full_name":"PoorlyDefinedBehaviour/simple_kubernetes","owner":"PoorlyDefinedBehaviour","description":"Container orchestrator for learning purposes","archived":false,"fork":false,"pushed_at":"2023-01-01T01:52:34.000Z","size":104,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-06T17:40:44.806Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/PoorlyDefinedBehaviour.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}},"created_at":"2022-12-05T04:03:20.000Z","updated_at":"2023-07-09T01:25:10.000Z","dependencies_parsed_at":"2024-01-15T19:44:12.460Z","dependency_job_id":"1b833700-e9d5-4195-aa70-c12429f0ddbc","html_url":"https://github.com/PoorlyDefinedBehaviour/simple_kubernetes","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PoorlyDefinedBehaviour%2Fsimple_kubernetes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PoorlyDefinedBehaviour%2Fsimple_kubernetes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PoorlyDefinedBehaviour%2Fsimple_kubernetes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PoorlyDefinedBehaviour%2Fsimple_kubernetes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PoorlyDefinedBehaviour","download_url":"https://codeload.github.com/PoorlyDefinedBehaviour/simple_kubernetes/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227245132,"owners_count":17753239,"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":[],"created_at":"2024-08-09T19:01:26.363Z","updated_at":"2024-11-30T00:31:13.528Z","avatar_url":"https://github.com/PoorlyDefinedBehaviour.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"## Download the protobuf compiler\n\n```\nsudo apt install -y protobuf-compiler\n```\n\n## Download etcd\n\n```\ncurl -o etcd.tar.gz -L https://github.com/etcd-io/etcd/releases/download/v3.5.6/etcd-v3.5.6-linux-amd64.tar.gz; \\\nmkdir etcd; \\\ntar -xvzf etcd.tar.gz --strip-components=1 -C etcd\n```\n\n## Start etcd\n\n```\n./etcd/etcd\n```\n\n## Starting the manager\n\n```\nRUST_LOG=info cargo r --bin manager -- config -f scheduler.yml\n```\n\n## Starting a worker\n\n```\nRUST_LOG=info cargo r --bin worker -- config -f worker.yml\n```\n\n## Creating resources\n\n```\ncargo r --bin cli -- apply -f 1.yml -e http://[::1]:50051\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPoorlyDefinedBehaviour%2Fsimple_kubernetes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FPoorlyDefinedBehaviour%2Fsimple_kubernetes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPoorlyDefinedBehaviour%2Fsimple_kubernetes/lists"}