Using kubectl apply approach to deploy Kubernetes

Hello,

I am using the latest version 0.39.37 to deploy to a local kubernetes cluster, all the pods are initiated without any issues with the exception to the db pod. It keeps crashing with CrashBackLoopError and exit code = -1 … anyone faced that issue before? This is the same for stable and stable with resource limits

Hey could check on the reason why it is doing so? You could try kubectl describe for that pod

Hi harshith, so after some investigation i wasn’t able to get any meaningful info from the describe pod command. However, it turns out it is an issue related to the storage class that was being used, had some incompatibility with the Postgres image that is used with Airbyte. changing the storage class fixed the issue.