unweed

Practical cleanup notes for software teams.

Practical notes on cloud costs, stale infrastructure, technical debt, databases, dependencies, and the small maintenance habits that keep production calmer.

Showing 457-468 of 803 notes.

7 min read

Kubernetes PriorityClass Cleanup: Remove Scheduling Rules That No Longer Fit

Clean up stale Kubernetes PriorityClasses by checking pods, preemption behavior, quotas, and workload criticality before changing scheduling.

7 min read

Database Role Grant Cleanup: Remove Permissions After Reports Move

A practical workflow for cleaning stale database role grants after BI reports, exports, and analysts move to replacement models.

7 min read

Service Mesh Route Cleanup: Remove Traffic Rules After Migrations

Clean up stale service mesh routes, subsets, retries, mirrors, and fault rules without breaking quiet traffic paths.

8 min read

Kafka Consumer Group Cleanup: Retire Offsets After Consumers Move

How to review old consumer groups, offsets, and lag evidence before removing stale stream consumers.

8 min read

Kafka Topic Cleanup: Retire Event Streams After Consumers Move

Retire stale Kafka topics with checks for producers, consumer groups, retention, schemas, replay needs, and downstream ownership.

8 min read

Database Replication Slot Cleanup: Retire Slots After Consumers Move

A practical review for finding stale replication slots without losing change streams, backups, or recovery evidence.

7 min read

Alert Silence Cleanup: Remove Muted Rules After Incidents End

A practical workflow for expiring alert silences, mute rules, and maintenance suppressions without hiding live production risk.

7 min read

API Error Code Cleanup: Retire Responses Clients No Longer Handle

A practical workflow for removing obsolete API error codes after clients, SDKs, alerts, and documentation stop depending on them.

8 min read

GraphQL Schema Cleanup: Remove Fields After Clients Migrate

Clean up deprecated GraphQL fields by combining resolver telemetry, persisted query checks, client version data, and staged schema changes.

8 min read

Database Foreign Key Cleanup: Retire Relationships After Product Flows Move

How to remove stale foreign keys only after writers, delete behavior, imports, and reporting dependencies are understood.

7 min read

Browser Extension Cleanup: Retire Internal Add-ons Safely

Retire internal browser extensions with evidence from install policies, permissions, update channels, and replacement workflows.

7 min read

Database Column Cleanup: Remove Fields After Writers and Readers Move

A practical workflow for retiring unused database columns only after writes, reads, exports, and rollback paths are accounted for.