{"id":47363566,"url":"https://github.com/kubara-io/kubara","last_synced_at":"2026-03-29T13:00:39.972Z","repository":{"id":344944218,"uuid":"1155261548","full_name":"kubara-io/kubara","owner":"kubara-io","description":"Kubara is a single binary CLI tool written in Go providing a lightweight framework for bootstrapping Kubernetes platforms with production-proven best practices.","archived":false,"fork":false,"pushed_at":"2026-03-24T13:37:30.000Z","size":39427,"stargazers_count":188,"open_issues_count":2,"forks_count":12,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-03-25T11:30:58.841Z","etag":null,"topics":["k8s","kubernetes","platform","platform-engineering"],"latest_commit_sha":null,"homepage":"https://kubara.io","language":"Go","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/kubara-io.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.md","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-11T10:05:49.000Z","updated_at":"2026-03-25T09:45:51.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/kubara-io/kubara","commit_stats":null,"previous_names":["kubara-io/kubara"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/kubara-io/kubara","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubara-io%2Fkubara","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubara-io%2Fkubara/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubara-io%2Fkubara/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubara-io%2Fkubara/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kubara-io","download_url":"https://codeload.github.com/kubara-io/kubara/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubara-io%2Fkubara/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31144130,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-29T11:01:20.541Z","status":"ssl_error","status_checked_at":"2026-03-29T11:01:14.322Z","response_time":89,"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":["k8s","kubernetes","platform","platform-engineering"],"created_at":"2026-03-18T17:00:36.961Z","updated_at":"2026-03-29T13:00:39.966Z","avatar_url":"https://github.com/kubara-io.png","language":"Go","readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"docs/content/images/logo.svg\" alt=\"kubara logo\" width=\"180\" /\u003e\n\u003c/p\u003e\n\n# kubara\n\n[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](./LICENSE)\n[![Docs License](https://img.shields.io/badge/docs%20license-CC%20BY%204.0-2ea44f.svg)](./NOTICE.md#documentation-license)\n[![Docs](https://img.shields.io/badge/docs-docs.kubara.io-1f6feb)](https://docs.kubara.io)\n\nkubara is an opinionated CLI to bootstrap and operate Kubernetes platforms with a GitOps-first workflow.\nIt combines platform scaffolding, environment configuration, and production-ready defaults in a single binary.\n\n## Why kubara\n\n- One CLI for platform setup and lifecycle tasks\n- GitOps-native structure for repeatable deployments\n- Built for multi-cluster and multi-tenant environments\n- Extensible with Terraform and Helm based components\n\n## Installation\n\nSee [INSTALLATION.md](docs/content/1_getting_started/installation.md) for Linux, macOS, and Windows installation instructions.\n\n## Documentation\n\n- Public docs: \u003chttps://docs.kubara.io\u003e\n- Local docs sources: [`docs/`](./docs)\n\n## CLI Commands\n\n```text\ninit       Initialize a new kubara directory\ngenerate   generates files from embedded templates and config.\nbootstrap  Bootstrap ArgoCD onto the specified cluster with optional external-secrets and prometheus CRD\nschema     Generate JSON schema file for config structure\nhelp, h    Shows a list of commands or help for one command\n```\n\n## Global Options\n\n```text\n--kubeconfig string               Path to kubeconfig file (default: \"~/.kube/config\")\n--work-dir string, -w string      Working directory (default: \".\")\n--config-file string, -c string   Path to the configuration file (default: \"config.yaml\")\n--env-file string                 Path to the .env file (default: \".env\")\n--test-connection                 Check if Kubernetes cluster can be reached. List namespaces and exit\n--base64                          Enable base64 encode/decode mode\n--encode                          Base64 encode input\n--decode                          Base64 decode input\n--string string                   Input string for base64 operation\n--file string                     Input file path for base64 operation\n--check-update                    Check online for a newer kubara release\n--help, -h                        show help\n--version, -v                     print the version\n```\n\n## Update Check\n\n- kubara checks for newer GitHub releases on each run; disable with `KUBARA_UPDATE_CHECK=0`; run `kubara --check-update` for a live check.\n\n## Community and Support\n\n- Questions and bug reports: [GitHub Issues](https://github.com/kubara-io/kubara/issues)\n- Discussions and Q\u0026A: [GitHub Discussions](https://github.com/kubara-io/kubara/discussions)\n- Team and contributor guidance: [CONTRIBUTING.md](./CONTRIBUTING.md)\n- Code of conduct: [CODE_OF_CONDUCT.md](./CODE_OF_CONDUCT.md)\n\n## Contributing\n\nContributions are welcome.\nPlease read [CONTRIBUTING.md](./CONTRIBUTING.md) before opening a pull request.\n\n## License\n\nkubara uses dual licensing:\n\n- Software source code: [Apache 2.0](./LICENSE)\n- Documentation: [CC BY 4.0](./NOTICE.md#documentation-license)\n- Additional notices: [NOTICE.md](./NOTICE.md)\n","funding_links":[],"categories":["\u003ca name=\"Go\"\u003e\u003c/a\u003eGo","Go"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkubara-io%2Fkubara","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkubara-io%2Fkubara","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkubara-io%2Fkubara/lists"}