Polished and well engineered. Punching above its star count.

Production-grade, airgapped Kubernetes installer combining upstream k8s with overlays and popular components

Documentation

91

Contributing guide5pt84

Contributing guide is detailed and thorough.

README12pt90

README is present.

Install and run instructions9pt90

README documents how to install the project.

License6pt100

Licensed under Apache-2.0.

Engineering

88

Tests18pt80

Test files detected (.github/actions/import-external-addons/test).

CI/CD14pt85

CI is configured (.github/workflows/build-image.yaml).

Linting and formatting5pt100

Linter or formatter configured (.golangci.yml).

Reproducibility6pt100

Lockfile present (go.sum). Installs are reproducible.

Issue and PR templates6pt100

Issue or PR templates present.

Project health

100

Dependency manifest6pt100

Dependency manifest found (go.mod).

Repository metadata5pt100

Repository has a description.

Activity5pt100

Actively maintained (pushed within the last month).

Housekeeping3pt100

.gitignore present.

Repository health signals

Activity, community, and responsiveness at scan time

Activity

  • Commits (30d / 90d)
  • 81
    Forks
  • 385
    Releaseslatest 5y ago

Community

  • Community health
  • authors own >50% of commits
  • 807
    Watchers

Responsiveness

  • 55d 24h
    Median issue response
  • <1h
    Median PR merge time
  • 56
    Open issues
Repository files37 root entries
  • .claude
  • .github
    Good: Licensed under Apache-2.0.
    Good: Test files detected (.github/actions/import-external-addons/test).
    Good: CI is configured (.github/workflows/build-image.yaml).
    Good: Dependabot covers 3 ecosystems (gomod, github-actions, npm). Dependencies stay current.
    Good: Issue or PR templates present.
    Good: .gitignore present.
  • .opencode
  • addons
    Good: Environment pinned via addons/minio/build-images/minio/Dockerfile.
  • bin
  • bundles
  • cmd
  • design
  • docs
  • hack
  • kurl_util
  • packages
  • pkg
  • proposals
  • scripts
  • testgrid
  • tools
  • web
  • .dockerignore
  • .envrc
  • .gitignore
  • .golangci.bck.yml
  • .golangci.yml
    Good: Linter or formatter configured (.golangci.yml).
  • .grype.yaml
  • .nvmrc
  • .stignore
  • AGENTS.md
  • ARCHITECTURE.md
  • CODEOWNERS
  • CONTRIBUTING.md
    Good: Contributing guide is detailed and thorough.
    Good: Contributing guide includes setup/install instructions.
    Issue: Contributing guide lacks a code style section (−8 pts).Fix: Describe your linting/formatting rules and how to run them.
    Good: Contributing guide explains how to run tests.
    Issue: Contributing guide lacks a PR workflow section (−8 pts).Fix: Explain how to fork, branch, and open a pull request so contributors know what to expect.
    Good: Contributing guide includes code examples.
  • go.mod
    Good: Dependency manifest found (go.mod).
  • go.sum
    Good: Lockfile present (go.sum). Installs are reproducible.
  • LICENSE
  • Makefile
  • package-lock.json
  • package.json
  • README.md
    Good: README is present.
    Good: README is well structured with multiple sections.
    Good: README includes screenshots or visuals. Great for first impressions.
    Good: README has code examples.
    Good: README links to a live demo or deployed app.
    Issue: No status badges in the README (−10 pts).Fix: Add CI/build status badges from shields.io or your CI provider to signal project health.
    Good: README documents how to install the project.
    Good: README documents how to run the project.