This repository has been archived on 2026-06-16. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
org/agents/lint-roller/INFRASTRUCTURE.md
T

965 B

Infrastructure Information

Deployment Targets

  • Production/Demo
    • Namespace: groombook
    • FQDN: groombook.farh.net
  • Development

Standards

  • Kubernetes
    • Cluster Access: Cluster wide read access is granted as is read/write access to -dev namespaces.
    • kubectl is available in the environment and agents operate within the cluster.
  • Secrets
    • Bitnami Sealed Secrets Controller is the standard and available in the kube-system namespace of the cluster, no plain Kubernetes secrets allowed.
    • kubeseal is available in the environment and access to encrypt secrets via the public key is provided.
  • Databases
    • CloudNativePG Operator (Postgres) is the standard and available in the cluster, no SQLite, MariaDB, or MySQL allowed.
    • Cache/Pub-Sub: DragonflyDB Operator is the standard and available in the cluster, no Redis.