
FastSchema on EKS – Install and Test
FastSchema on EKS – Install and Test Deploy FastSchema via Argo CD on EKS and access it locally with port-forward. Uses SQLite with EBS-backed PVC. First-run setup token from pod logs. FastSchema has no official Helm chart . This guide uses a community chart at k8sforge/fastschema-chart . Note: This setup is for evaluation, not production-ready. For production, use external database (MySQL/PostgreSQL), configure auth providers, and follow security best practices. 1. Overview What this guide does: Deploys FastSchema using the community Helm chart via an Argo CD Application Persists data with SQLite on EBS-backed PVC Uses port-forward for local access (no ingress required) Walks through first-run setup: token from pod logs, create admin account, verify storage Prerequisites: kubectl configured for your EKS cluster Argo CD installed 2. Prerequisites Before starting, ensure you have: kubectl configured for your EKS cluster Argo CD installed 3. Install FastSchema Save the manifest below as
Continue reading on Dev.to
Opens in a new tab



