{"id":20737947,"url":"https://github.com/podenv/silverkube","last_synced_at":"2025-06-15T20:11:40.635Z","repository":{"id":52680481,"uuid":"210181229","full_name":"podenv/silverkube","owner":"podenv","description":"A kubernetes service for desktop","archived":false,"fork":false,"pushed_at":"2022-08-05T21:20:38.000Z","size":88,"stargazers_count":35,"open_issues_count":3,"forks_count":3,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-20T12:55:43.012Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/podenv.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":"2019-09-22T16:45:58.000Z","updated_at":"2025-02-06T16:39:19.000Z","dependencies_parsed_at":"2022-08-22T04:20:41.843Z","dependency_job_id":null,"html_url":"https://github.com/podenv/silverkube","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/podenv%2Fsilverkube","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/podenv%2Fsilverkube/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/podenv%2Fsilverkube/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/podenv%2Fsilverkube/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/podenv","download_url":"https://codeload.github.com/podenv/silverkube/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250545819,"owners_count":21448249,"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-11-17T06:16:02.853Z","updated_at":"2025-04-24T01:43:07.093Z","avatar_url":"https://github.com/podenv.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Silverkube - a kubernetes service for desktop\n\nThe goal is to provide a kubernetes service suitable to manage\na desktop workstation:\n\n- Minimal services to be started early.\n- Basic auth enough to let a container starts more containers.\n\nThis process is pretty much an experimental work in progress,\nuse at your own risk.\n\nNote that running the display server in a kubernetes pod presently\ndoes not work rootless. It seems like systemd-login does some\nmagic to authorize this, and it is not clear if and how that can\nbe forwarded to the kubelet context.\n\n## Install\n\n- On a fedora-36 system, install the pre-built package:\n\n```shell\nsudo dnf install -y $SILVERKUBE_RPM_RELEASE_URL\n```\n\n- Or build the package locally using:\n\n```shell\npython3 build.py\n```\n\n- Or build the package inside a container:\n\n```shell\nmkdir -p ~/.cache/silverkube\npodman run --rm -it \\\n  -v $HOME/.cache/silverkube:/root/.cache/silverkube:Z \\\n  -v $(pwd):/data:Z --workdir /data \\\n  registry.fedoraproject.org/fedora:33 python3 build.py\n```\n\n## Usage\n\n- Make sure the hostname resolve to localhost, and run `systemctl stop systemd-resolved`\n\n- Start the services rootless\n\n```shell\n$ silverkube start\n[...]\nup!\nalias kubectl='/home/fedora/.local/bin/rootless-join kubectl --kubeconfig /home/fedora/.config/silverkube/kubeconfig'\n```\n\n- Or start the services as root\n\n```shell\n$ sudo silverkube start\n[...]\nup!\nalias kubectl='kubectl --kubeconfig /etc/silverkube/kubeconfig'\n```\n\n- Stop the services using `stop` argument\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpodenv%2Fsilverkube","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpodenv%2Fsilverkube","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpodenv%2Fsilverkube/lists"}