Skip to content

Commit 87aa1fe

Browse files
docs: add additional Kubernetes deployment path (#1836)
<!-- Please use this template for your pull request. --> <!-- Please use the sections that you need and delete other sections --> ## This PR <!-- add the description of the PR here --> - Updates installation document to note additional Kubernetes deployment option per discussion on #1835 ### Related Issues <!-- add here the GitHub issue that this PR resolves if applicable --> Fixes #1835 ### Notes <!-- any additional notes for this PR --> N/A ### Follow-up Tasks <!-- anything that is related to this PR but not done here should be noted under this section --> <!-- if there is a need for a new issue, please link it here --> N/A ### How to test <!-- if applicable, add testing instructions under this section --> Build & look at the docs page. --------- Signed-off-by: Sean Killeen <[email protected]> Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 8a93864 commit 87aa1fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/installation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ If you're interested in a full-featured solution for using flagd in Kubernetes,
2626

2727
For more information, see [OpenFeature Operator](./reference/openfeature-operator/overview.md).
2828

29+
You can also choose to run a Kubernetes service in front of a deployment with multiple flagd pods connecting to the same data source. However, if doing so, be aware that synchronization is not instant. The service may return different values after a change until all pods have synchronized with the data source. This synchronization delay is typically brief.
30+
2931
---
3032

3133
## Binary

0 commit comments

Comments
 (0)