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 guide is detailed and thorough.
README is present.
README documents how to install the project.
Licensed under Apache-2.0.
Engineering
88
Test files detected (.github/actions/import-external-addons/test).
CI is configured (.github/workflows/build-image.yaml).
Linter or formatter configured (.golangci.yml).
Lockfile present (go.sum). Installs are reproducible.
Issue or PR templates present.
Project health
100
Dependency manifest found (go.mod).
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- —Commits (30d / 90d)
- 81Forks
- 385Releaseslatest 5y ago
Community
- —Community health
- —authors own >50% of commits
- 807Watchers
Responsiveness
- 55d 24hMedian issue response
- <1hMedian PR merge time
- 56Open issues
Repository files37 root entries
- .claude
- .githubGood: 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
- addonsGood: 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.ymlGood: Linter or formatter configured (.golangci.yml).
- .grype.yaml
- .nvmrc
- .stignore
- AGENTS.md
- ARCHITECTURE.md
- CODEOWNERS
- CONTRIBUTING.mdGood: 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.modGood: Dependency manifest found (go.mod).
- go.sumGood: Lockfile present (go.sum). Installs are reproducible.
- LICENSE
- Makefile
- package-lock.json
- package.json
- README.mdGood: 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.