Airbyte UI page not live after rebooting AWS instance

Summary

Airbyte UI page is not live after rebooting AWS instance, seeking thoughts on the issue


Question

Hi everyone, Airbyte failed to sync since last night. I rebooted AWS instance and it’s running but Airbyte UI page is not live, anyone has thoughts on it? Many thanks



This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.

Join the conversation on Slack

["airbyte", "ui-page", "aws-instance", "sync", "failed"]

If you installed Airbyte with abctl, you can debug it with k9s

Install kubectl (https://kubernetes.io/docs/tasks/tools/#kubectl) and kubectx + kubens (https://github.com/ahmetb/kubectx) and k9s (https://k9scli.io/)

then execute commands:

KUBECONFIG=~/.airbyte/abctl/abctl.kubeconfig kubectl config view --flatten > ~/.kube/config
kubectx kind-airbyte-abctl
kubens airbyte-abctl
k9s```
with k9s you can faster which pods are not running, their logs, etc.

<@U05JENRCF7C> I’m currently on 0.55.11 and using run-ab-platform.sh

have you tried these commands?

docker compose logs```
(or version with hyphen `docker-compose ...` if commands above don't work)