Devops
Devops
| List of tools tagged as Devops |
|---|
|
Canary Deployment Planner
Plan canary traffic steps and observation windows with guardrail thresholds, exposure estimates and platform-aware rollback warnings.
|
|
.htaccess Generator
Build an Apache .htaccess draft with routing, caching, headers, and access rules plus warnings to resolve before server testing.
|
|
.htaccess to Nginx Converter
Convert a supported .htaccess subset into a reviewable NGINX draft with explicit warnings for unsupported or non-equivalent directives.
|
|
API Error Budget Analyzer
Measure API error-budget burn from status counts or access logs, project the compliance window, and spot policy-breaking failure rates.
|
|
API Gateway Cost Calculator
Estimate monthly Amazon API Gateway charges across API families with request chunking, transfer costs and private endpoint budget context.
|
|
AWS Lambda Cost Calculator
Estimate monthly AWS Lambda Functions cost across requests, GB-seconds, provisioned capacity and optional meters with editable regional rates.
|
|
Alert Noise Rate Calculator
Measure alert noise from classified CSV rows, compare it with your target, and isolate repeated alert-route groups without uploading data.
|
|
Ansible Inventory Generator
Generate a static Ansible INI or YAML inventory from host rows and groups with checks for value typing, duplicate variables, and secrets.
|
|
Apache Virtual Host Generator
Draft an Apache virtual host for static files, PHP-FPM applications, or reverse proxies with TLS safeguards and activation checks.
|
|
BGP Route Scale Calculator
Estimate BGP route-state memory and update pressure from prefix and peer counts, retained paths and route bytes, with budget guardrails.
|
|
Backup Capacity Calculator
Plan backup repository capacity from retention and change rate with growth assumptions, copy tiers, operational reserves and raw storage overhead.
|
|
Backup Restore Time Calculator
Estimate a backup restore window from data size and tested throughput with compression and recovery phases, then check the RTO margin.
|
|
Bandwidth Delay Product Calculator
Calculate bandwidth-delay product and per-stream TCP window targets from path rate and RTT, then compare current buffers and stream counts.
|
|
Blue-Green Deployment Planner
Plan a blue-green deployment with timed traffic shifts and health gates, then review exposure and rollback triggers with route-specific command drafts.
|
|
Build Artifact Storage Calculator
Estimate retained CI artifact storage and forecast growth against a quota using build cadence plus retention, cache, and reserve assumptions.
|
|
CI Failure Log Analyzer
Find actionable clues in a failed CI log, map them to pipeline stages, and mask common secret patterns before sharing the evidence.
|
|
CI Runner Capacity Calculator
Estimate CI runner slots from workload minutes and peak demand, then check utilization headroom and queue-clear time against platform caps and retry load.
|
|
Cache TTL Hit Rate Calculator
Model hit rate for fixed or sliding cache TTLs and compare target reachability with origin load, latency savings, and freshness pressure.
|
|
Capacity Upgrade Brief Report
Build a capacity upgrade brief from utilization and compounded growth, then compare threshold runway, lead time and ranked upgrade options.
|
|
Ceph Storage Capacity Calculator
Estimate recovery-safe Ceph usable capacity for replicated or erasure-coded pools with failure-domain reserve, fullness limits and PG guidance.
|
|
Certificate Renewal Window Calculator
Plan certificate renewal capacity across a safe pre-expiry window with retry reserve and daily load, then check spread and deadline slack.
|
|
Change Risk Assessment Reporter
Assess an IT change with weighted impact and readiness evidence to produce a residual-risk tier, approval route and gate-closing actions.
|
|
Cloud Egress Cost Calculator
Estimate cloud egress spend from measured traffic and a marginal rate card with verified reductions, peak-month stress testing, and budget variance.
|
|
Cloud Tag Coverage Analyzer
Audit cloud inventory tags against required keys and allowed values, measure whole-resource coverage, and rank the gaps that need cleanup.
|
|
Cloud-init Network Config Generator
Build cloud-init version 2 YAML for a static VM interface, with CIDR and route validation plus warnings for risky boot assumptions.
|
|
Container Image Pull Time Calculator
Estimate container image pull time across rollout waves from cache coverage and changed layers, with bandwidth, unpack and retry assumptions.
|
|
Container Security Scan Analyzer
Normalize container scan reports, apply critical and high release limits, and rank fixable findings for a focused remediation queue.
|
|
Cron Expression Parser
Parse five-field Unix cron expressions, preview upcoming runs in local time or UTC, and flag dialect, day-matching, and timezone risks.
|
|
DB Replica Lag Catch-up Calculator
Estimate whether a database replica can drain its backlog within a target window, with retained-log risk and throttle or apply-boost scenarios.
|
|
DNS Cache Capacity Calculator
Estimate DNS resolver cache memory from insert churn and TTL, then compare budget headroom with upstream QPS and hit-versus-miss latency.
|
|
DNS Zone File Validator
Validate a DNS zone file before import, uncover authority and TTL conflicts, and inspect expanded records without uploading the source.
|
|
DORA Metrics Analyzer
Analyze deployment records across five DORA metrics with transparent formulas and adjustable guardrails, plus warnings when recovery evidence is missing.
|
|
DR Runbook Report
Build a disaster recovery runbook around RTO and RPO goals, accountable recovery steps and evidence-based readiness gates for owner review.
|
|
Database Connection Pool Calculator
Size database connection pools across replicas and workers while checking reserve-aware headroom, rollout surge risk and per-holder caps.
|
|
Database Index Rollout Planner
Plan a database index rollout with engine-aware SQL and build estimates, then review risk and guardrails for validation and rollback.
|
|
Database Migration Risk Checker
Check SQL migration risk before release with engine and table context, exposing destructive changes plus lock hazards, rewrites and backfills.
|
|
Database Storage Growth Calculator
Forecast database storage runway from projected data growth, then include operational overhead and estimate threshold dates and monthly cost.
|
|
DoH Query Packet Crafter
Build an exact DNS-over-HTTPS query packet, inspect its wire fields and EDNS options, then replay it with GET or POST against a resolver.
|
|
Docker Compose Generator
Build single-service Docker Compose YAML with safer network and secret defaults plus storage, health-check and restart-policy review.
|
|
Docker Compose Healthchecks Checker
Check Docker Compose healthchecks for missing commands, timing risks, blocked readiness dependencies, and role-based coverage before release.
|
|
Dockerfile Generator
Build a Dockerfile and .dockerignore for Node.js, Python, Go or Java using multi-stage patterns plus cache mounts and hardening checks.
|
|
Dockerfile Security Basics Checker
Check a Dockerfile for risky base images, embedded secrets, broad copies, root users, package residue, and missing runtime safeguards.
|
|
ECMP Path Capacity Calculator
Estimate ECMP route capacity from healthy paths and hash efficiency, then test reserve headroom plus member-failure and single-flow limits.
|
|
ENV Converter
Convert ENV text into common configuration formats with controlled expansion, duplicate-key handling and secret-like value checks before deployment.
|
|
Environment Variable Inventory Checker
Compare required environment variables with ENV, JSON, or YAML inventories and find missing, blank, placeholder, duplicate, or extra entries.
|
|
Ephemeral Port Exhaustion Calculator
Estimate ephemeral port pressure for a hot destination from connection churn, held time and source inventory with reserve and capacity thresholds.
|
|
Error Budget Burn Rate Calculator
Calculate SLO error-budget burn rate and compare page or ticket thresholds, then estimate runway from the budget that remains.
|
|
Error Budget Calculator
Calculate SLO error-budget use from observed traffic, compare burn and policy gates, and estimate runway before a release decision.
|
|
Extensible Markup Language (XML) Converter
Turn XML into structured JSON or record-based tables with local parsing, record-path selection, whitespace controls, and schema checks.
|
|
Filebeat Grok Pattern Generator
Turn one representative log line into a Filebeat-ready Grok pattern with ECS-aware fields, local match checks, and optional ingest pipeline JSON.
|
|
GitHub Actions Cache Config Generator
Generate GitHub Actions cache YAML from ecosystem and lockfile choices, with ordered restore keys and security checks before you commit it.
|
|
GitHub Actions Matrix Generator
Build a GitHub Actions matrix workflow with accurate job expansion, exception rules, cache choices, and review checks before you commit.
|
|
GlusterFS Volume Capacity Calculator
Plan GlusterFS usable capacity from brick sizes and protected-set layout while checking stranded space, arbiter needs, and recovery headroom.
|
|
HA Failover Budget Calculator
Calculate a serial HA failover budget, compare every recovery phase with an RTO and safety reserve, and identify the longest delay.
|
|
HAProxy Backend Config Generator
Build an HAProxy backend block from server rows with health checks and TLS trust choices, then review capacity limits and deployment warnings.
|
|
HCL Converter
Convert Terraform-style HCL into JSON or flat configuration text, with path and type checks that expose lossy handoffs before reuse.
|
|
HTTP Access Latency Log Analyzer
Analyze NGINX, Apache, or ALB access logs locally for endpoint P95 and 5xx rates with clear parse-gap evidence and SLA findings.
|
|
Helm Values Schema Validator
Validate values.yaml against values.schema.json, separate blocking schema errors from hygiene warnings, and inspect root-key coverage before CI.
|
|
IAM Policy Permissions Analyzer
Review AWS IAM policy JSON for wildcard breadth, privilege paths, and policy-shape issues before validating effective access in AWS.
|
|
IAM Policy Wildcards Checker
Check AWS IAM policy JSON for wildcard permissions and broad PassRole exposure, then rank the statements that need least-privilege remediation.
|
|
INI Converter
Convert INI or CFG into structured or flat configuration text with explicit duplicate handling, type inference, and skipped-line review.
|
|
IOPS / MBps / GB-per-day Converter
Convert IOPS, throughput, and daily volume from I/O size and active hours, then check reserve-adjusted ceilings and cloud disk limits.
|
|
Incident MTTx Metrics Calculator
Calculate incident MTTx metrics from lifecycle CSV rows, then compare means and tail percentiles with strict acknowledgement and recovery targets.
|
|
Incident Timeline Report
Turn incident notes into a sorted chronology with phase coverage, evidence gaps and response-cadence checks for a review-ready handoff report.
|
|
Kafka Partition Count Calculator
Plan a Kafka topic partition count from throughput and consumer parallelism, then check broker spread and keying risk before rollout.
|
|
Keepalived VRRP Config Generator
Generate a Keepalived VRRP configuration for one node with validated peer settings, health tracking, and an estimated failover interval.
|
|
Key-Value Config Converter
Convert INI, Java properties, and dotenv text into reviewable structured or line-based configuration with path and duplicate checks.
|
|
Kubernetes Cluster Capacity Calculator
Estimate a rollout-safe Kubernetes replica ceiling from allocatable resources and pod requests, then test node loss and disruption limits.
|
|
Kubernetes Deployment Generator
Build Kubernetes Deployment YAML with optional Service and policy resources, plus checks for rollout, probes, resources, and security choices.
|
|
Kubernetes Deprecated APIs Checker
Check Kubernetes manifests for APIs removed by a target release, distinguish blockers from later cleanup, and review documented migration cues.
|
|
Kubernetes Events Timeline Analyzer
Turn Kubernetes Event text or JSON into a repeat-aware timeline with warning concentration, reason groups, and object hot spots.
|
|
Kubernetes NetworkPolicy Generator
Build Kubernetes NetworkPolicy YAML from pod labels and allow rules with selector checks, rollout guidance, and security review warnings.
|
|
Kubernetes Pod Security Context Checker
Check Kubernetes workload YAML for inherited security contexts, Pod Security gaps, weighted findings, and a reviewable hardening patch.
|
|
Kubernetes Resource Requests Checker
Check Kubernetes manifests for missing resource requests and invalid limits, with QoS clues and scheduler-footprint evidence before rollout.
|
|
Kubernetes Upgrade Skew Calculator
Check Kubernetes component version skew for the next minor upgrade hop, with compatibility windows, blockers and an ordered rollout plan.
|
|
LACP Bundle Capacity Calculator
Calculate usable LACP bundle capacity after failed links, reserve, and hash-efficiency discounts while checking aggregate and single-flow headroom.
|
|
Load Balancer Failover Time Calculator
Estimate user-visible load balancer failover time across health checks, routing changes, DNS cache exposure, and an RTO target.
|
|
Load Balancer Pool Capacity Calculator
Estimate weighted load balancer pool capacity from measured backend RPS and routing weights, with bottleneck and N+ failure-reserve checks.
|
|
Log Sampling Rate Calculator
Calculate a log sampling rate that fits a daily storage target while reserving critical records and accounting for bursts and index overhead.
|
|
Maintenance Window Conflict Checker
Check maintenance schedules for time overlap, shared services or owners, blackout conflicts, guard-buffer near misses, and concurrency spikes.
|
|
NAT Pool Capacity Calculator
Size a NAT or SNAT public address pool from client sessions, planning reserve and hot-destination demand with headroom and failure checks.
|
|
NGINX Proxy Headers Checker
Audit an NGINX proxy block for unsafe forwarded headers and trust-boundary gaps with checks for WebSocket, timeout and upstream TLS risks.
|
|
Netplan Config Generator
Build Netplan YAML for Ubuntu static interfaces with CIDR addresses, DNS, routes, and warnings for gateway or priority mistakes.
|
|
Nginx Server Block Generator
Generate an NGINX server block for static sites, PHP-FPM apps, or reverse proxies with TLS routing plus safety and activation checks.
|
|
OSPF Interface Cost Calculator
Calculate OSPF interface cost from reference and link bandwidth, compare a manual override, and reveal fast links that collapse to cost 1.
|
|
Object Storage Cost Calculator
Estimate monthly object storage cost from capacity and request volume with retrieval, egress, lifecycle and editable provider rate assumptions.
|
|
Observability Event Volume Calculator
Estimate observability storage from event volume and retention with compression, replica copies and reserve plus optional quota headroom.
|
|
Observability Ingest Cost Calculator
Estimate monthly observability ingest cost from measured telemetry and model collector reduction across vendor meters with retention discounts and growth.
|
|
On-call Handover Report
Prepare an on-call handover with normalized incident rows, ownership checks, readiness rules, and warnings for risky or incomplete transfers.
|
|
OpenTelemetry Collector Config Generator
Generate OpenTelemetry Collector YAML for OTLP pipelines with memory and batch controls, endpoint checks, and rollout warnings.
|
|
PXE Boot Menu Generator
Build matched PXELINUX, iPXE and GRUB boot menus from one entry list with default and fallback checks for safer network-boot handoffs.
|
|
Patch Window Duration Calculator
Estimate a sequential patch window from fleet size and concurrency, then test phase timing and reserves against fit, slack and rollback needs.
|
|
Postgres Work Mem Calculator
Size PostgreSQL work_mem from server RAM and active query demand with hash weighting, safety margins and scoped spill guidance.
|
|
Prometheus Cardinality Cost Calculator
Estimate Prometheus monthly cost from active series and retention, then model cleanup savings and growth with editable managed or self-hosted rates.
|
|
Prometheus Retention Storage Calculator
Estimate Prometheus local storage from series or sample rate, then account for retention and compression plus WAL reserve and disk budget.
|
|
Prometheus Scrape Config Generator
Build Prometheus scrape YAML from target rows and labels with timing, grouping, limits and validation cues to review before a live reload.
|
|
Properties Converter
Convert Java properties into structured or line-based configuration with decoded escapes, scalar handling, and clear duplicate-key checks.
|
|
QoS Bandwidth Allocation Calculator
Allocate a QoS parent rate across traffic classes and check reserved bandwidth, best-effort headroom, burst ceilings and priority pressure.
|
|
Queue Buffer Delay Calculator
Calculate queueing delay from buffer depth and bottleneck rate, then compare occupancy and target buffer size with optional BDP context.
|
|
Queue Worker Capacity Calculator
Size a queue worker pool from busy-period arrivals, measured throughput, backlog drain time, utilization headroom, and worker limits.
|
|
RAID Capacity and Sizing Calculator
Calculate planned RAID capacity after spares, protection, overhead, and reserve, then check target fit, drive size, and bay count.
|
|
RAID Performance Calculator
Estimate RAID IOPS and throughput from drive benchmarks and workload mix, with write penalties, reserve, controller caps, and degraded scenarios.
|
|
RAID Planning Suite
Compare RAID capacity, workload headroom, rebuild exposure, recovery pressure, and three-year growth under one set of assumptions.
|
|
RAID Reliability and MTTDL Calculator
Estimate RAID MTTDL and fleet loss from AFR, rebuild exposure, spares, correlation, and URE pressure with comparable mitigation scenarios.
|
|
RAID Sizing Calculator
Plan RAID and RAID-Z capacity from drive geometry, parity, hot spares, fill headroom, metadata reserve, and physical chassis limits.
|
|
RPO/RTO Gap Calculator
Compare RPO and RTO targets with measured recovery evidence, flag data-loss and restore-time gaps, and estimate added change or downtime exposure.
|
|
Rack Power Density Calculator
Plan rack power density from device loads and feed limits, with failover headroom, heat output, occupancy, and watts-per-U guidance.
|
|
Redis Memory Size Calculator
Size Redis maxmemory, per-process host RAM, and replica capacity from measured key costs, growth headroom, buffers, and shard plans.
|
|
Release Cutover Window Calculator
Budget a release cutover against its maintenance window, preserving rollback time while safely testing contingency and gate margin.
|
|
Robots.txt Generator
Generate a robots.txt policy with crawler-specific path rules and sitemap declarations plus import checks and warnings before publication.
|
|
SAML Metadata Validator
Review SAML metadata XML for import blockers across roles and endpoints with local checks for certificate dates, refresh validity and signature presence.
|
|
SLA Availability Calculator
Calculate SLA availability and downtime allowance with planned-maintenance policy, then check budget use, burn rate and breach projection.
|
|
SLO Burn Rate Alerts Generator
Generate multi-window Prometheus SLO burn-rate alerts with budget math and routing labels, then review thresholds before loading the YAML.
|
|
SNMP Polling Load Calculator
Estimate SNMP polling pressure from devices and OIDs with interval and packing effects plus security, MTU and per-poller capacity checks.
|
|
SSL CA Matcher
Match a TLS leaf certificate to a candidate issuer with signature verification, CA checks, expiry horizons, and policy-based review guidance.
|
|
SSL Matcher (Certificate, CSR, and Key)
Compare a TLS certificate with a CSR or RSA private key in your browser, using exact SHA-256 SPKI identity checks without uploading secrets.
|
|
Secrets Rotation Planner
Plan a secret rotation with staged cutover timing and consumer validation, rollback gates, and a transparent risk score without entering credentials.
|
|
Sitemap XML Generator
Turn same-host URLs or paths into sitemap XML with normalization and exclusion checks, then review protocol limits before publishing.
|
|
TLS Handshake Load Calculator
Estimate TLS handshake CPU demand from request rate, connection reuse, full and resumed costs, surge traffic, and the available core budget.
|
|
TLS Handshake Trace
Trace a live TLS handshake to review protocol and cipher, certificate identity and trust, plus DNS-to-negotiation timing from one remote probe.
|
|
TOML Converter
Convert TOML into structured or flat configuration text with parse checks and warnings when the target cannot preserve types or nesting.
|
|
Terminal Installer Simulator
Build a repeatable installer terminal rehearsal with synthetic timing and warning lines, package-manager vocabulary, and a seeded transcript.
|
|
Terraform Plan Summary Analyzer
Analyze Terraform plan JSON or text before apply, flag destructive changes and drift, and rank resources by review risk without uploading plan data.
|
|
Terraform Variable Defaults Checker
Review Terraform variable blocks for unsafe defaults and secret-like values, then prioritize type mismatches, version conflicts and fixes.
|
|
Thread Pool Saturation Calculator
Estimate thread pool saturation from arrival rate and task time plus queue pressure, with wait-target checks, headroom warnings and capacity scenarios.
|
|
Uptime Calculator
Calculate allowed downtime and budget use from an SLA or SLO target, with burn pace and projected availability under a chosen maintenance policy.
|
|
Virtual Machine Storage Calculator
Estimate spike-safe VM datastore capacity with provisioning and snapshot pressure plus reserves, protection overhead and current-pool runway.
|
|
Virtualization Host Capacity Calculator
Estimate safe virtualization host capacity after failure and maintenance reserves, including growth headroom and large-VM placement checks.
|
|
Vulnerability Remediation SLA Calculator
Turn vulnerability backlog CSV into policy-based due dates and owner-ready remediation priorities with overdue, due-soon and compliance signals.
|
|
WHOIS / RDAP Lookup
Check domain registration data through RDAP with WHOIS fallback, then review expiry timing, nameservers and evidence coverage for follow-up.
|
|
Wget Command Generator
Build a shell-quoted wget command for single downloads or recursive retrieval, with import parsing and warnings for risky options.
|
|
YAML Converter
Convert YAML locally into structured JSON or normalized YAML and flat configuration text, with path and type checks that expose lossy transformations.
|
|
YAML Diff Comparator
Compare two YAML documents as parsed data with schema-aware scalar types and sequence matching, then review path-level changes and ignored paths.
|
|
ZFS Capacity Calculator
Calculate planned ZFS capacity after vdev protection, RAID-Z padding and operating reserves before choosing disks or comparing topologies.
|