New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@readystack/ingress-nginx-retirement-lint

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@readystack/ingress-nginx-retirement-lint

Names the Gateway API field that replaces each retired ingress-nginx annotation — or tells you there isn't one

latest
Source
npmnpm
Version
1.0.4
Version published
Weekly downloads
374
Maintainers
1
Weekly downloads
 
Created
Source

Ingress-NGINX Retirement Lint

Names the Gateway API field that replaces each retired ingress-nginx annotation — or tells you there isn't one

Install

npx @readystack/ingress-nginx-retirement-lint file

Node 18+. The same 30 rules as the VS Code extension, from a terminal or CI.

Free

  • Lints the Ingress YAML file you have open and names, per line, the Gateway API field that replaces each retired ingress-nginx annotation.
  • --rules lists every rule

With a licence ($29 once)

  • Sweeps every manifest in the workspace in one pass and writes a migration report file you keep, one document per cluster.
@readystack/ingress-nginx-retirement-lint --dir ./templates --report html --out report.html

A freelance Kubernetes consultant bills around $150/hour, and an ingress-to-Gateway-API audit across one cluster's manifests is a day of that

Use from an AI agent (MCP)

Claude Code · Cursor · Windsurf · any MCP client - add to your MCP config:

{ "mcpServers": { "ingress-nginx-retirement-lint": { "command": "npx", "args": ["-y", "@readystack/ingress-nginx-retirement-lint", "--mcp"] } } }

Tools: check_text and check_file (free) · check_dir (licence). The agent gets every finding with the line number.

Use in CI

- name: Ingress-NGINX Retirement Lint
  run: npx -y @readystack/ingress-nginx-retirement-lint --dir . --ci

(container: docker run --rm -v "$PWD:/work" getreadystack/ingress-nginx-retirement-lint --dir /work --ci)

The folder sweep, reports and CI mode need one licence — one payment, no subscription. Set READYSTACK_LICENSE=<key> or run --license <key> once.

Get a licence

Keywords

ingress-nginx

FAQs

Package last updated on 23 Sep 2026

Related posts