Hey there,
I have an EC2 Airbyte setup. We are moving over the setup to EKS. I would like to move all the configuration and data from EC2 to EKS. Could someone guide me on this? I tried taking a dump and restoring, doesnt seem to succeed.
Hey what are those problems you see in dumping the data ideally that should work
I did it from one EC2 to another, worked out fine. EC2 to EKS psql restore ran but the instance didnt show the Connectors. Also, additional question on how to expose the webapp over the external ip. It doesnt seem to work out of the box
Hey for the external ip you can create ingress.yaml
apiVersion: networking.k8s.io/v1kind: Ingressmetadata: name: airbyte-ingress annotations: beta.cloud.google.com/backend-config: '{"default": "config-default"}' kubernetes.io/ingress.global-static-ip-name: aribyte networking.gke.io/managed-certificates: managed-cert kubernetes.io/ingress.class: "gce"spec: rules: - host: airbyte.<domain>.in http: paths: - backend: service: name: airbyte-webapp-svc port: number: 80 path: /* pathType: ImplementationSpecific
this is for GKE but you can create something similar to this in EKS also
For the EKS thing what is that you could see after you load the data any error?
Hi there from the Community Assistance team.
We’re letting you know about an issue we discovered with the back-end process we use to handle topics and responses on the forum. If you experienced a situation where you posted the last message in a topic that did not receive any further replies, please open a new topic to continue the discussion. In addition, if you’re having a problem and find a closed topic on the subject, go ahead and open a new topic on it and we’ll follow up with you. We apologize for the inconvenience, and appreciate your willingness to work with us to provide a supportive community.