{"id":30120168,"url":"https://github.com/stakater/dockerfile-k8s-installer","last_synced_at":"2026-05-08T15:17:43.549Z","repository":{"id":93164990,"uuid":"95006686","full_name":"stakater/dockerfile-k8s-installer","owner":"stakater","description":"Install Kubernetes (k8s) components with a docker image","archived":false,"fork":false,"pushed_at":"2023-12-15T14:52:42.000Z","size":6,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-04-15T04:16:19.695Z","etag":null,"topics":["docker-image","kubernetes"],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/stakater.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-06-21T13:24:30.000Z","updated_at":"2024-04-15T04:16:19.696Z","dependencies_parsed_at":"2023-04-05T09:02:30.000Z","dependency_job_id":null,"html_url":"https://github.com/stakater/dockerfile-k8s-installer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/stakater/dockerfile-k8s-installer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stakater%2Fdockerfile-k8s-installer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stakater%2Fdockerfile-k8s-installer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stakater%2Fdockerfile-k8s-installer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stakater%2Fdockerfile-k8s-installer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stakater","download_url":"https://codeload.github.com/stakater/dockerfile-k8s-installer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stakater%2Fdockerfile-k8s-installer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269727088,"owners_count":24465397,"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","status":"online","status_checked_at":"2025-08-10T02:00:08.965Z","response_time":71,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["docker-image","kubernetes"],"created_at":"2025-08-10T12:53:40.014Z","updated_at":"2026-05-08T15:17:38.490Z","avatar_url":"https://github.com/stakater.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Install Kerbernetes Components\n\nAn Alpine based image to install Kerbernetes components from Kubernetes official binary release site. \nThe binaries `(linux/amd64)` are installed in `/shared` volume which you can mount on host's installation directory.\n\nThe container accept two environment variables: \n\n* VERSION \n* COMPONENTS\n\n# Usage Examples\n\n* Install the default components __kube-apiserver kube-controller-manager kube-scheduler, and kubectl__.\n\n```\n$ docker run --rm -v /opt/bin/kubernetes:/shared stakater/k8s-installer\n```\n\n* Install specific components:\n```\n$ docker run --env COMPONENTS=\"kube-apiserver kube-controller-manager kube-scheduler\" --rm -v /opt/bin/kubernetes:/shared stakater/k8s-installer\n```\n  Or:\n```\n$ docker run --env COMPONENTS=\"kubectl\" --rm -v /opt/bin/kubernetes:/shared stakater/k8s-installer\n```\n\n* Install specific version:\n\n```\n$ docker run --env VERSION=\"v1.4.3\" --rm -v /opt/bin/kubernetes:/shared stakater/k8s-installer\n```\n\n# Credits\n\n* [Install Kubernetes](https://github.com/xueshanf/install-kubernetes)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstakater%2Fdockerfile-k8s-installer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstakater%2Fdockerfile-k8s-installer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstakater%2Fdockerfile-k8s-installer/lists"}