Skip to content

[Infrastructure] Missing resource limits, image version pinning, PDB, single replicas #415

@Flegma

Description

@Flegma

Summary

Multiple production-readiness gaps in Kubernetes workload configuration.

Findings

  • All deployments/statefulsets — no resources.requests or resources.limits.
  • API, Web, Connector, TimescaleDB, MinIO — all use :latest tags. No version pinning.
  • No PodDisruptionBudgets for any workload.
  • API, Hasura, Web — all replicas: 1. Single point of failure.
  • No ResourceQuotas or LimitRanges in namespace.

Impact

Unlimited resource consumption. Unpredictable deployments. No HA guarantees.

Suggested Fix

Add resource limits. Pin to semantic versions. Create PDBs. Increase replicas. Add namespace quotas.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P1-highStability & reliabilityaudit-2026-03From March 2026 codebase auditreliabilityReliability or availability concernservice:infrastructure5stackgg/5stack-panel infrastructure

    Type

    No type

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions