About This Architecture
Everest Tax Calc is a Kubernetes-native, multi-cloud tax calculation application built in Java, orchestrated via EKS with dedicated namespaces for application, service, and worker pods. Data flows from external APIs (JIRA, Google Drive, Vertex AI) through an API Gateway and JIRA Agent Service into the core application, which reads source data from Snowflake and logs results to PostgreSQL. Comprehensive testing layers—unit, E2E, and regression suites—validate transactions via a dedicated Validation Framework before processing, ensuring accuracy and compliance in high-volume tax scenarios. This architecture demonstrates cloud-agnostic microservices patterns with clear separation of concerns: presentation, integration, processing, and data layers. Fork and customize this diagram on Diagrams.so to adapt the testing pipeline, add observability stacks, or integrate additional tax data sources.