Skip to content

Commit

Permalink
Merge pull request #79 from tolstenko/patch-1
Browse files Browse the repository at this point in the history
docs(worflow): Improved app troubleshooting. How to connect to external services behind kubernetes
  • Loading branch information
Cryptophobia authored Feb 7, 2019
2 parents 7d1b6a9 + 9228b76 commit ec82791
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/troubleshooting/applications.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,8 @@ health checks to better suit the application's needs.
[builder]: ../understanding-workflow/components.md#builder
[healthchecks]: ../applications/managing-app-configuration.md#custom-health-checks
[troubleshooting-kubectl]: kubectl.md

## Application fails to connect to external services
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.

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 comments on commit ec82791

Please sign in to comment.