Add guide for reliable communication between GCP and on-prem services#805
Merged
Conversation
Kyrremann
reviewed
Jun 4, 2026
Kyrremann
left a comment
Member
There was a problem hiding this comment.
Syns den How to virket nyttig, men usikker på forklaringen, er ikke dette noe man finner på internett? Er vel ikke så mye som var spesifikt for oss?
Address review feedback that the page was mostly generic internet knowledge. Cut the general HTTP/TCP tutorial material and keep what is specific to the platform: silent idle-connection drops by firewalls/LBs/NAT (with nav-tenant on-prem firewall details), the 30s DNS TTL and JVM caching pitfall, pod lifecycle effects on connection pools, and a compact timeout-type overview.
Member
Author
|
Enig — forklaringssiden var for generisk. Har kuttet den fra ~300 til ~65 linjer i 407a292, og beholdt kun det som er spesifikt for oss: stille dropping av idle connections (med on-prem brannmur-detaljene bak nav-tenant conditional), 30s DNS TTL + JVM DNS-caching, pod lifecycle-effekter på connection pools, og en kompakt timeout-oversikt. How-to-en er uendret. |
407a292 to
8e40184
Compare
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.
Introduce a guide detailing how to configure HTTP clients to manage firewall timeouts when accessing on-premises services from GCP. The guide includes prerequisites, configuration steps, and monitoring recommendations to ensure reliable communication.