Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add troubleshoot page ✨ #96

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions gefyra/versioned_docs/version-2.x/troubleshoot.md
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.
Loading