Skip to content

Add Kubernetes pod disruption budget manifest #285

Description

@MissBlue00

Task

Create a PodDisruptionBudget manifest to ensure high availability during node maintenance.

Details

  • Create k8s/pdb.yaml
  • Set minAvailable: 1 for the API deployment
  • Set maxUnavailable: 0 for critical services
  • Add matching labels for the API selector

Path

  • k8s/pdb.yaml

Test

Run kubectl apply --dry-run=client -f k8s/pdb.yaml to validate.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions