Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion content/en/building/interoperability/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,3 @@ The flexibility of mediators also means the CHT is future-proof and can be confi
8. [Communication](https://build.fhir.org/communication.html)

You can find additional information and instructions for setting up [cht-interoperability](https://github.com/medic/cht-interoperability) in the [dedicated guidelines](/building/interoperability/openhim) .

1 change: 1 addition & 0 deletions content/en/hosting/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ System administrators looking to deploy CHT into production should understand [t
{{< card link="couch2pg/" title="couch2pg" subtitle="Guides for using couch2pg" icon="presentation-chart-line" tag="deprecated" tagIcon="warning" tagType="warning" >}}
{{< card link="sso" title="SSO" subtitle="Setting up Single Sign On" icon="key" >}}
{{< card link="medic" title="At Medic" subtitle="Guidelines internal to Medic-hosted CHT instances" icon="briefcase" tag="medic internal" tagIcon="key" >}}
{{< card link="interoperability" title="Interoperability Stack Hosting" subtitle="Guides for hosting CHT Interoperability components" icon="puzzle" >}}
{{< /cards >}}
39 changes: 39 additions & 0 deletions content/en/hosting/interoperability/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
title: "Interoperability Stack Kubernetes Deployment"
linkTitle: "Interoperability"
weight: 3
description: >
Deploy the CHT Interoperability Stack to Kubernetes using Helm charts
---

## Overview

The CHT Interoperability Stack (CHT + OpenHIM + FHIR) can be deployed to Kubernetes using Helm charts. This provides a production-ready, scalable deployment suitable for both local development and cloud environments.

## What's Included

The Helm chart deploys:

- **CHT (Community Health Toolkit)**: API, Nginx, Sentinel, and CouchDB
- **OpenHIM**: Health information mediator with Core API, Router, Console UI, and MongoDB
- **HAPI FHIR**: FHIR R4 server with PostgreSQL database
- **Custom Services**: Configurator for initial setup and Mediator for integration logic

## Deployment Options

Choose your deployment target:

{{< cards >}}
{{< card link="kind" title="Local Development (KIND)" subtitle="Deploy to your local machine using KIND for development and testing" icon="desktop-computer" >}}
{{< card link="eks" title="AWS EKS Deployment" subtitle="Deploy to AWS EKS with Application Load Balancer and SSL" icon="cloud" >}}
{{< /cards >}}

## Prerequisites

Both deployment options require:

- Docker
- kubectl
- Helm 3+

Additional prerequisites are listed in each deployment guide.
Loading