-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
title: Troubleshooting | ||
sidebar_position: 11 | ||
--- | ||
# Troubleshooting | ||
|
||
## DNS Issues | ||
Sometimes you might have the following situation: | ||
1. An arbitrary cluster with gefyra installed | ||
2. Some application (for example a database) running in a namespace | ||
3. Another application (running in a different namespace) consuming the first application via e.g. an API | ||
|
||
You then most likely use a cluster service url for communication. | ||
Something like `my-application-service.my-namespace.svc.cluster.local`. | ||
|
||
Now, sometimes when you execute `gefyra run` for your second application resolving the DNS entry for the first application fails. | ||
Most of the time this is due to the service being headless. | ||
|
||
We recommend checking your services and cluster communication again. |