Using FaunaDB from Kubernetes

Sorry about the noob question - but we are moving to Kubernetes and are looking for a good cloud independent database. Would this be a correct assumption with FaunaDB? Are there are issues with using FaundaDB from a Kubernetes cluster?

Hi @slanted and welcome! :wave:

Should be no problem!

Fauna is served as an API over HTTPS, so it doesn’t much matter where the requests come from. You can use the driver for your favored language in a containerized environment, whether those containers are orchestrated by Kubernetes or Nomad or however they’re hosted.

1 Like

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.