1. Is it possible to run Airbyte without persisten...
# contributing-to-airbyte
t
2. Is it possible to run Airbyte without persistent volume claims? Can it run stateless?
The DB volume claim is the main limiting factor, but that's only required if you aren't using cloudsql or some external db. We're getting close to removing the need for the config volume claim; we've had numerous refactors that have been moving config-related info into the db.
u
There's also a claim needed for Minio, but you could configure external cloud storage for capturing logs, etc.
t
Can you make a ticket for this? We've been moving in this direction, but this is something we should track explicitly as a goal.
u
Where is the volume claim: airbyte-volume-configs needed for?
u
It shouldn’t be needed for anything but we haven’t tested removing it or requiring it to be removed by default on Kubernetes
t
We just need to make sure we didn’t miss anything.
u
Ok I will test it 😄