Sync from docs: add Kubernetes/Helm Charts self-hosting guidance (powersync-docs #452)#30
Open
bean1352 wants to merge 1 commit into
Open
Sync from docs: add Kubernetes/Helm Charts self-hosting guidance (powersync-docs #452)#30bean1352 wants to merge 1 commit into
bean1352 wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Generated by Claude. Review carefully before merging.\n\nSource docs PR: https://github.com/powersync-ja/powersync-docs/pull/452\n\n**What changed in docs:** Added a new deployment platform page for AWS EKS, documenting how to run the self-hosted PowerSync Service on Kubernetes using the community Helm charts (
powersync-community/powersync-helm-chart). Covers workload sizing, observability, ingress requirements, horizontal scaling, and the multi-instance pattern.\n\nSkill updates in this PR:\n-skills/powersync/references/powersync-service.md— added a new### Kubernetes / Helm Chartssubsection under## Service Configuration (Self-hosted). Content covers:\n - Helm chart repo link (source of truth for values and upgrade notes)\n - Replication warm-standby constraint (only 1 pod replicates at a time — do not scale replicas horizontally)\n - API connection cap (target 100/pod, hard cap 200 →PSYNC_S2304errors)\n -NODE_OPTIONSnote (leave--max-old-space-size-percentage=80as-is)\n - Ingress requirements (proxy-buffering: \"off\"required for streaming, HTTP/2 + WebSocket, dedicated subdomain)\n - Multi-instance scaling pattern and the client-pinning requirement (switching instances triggers full resync)\n - Prometheus metrics port (9464) and key signals\n- Updated frontmatterdescriptionandtagsto includekubernetes,helm,eks\n\nNotes for reviewer:\n- The docs page recommends aNetworkPolicy(networkPolicy.enabled: true) in production — included as a note in the Observability section.\n- TheAGENTS.md"Setup Paths" section currently lists Docker as the only self-hosted path. This PR does not add a Kubernetes path there, since the docs change is a deployment guide rather than an onboarding flow change, and existing routing inSKILL.mdalready directs self-hosting questions topowersync-service.md. A reviewer may want to add a brief mention of Helm as a self-hosted alternative inAGENTS.mdPath 3/4 — flagged here but not done to keep the diff minimal.\n- No new reference file was created; the Kubernetes content fits naturally within the existingpowersync-service.mdscope.Generated by Claude Code