# K8sRepo — Kubernetes Package Registry K8sRepo indexes 26,920 Kubernetes-native packages across Helm, Crossplane, OPA, Falco, Tekton, Krew, Kubewarden, and Argo. ## Counts by framework - Crossplane Config: 5,036 packages - Crossplane Provider: 5,036 packages - Falco Rule: 5,036 packages - Helm Chart: 5,036 packages - OPA Policy: 5,036 packages - Tekton Task: 1,740 packages ## Data model Each package JSON record contains: - slug: URL-safe identifier - name / display_name: Package name and short label - framework: helm-chart | crossplane-config | crossplane-provider | opa-policy | falco-rule | tekton-task | krew-plugin | kubewarden-policy | argo-template - language: Primary language if applicable - description: Plain-text description - install_cmd: Install command(s), newline-separated - stars, forks, downloads: Numeric quality signals - verified / official: Boolean trust flags (from Artifact Hub) - topics[]: Topic/tag strings - source_url: GitHub repo URL - registry_url: Artifact Hub or registry page URL - updated_at / published_at: ISO-8601 timestamps ## Key URLs - Home: https://k8srepo.com/ - All packages: https://k8srepo.com/constructs/ - Frameworks: https://k8srepo.com/frameworks/ - Schema reference: https://k8srepo.com/schema/ - Compare packages: https://k8srepo.com/compare/?a={slug-a}&b={slug-b} - Sitemap: https://k8srepo.com/sitemap.xml - Search index (JSON): https://k8srepo.com/data/index.json ## URL patterns - Package detail page: https://k8srepo.com/constructs/{slug}/ - Package full JSON: https://k8srepo.com/data/{slug}.json - Install command (plain text): https://k8srepo.com/constructs/{slug}/install.txt - Framework listing: https://k8srepo.com/frameworks/{framework}/ ## Example usage for agents # Discover top Helm charts GET https://k8srepo.com/data/index.json → filter where fw == "Helm Chart", sort by stars # Get install command GET https://k8srepo.com/constructs/ah-helm-chart-helm-dashboard-dashboard/install.txt # Compare two packages https://k8srepo.com/compare/?a=ah-helm-chart-helm-dashboard-dashboard&b=ah-helm-chart-grafana-grafana ## Data freshness Packages are re-indexed weekly from Artifact Hub and GitHub.