docs: improve clarity about what kubara actual is and isn't - #576
Open
tuunit wants to merge 2 commits into
Open
Conversation
Signed-off-by: Jan Larwig <jan@larwig.com>
Signed-off-by: Jan Larwig <jan@larwig.com>
tuunit
force-pushed
the
docs/improve-clarity
branch
from
August 20, 2026 06:58
8186037 to
8f59fa3
Compare
| Helm packages and deploys one application. Kubara applies that idea to a whole Kubernetes platform. | ||
|
|
||
| It brings together infrastructure provisioning, multi-tenancy setup, GitOps onboarding, and essential third-party tooling in one reusable [GitOps](7_architecture/architecture_overview.md#gitops) workflow. | ||
| A kubara catalog can bundle Helm charts, Terraform modules, scripts, and the GitOps structure needed for a platform. Kubara renders that catalog into reproducible artifacts and bootstraps the initial Argo CD setup. |
Contributor
There was a problem hiding this comment.
Suggested change
| A kubara catalog can bundle Helm charts, Terraform modules, scripts, and the GitOps structure needed for a platform. Kubara renders that catalog into reproducible artifacts and bootstraps the initial Argo CD setup. | |
| A kubara catalog can bundle Helm charts, Terraform modules, scripts and the GitOps structure needed for a platform. Kubara renders that catalog into reproducible artifacts and bootstraps the initial Argo CD setup. |
| kubara gives you a unified, reproducible way to deploy Kubernetes platforms with minimal effort and high consistency whether you run on cloud, edge, or hybrid infrastructure. | ||
|
|
||
| kubara also gives you a reusable packaging model for platform architecture: **what Helm charts are for single applications, kubara catalogs are for your platform setup**. | ||
| In short, kubara is a single-binary Go CLI for building, packaging, and bootstrapping Kubernetes platforms. |
Contributor
There was a problem hiding this comment.
not sure if its really relevant that it is "single-binary", nor "Go".
I think it hinders the reading-flow for the sentence and holds information that can easily be seen through looking at the repo. But this is just personal preference :)
| ### A package manager for your platform | ||
|
|
||
| You can think of kubara as a package manager for platform architecture: it helps you define a reusable platform setup, generate the needed artifacts, and package that setup for reuse across many clusters. | ||
| Helm packages and deploys one application. Kubara applies that idea to a whole Kubernetes platform. |
Contributor
There was a problem hiding this comment.
Suggested change
| Helm packages and deploys one application. Kubara applies that idea to a whole Kubernetes platform. | |
| Helm packages and deploys one application. kubara applies that idea to a whole Kubernetes platform. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.