BrandKwikID Documentation

Deployment

Service health monitoring, uptime tracking, and infrastructure capacity calculator

Deployment and Infrastructure

The Deployment module (super admin only) monitors platform service health, uptime, and models infrastructure capacity as department read/write load grows.

Overview

Each bank instance runs as a dedicated deployment with isolated infrastructure. The Deployment page provides live health probes and an infra calculator for capacity planning.

Kwik Vault deployment status

Key Features

  • Deployment instance overview: Instance type, topology summary, and authentication status.
  • Service health table: Live probes with uptime percentages sampled every 60 seconds.
  • Resource guidance: Memory and vCPU ranges per service.
  • Refresh control: Manual health check refresh.
  • Infra calculator: Model peak-hour QPS and API replica recommendations.
  • Storage monitoring: Track total used vs allocated capacity, per-department breakdown, and ILM tier distribution.
  • Backup status: View last backup timestamp and department backup coverage.

Current Deployment Tab

The Current deployment tab shows the active platform services:

Service categoryRole
Data storeMetadata, workflow state, and identity backing store
Object storageDocument blob store
Search indexFull-text and metadata search
Workflow engineDurable orchestration for approvals
Identity serviceSSO federation and machine authentication
Core APIIngest, search, workflow, and audit

Status badges show Ok, Disabled, or unhealthy states for each monitored service.

Infra Calculator Tab

Kwik Vault infra calculator

Model daily traffic to estimate peak-hour QPS and API replica recommendations.

Per-department load

DepartmentDefault reads/dayDefault writes/day
Compliance50025
Corporate Banking50025
Operations50025
Retail Banking50025
Treasury50025

Departments come from tenant setup, not Configuration.

Assumptions

ParameterDefault
Avg document size (MB)2
Retention (years)7
Peak hour multiplier3
Annual growth (%)15
Ask AI queries / day50

Click Recalculate to update projections after adjusting inputs.

Storage Space Monitoring

The Deployment page tracks storage consumption across the instance:

MetricDescription
Total used / allocatedBlob storage and index size vs provisioned capacity
Per-department usageStorage breakdown by department
ILM tier distributionPercentage of documents in hot, warm, and cold tiers
Growth projectionEstimated months until capacity threshold based on ingest rate
Alert thresholdWarning at 80% capacity; critical at 95%

Review storage metrics regularly and adjust ILM thresholds or provision additional capacity before limits are reached. See Storage and Lifecycle for tier transition policies.

Implementation

Step 1: Monitor service health

  1. Open Deployment from the sidebar (super admin only).
  2. Review the Healthy badge and last-checked timestamp.
  3. Scan the Services & uptime table for any degraded services.
  4. Click Refresh to run live probes.

Step 2: Plan capacity

  1. Switch to the Infra calculator tab.
  2. Enter expected reads and writes per department.
  3. Adjust document size, retention, growth, and AI query assumptions.
  4. Click Recalculate to see peak QPS and replica recommendations.

Benefits

  • Operational visibility: Single pane for platform health without direct infrastructure access.
  • Proactive scaling: Capacity model informs horizontal scale decisions.
  • Environment parity: Consistent deployment topology across development and production instances.

Next Steps