{"id":24475811,"url":"https://github.com/arthurdw/ubuntu-k8s-deploy","last_synced_at":"2026-05-19T11:31:36.822Z","repository":{"id":251608647,"uuid":"837909502","full_name":"Arthurdw/ubuntu-k8s-deploy","owner":"Arthurdw","description":"Utility container to deploy k8s","archived":false,"fork":false,"pushed_at":"2026-05-06T02:09:14.000Z","size":30,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-06T04:18:01.165Z","etag":null,"topics":["cicd","devops","docker","helm","kubectl","kubernetes","ubuntu","utility"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/arthurdw/ubuntu-k8s-deploy","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Arthurdw.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,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-08-04T12:07:17.000Z","updated_at":"2026-05-06T02:09:18.000Z","dependencies_parsed_at":"2024-08-18T01:43:22.599Z","dependency_job_id":"402ea57e-21c0-43b7-98bf-db31cf082689","html_url":"https://github.com/Arthurdw/ubuntu-k8s-deploy","commit_stats":null,"previous_names":["arthurdw/ubuntu-k8s-deploy"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Arthurdw/ubuntu-k8s-deploy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arthurdw%2Fubuntu-k8s-deploy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arthurdw%2Fubuntu-k8s-deploy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arthurdw%2Fubuntu-k8s-deploy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arthurdw%2Fubuntu-k8s-deploy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Arthurdw","download_url":"https://codeload.github.com/Arthurdw/ubuntu-k8s-deploy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arthurdw%2Fubuntu-k8s-deploy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33214298,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-19T07:54:09.561Z","status":"ssl_error","status_checked_at":"2026-05-19T07:54:08.508Z","response_time":58,"last_error":"SSL_read: 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":["cicd","devops","docker","helm","kubectl","kubernetes","ubuntu","utility"],"created_at":"2025-01-21T09:42:52.007Z","updated_at":"2026-05-19T11:31:36.817Z","avatar_url":"https://github.com/Arthurdw.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ubuntu Kubernetes Deployment Image\n\n![Docker Image Version](https://img.shields.io/badge/version-latest-blue.svg)\n\nThis Docker image is designed to facilitate seamless deployment of Kubernetes applications in your CI/CD pipelines. Built on the latest Ubuntu base, this image includes the essential tools for managing Kubernetes clusters directly from within your Docker containers.\n\n## Features\n\n- **Base Image**: Built on the latest Ubuntu, ensuring a stable and secure environment.\n- **Kubernetes CLI**: Includes `kubectl` and `helm`, the command-line tools for interacting with Kubernetes clusters.\n- **Docker CLI**: Includes `docker`, the command-line tool for building and managing Docker containers (DIND).\n- **Crane**: A tool for managing container images, allowing you to easily push and pull images from various registries (no DIND).\n- **Lightweight**: Built with a minimal set of dependencies, ensuring faster build times and reduced image sizes.\n- **Easy to Use**: The image comes with a default command that opens a Bash shell, allowing for easy interaction and execution of commands.\n\n## Installation\n\nYou can pull this image from Docker Hub by running:\n\n```bash\ndocker pull arthurdw/ubuntu-k8s-deploy:latest\n```\n\n## Usage\n\nThis image is intended for use in your Kubernetes CI/CD processes. You can run a container using the following command:\n\n```bash\ndocker run -it --rm arthurdw/ubuntu-k8s-deploy\n```\n\nOnce inside the container, you can use `kubectl` to manage your Kubernetes resources. For example:\n\n```bash\nkubectl get pods\n```\n\n## Example Deployment\n\nYou can use this image in your Kubernetes deployment pipelines. Here’s a brief example of how you might configure it in a CI/CD tool:\n\n```yaml\njobs:\n  deploy:\n    runs-on: ubuntu-latest\n    steps:\n      - name: Deploy to Kubernetes\n        uses: arthurdw/ubuntu-k8s-deploy:latest\n        with:\n          args: kubectl apply -f deployment.yaml\n```\n\n## Contributing\n\nIf you have suggestions for improvements or new features, feel free to submit a pull request or open an issue in this repository.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farthurdw%2Fubuntu-k8s-deploy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farthurdw%2Fubuntu-k8s-deploy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farthurdw%2Fubuntu-k8s-deploy/lists"}