{"id":18402522,"url":"https://github.com/wingkwong/k8sgen","last_synced_at":"2025-10-08T00:45:26.757Z","repository":{"id":95977933,"uuid":"243904952","full_name":"wingkwong/k8sgen","owner":"wingkwong","description":"Generating Kubernetes Resource Configurations in an Interactive CLI","archived":false,"fork":false,"pushed_at":"2023-12-15T11:50:32.000Z","size":125,"stargazers_count":5,"open_issues_count":6,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-22T14:34:52.340Z","etag":null,"topics":["cli","generator","interactive-cli","k8s","kubernetes"],"latest_commit_sha":null,"homepage":"","language":"Go","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/wingkwong.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"wingkwong","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2020-02-29T04:36:30.000Z","updated_at":"2023-12-05T11:07:32.000Z","dependencies_parsed_at":"2023-12-15T12:52:07.572Z","dependency_job_id":null,"html_url":"https://github.com/wingkwong/k8sgen","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/wingkwong%2Fk8sgen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wingkwong%2Fk8sgen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wingkwong%2Fk8sgen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wingkwong%2Fk8sgen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wingkwong","download_url":"https://codeload.github.com/wingkwong/k8sgen/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247612364,"owners_count":20966726,"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":["cli","generator","interactive-cli","k8s","kubernetes"],"created_at":"2024-11-06T02:42:42.509Z","updated_at":"2025-10-08T00:45:21.734Z","avatar_url":"https://github.com/wingkwong.png","language":"Go","funding_links":["https://github.com/sponsors/wingkwong"],"categories":[],"sub_categories":[],"readme":"# k8sgen\n\nk8sgen is an utility which is designed to guide users to build their Kubernetes resources in an interactive CLI. \n\n[![Build Status](https://travis-ci.com/wingkwong/k8sgen.svg?branch=master)](https://travis-ci.com/wingkwong/k8sgen) ![Stability:Experimental](https://img.shields.io/badge/stability-experimental-orange) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Go Report Card](https://goreportcard.com/badge/github.com/wingkwong/k8sgen)](https://goreportcard.com/report/github.com/wingkwong/k8sgen)\n\n## Usage\n\n``k8sgen jumpstart`` - jumpstart a resource file\n\nThis command utilises ``kubectl`` to create a jumpstart version of a resource file.\n\n```bash\nk8sgen jumpstart\n\n _    ___                       \n| | _( _ ) ___  __ _  ___ _ __  \n| |/ / _ \\/ __|/ _  |/ _ | |_ \\ \n|   | (_) \\__ | (_| |  __| | | |\n|_|\\_\\___/|___/\\__, |\\___|_| |_|\n                |___/\n\n? What kind of object you want to create? [Use arrows to move, type to filter]\n  ClusterRole\n  ClusterRoleBinding\n  Configmap\n\u003e Deployment\n  Job\n  Namespace\n  PodDisruptionBudget\n  PriorityClass\n  Quota\n  Role\n  RoleBinding\n  Secret\n  Service\n  ServiceAccount\n\n? What deployment you want to name? my-deployment\n\n? What image you want to name to run? busybox\n\n? Please select an output format yaml\n  json\n\u003e yaml\n\n? What directory you want to save? /home/wingkwong/deployment.yaml\n```\n\nResult: \n```yaml\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n  creationTimestamp: null\n  labels:\n    app: my-deployment\n  name: my-deployment\nspec:\n  replicas: 1\n  selector:\n    matchLabels:\n      app: my-deployment\n  strategy: {}\n  template:\n    metadata:\n      creationTimestamp: null\n      labels:\n        app: my-deployment\n    spec:\n      containers:\n      - image: busybox\n        name: busybox\n        resources: {}\nstatus: {}\n```\n\n## Contributing\n\nThe k8sgen project adheres to the [CNCF Code of\nConduct](https://github.com/cncf/foundation/blob/master/code-of-conduct.md).\n\nWe welcome community contributions and pull requests.\n\n## License \n\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwingkwong%2Fk8sgen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwingkwong%2Fk8sgen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwingkwong%2Fk8sgen/lists"}