Skip to content

Commit ec82791

Browse files
authored
Merge pull request #79 from tolstenko/patch-1
docs(worflow): Improved app troubleshooting. How to connect to external services behind kubernetes
2 parents 7d1b6a9 + 9228b76 commit ec82791

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/troubleshooting/applications.md

+5
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,8 @@ health checks to better suit the application's needs.
5050
[builder]: ../understanding-workflow/components.md#builder
5151
[healthchecks]: ../applications/managing-app-configuration.md#custom-health-checks
5252
[troubleshooting-kubectl]: kubectl.md
53+
54+
## Application fails to connect to external services
55+
If the app is trying to connect to external services located in same region as the kubernetes such ie. off-cluster database, it might fail depending on how the kubernetes automatic firewall is implemented.
56+
57+
In order to trobleshoot, google cloud GKE has this [guide](https://cloud.google.com/kubernetes-engine/docs/troubleshooting#autofirewall) covering the auto firewall rules.

0 commit comments

Comments
 (0)