Honua
// proof hub · reference architectures

Choose a deployment shape that matches the evidence.

← Back to claims & evidence

Start with one container beside PostGIS for an evaluation. Add Kubernetes, shared services, or GitOps only where the current evidence supports the deployment you need. These diagrams are reference shapes, not certified designs or sizing recommendations.

Honua Server runs on .NET 10, is packaged as a container image, stores features in PostgreSQL/PostGIS, and emits OpenTelemetry. A public Helm chart is available. Terraform, high-availability, and GitOps paths have the availability boundaries shown below.

Cross-cutting principles

A. Single-node / pilot

The simplest shape — a single Honua container plus PostGIS — matches the public quickstart and the GeoBench test topology.

[ Esri / OGC / STAC clients ]
            |
        (TLS)
            v
   [ Honua Server (container) ]
            |
            v
        [ PostGIS ]

B. Cloud-native HA on Kubernetes / AKS — Preview

The public Helm chart describes a horizontally scaled server tier behind an ingress, with managed PostgreSQL/PostGIS and shared services. Use this path for evaluation and pre-production testing; immutable release and live upgrade/rollback evidence are not yet published.

        [ Ingress / TLS ]
               |
   [ Honua Server pods (N) ]  ---- OTel ----> [ observability backend ]
        |                |
        v                v
 [ managed PostGIS ]  [ object storage (S3 / MinIO) ]

C. GitOps-managed operations — Private beta

The private-beta GitOps engine can plan, diff, sync, and roll back one environment. Immutable release binding, verification after each action, and coordinated promotion across environments are not yet complete.

   [ git repo: desired state ]
            |
       (plan / diff)
            v
   [ Honua operator control plane ] --sync/rollback--> [ Honua deployment (A or B) ]

Deployment evidence status

Deployment evidence status table
ShapeAvailabilityPrimary evidence
Single-node / pilotSource evaluationhonua-server quickstart
Kubernetes / AKS HAPreview · evaluationpublic Helm chart; Terraform evidence is private and not publicly inspectable
GitOps · one environmentPrivate betaHonua operator control plane and guarded rollback workflow
Fleet promotion and verificationPlannedoperator evidence program
Cloud Marketplace installPlannedNo public AWS or Azure listing

What these diagrams do not establish

No production sizing recommendation. The diagrams are illustrative. They do not prescribe cloud sizing, replica counts, PostGIS tiers, or object-storage settings.

No general capacity rule. Honua has not published a requests-per-pod rule. The dated GeoBench profile is benchmark evidence, not a production sizing calculator.

No compliance certification. SOC 2 Type II remains planned; no certification or report is currently available.

No marketplace install. AWS and Azure Marketplace listings and one-click deployment URLs are not currently available.