# doitintl/kube-no-trouble

Easily check your clusters for use of deprecated APIs

Repository: https://github.com/doitintl/kube-no-trouble
Canonical: https://ross.abutalabs.com/products/kube-no-trouble
Language: Go
License: MIT
License Family: permissive
Topics: hacktoberfest, gke, kubernetes, k8s, kube, cluster
Last push: 2025-10-16T10:01:34+00:00

## Health v2 (maintenance only)
Score: 55/100 (v2, computed 2026-09-03T02:39:23.370411+00:00)
- activity 47, release rhythm 40, longevity 100
- inputs: {"age_days": 2338, "days_push": 321, "days_rel": 599, "gap_med": 5, "n_releases_24m": 12}
- flags: prerelease_only
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3682, forks 169 (observed 2026-08-28T04:08:13.799118+00:00)

## What it is
kubent (Kube-No-Trouble) is a Go CLI tool that scans Kubernetes clusters for usage of deprecated API versions. It detects deprecated resources from local manifests, kubectl last-applied annotations, and Helm v3 stored manifests to help plan cluster upgrades.

## Use cases
- check my kubernetes cluster for deprecated apis before upgrading
- find workloads using removed api versions in k8s
- scan helm releases for deprecated manifests
- audit cluster before upgrading to kubernetes 1.16+
- detect deprecated resources in local yaml manifests

## When to choose
- you are planning a Kubernetes cluster version upgrade and need to find deprecated API usage first
- you deploy with kubectl or Helm v3 and want automated deprecation detection
- you want a simple standalone binary that works across Linux, macOS, and Windows

## When to avoid
- you need continuous policy enforcement or admission control rather than point-in-time scanning
- you use deployment methods kubent cannot inspect, since it needs original manifests stored somewhere
- you need a full cluster security or compliance audit tool

## Facets
- artifact type: cli-tool
- maturity: active
- function: developer-tools, security, configuration-management
- domain: developer-tools
- platform: windows, cli
- tags: kubernetes, deprecated-apis, cluster-upgrade, kubent, helm, kubectl, devops, containers, linux, macos

## Member repositories
- doitintl/kube-no-trouble (main) score 55

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:13.799118+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:31:12.763832+00:00, confidence not recorded.
  - readme: https://github.com/doitintl/kube-no-trouble (fetched 2026-08-28T04:08:13.799118+00:00, sha 2afb49e63f11)
- Data as of 2026-08-30T08:39:29.467469+00:00.
