<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/what-is-kubara-a-gitops-first-approach-to-reusable-kubernetes-platforms-8alio8wma" -->

---
title: What Is kubara? A GitOps-First Approach to Reusable...
description: kubara is an open-source CLI that helps platform teams build reusable Kubernetes platforms using a GitOps-first workflow. It works by combining a declarative...
canonical: https://daily.dev/posts/what-is-kubara-a-gitops-first-approach-to-reusable-kubernetes-platforms-8alio8wma
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: What Is kubara? A GitOps-First Approach to Reusable Kubernetes Platforms | daily.dev
og:description: kubara is an open-source CLI that helps platform teams build reusable Kubernetes platforms using a GitOps-first workflow. It works by combining a declarative...
og:url: https://daily.dev/posts/what-is-kubara-a-gitops-first-approach-to-reusable-kubernetes-platforms-8alio8wma
og:image: https://api.daily.dev/og/posts/8ALio8wma.png
og:image:alt: What Is kubara? A GitOps-First Approach to Reusable Kubernetes Platforms
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# What Is kubara? A GitOps-First Approach to Reusable Kubernetes Platforms

**[ITNEXT](https://daily.dev/sources/itnext)** · 11 min read · 0 upvotes · 0 comments

## Summary

kubara is an open-source CLI that helps platform teams build reusable Kubernetes platforms using a GitOps-first workflow. It works by combining a declarative platform contract (config.yaml) with a curated component catalog to generate reviewable configuration artifacts that can be committed to Git. Argo CD then continuously reconciles the approved state against target clusters. Key capabilities include bootstrapping platforms on existing clusters, onboarding spoke clusters in a hub-and-spoke architecture, and establishing tenant-aware GitOps delivery boundaries via Argo CD AppProjects. The built-in catalog covers common platform needs like ingress, cert-manager, External Secrets Operator, Kyverno, MetalLB, and Longhorn. kubara is explicitly not a Kubernetes distribution, a running controller, or a replacement for Argo CD — it generates and bootstraps platform state while leaving continuous reconciliation to Argo CD.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://itnext.io/what-is-kubara-a-gitops-first-approach-to-reusable-kubernetes-platforms-3f91a060b39c>

## Similar posts on daily.dev

- [kubara: An Open Source Kubernetes Platform Framework Built on GitOps](https://daily.dev/posts/kubara-an-open-source-kubernetes-platform-framework-built-on-gitops-4wtpimtvb) · ITNEXT · 13 upvotes · 0 comments
- [Stop Rebuilding Your Kubernetes Platform: How kubara Catalogs Make Architecture Reusable](https://daily.dev/posts/stop-rebuilding-your-kubernetes-platform-how-kubara-catalogs-make-architecture-reusable-xemppzuox) · ITNEXT · 1 upvotes · 0 comments
- [Build a Local Kubernetes Platform with kubara, kind, and Argo CD](https://daily.dev/posts/build-a-local-kubernetes-platform-with-kubara-kind-and-argo-cd-zb6ibe5zy) · ITNEXT · 4 upvotes · 0 comments
- [Argo CD’s Rise and the Future of AI-Driven Deployments](https://daily.dev/posts/argo-cd-s-rise-and-the-future-of-ai-driven-deployments-cswxqfxio) · Cloud Native Now · 5 upvotes · 0 comments
- [Building platforms using kro for composition](https://daily.dev/posts/building-platforms-using-kro-for-composition-xkgeioxnq) · CNCF · 4 upvotes · 0 comments

---

Tags: [#kubernetes](https://daily.dev/tags/kubernetes), [#platform-engineering](https://daily.dev/tags/platform-engineering), [#gitops](https://daily.dev/tags/gitops), [#helm](https://daily.dev/tags/helm), [#argocd](https://daily.dev/tags/argocd)

[View this post on daily.dev](https://daily.dev/posts/what-is-kubara-a-gitops-first-approach-to-reusable-kubernetes-platforms-8alio8wma)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"What Is kubara? A GitOps-First Approach to Reusable Kubernetes Platforms","url":"https://daily.dev/posts/what-is-kubara-a-gitops-first-approach-to-reusable-kubernetes-platforms-8alio8wma","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/what-is-kubara-a-gitops-first-approach-to-reusable-kubernetes-platforms-8alio8wma"},"datePublished":"2026-07-21T12:51:59.936Z","dateModified":"2026-07-21T12:52:24.089Z","description":"kubara is an open-source CLI that helps platform teams build reusable Kubernetes platforms using a GitOps-first workflow. It works by combining a declarative...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/25da60c6d90bd0d7e2f6b2c6cec69052?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/25da60c6d90bd0d7e2f6b2c6cec69052?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"ITNEXT","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"ITNEXT","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/itnext2","url":"https://daily.dev/sources/itnext"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/what-is-kubara-a-gitops-first-approach-to-reusable-kubernetes-platforms-8alio8wma","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"kubernetes,platform-engineering,gitops,helm,argocd","timeRequired":"PT11M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"ITNEXT","item":"https://daily.dev/sources/itnext"},{"@type":"ListItem","position":3,"name":"What Is kubara? A GitOps-First Approach to Reusable Kubernetes Platforms"}]}
```

