{"id":25965069,"url":"https://github.com/davidzisky/kubegen","last_synced_at":"2026-04-07T16:31:17.805Z","repository":{"id":61624956,"uuid":"232810689","full_name":"DavidZisky/kubegen","owner":"DavidZisky","description":"kubegen is a simple Kubernetes manifests generator","archived":false,"fork":false,"pushed_at":"2022-09-28T15:04:59.000Z","size":30,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-06-21T08:50:47.123Z","etag":null,"topics":["kubernetes","manifest","yaml"],"latest_commit_sha":null,"homepage":"","language":"Go","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/DavidZisky.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}},"created_at":"2020-01-09T13:04:19.000Z","updated_at":"2023-04-01T02:13:01.000Z","dependencies_parsed_at":"2022-10-19T19:00:17.958Z","dependency_job_id":null,"html_url":"https://github.com/DavidZisky/kubegen","commit_stats":null,"previous_names":["davidzisky/kstub"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DavidZisky%2Fkubegen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DavidZisky%2Fkubegen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DavidZisky%2Fkubegen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DavidZisky%2Fkubegen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DavidZisky","download_url":"https://codeload.github.com/DavidZisky/kubegen/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241924576,"owners_count":20043238,"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":["kubernetes","manifest","yaml"],"created_at":"2025-03-04T21:29:20.394Z","updated_at":"2025-12-31T01:02:54.337Z","avatar_url":"https://github.com/DavidZisky.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kubegen\n\nkubegen is a simple command line Kubernetes manifest generator. Instead of copy\u0026pasting from the documentation, or trying to write the manifest from scratch are time consuming and error-prone. It's point is to provide a simple fast generator as a starting point mainly for quick POCs.\n\n## Installation\n\nRun `go install github.com/DavidZisky/kubegen@latest`\n\n## Usage\n\n```sh\nkubegen - a simple Kubernetes manifests generator\n\nUsage:\n  kubegen [flags]\n  kubegen [command]\n\nAvailable Commands:\n  completion  Generate the autocompletion script for the specified shell\n  deployment  Generate a deployment manifesto\n  help        Help about any command\n  ingress     Generate a ingress manifest\n  service     Generate a service manifest\n  version     Print the version number of kubegen\n\nFlags:\n  -h, --help               help for kubegen\n      --log-level string   Output level of logs (TRACE, DEBUG, INFO, WARN, ERROR, FATAL) (default \"INFO\")\n\nUse \"kubegen [command] --help\" for more information about a command.\n```\n\nMost flags can be used across commands. For instance to generate a stack of manifests for an app called \"echo\", one could run:\n\n```sh\nkubegen deployment --name echo --port 80\nkubegen service --name echo --port 80\nkubegen ingress --name echo --port 80 \n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidzisky%2Fkubegen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavidzisky%2Fkubegen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidzisky%2Fkubegen/lists"}