Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/supabase-community/supabase-kubernetes
Helm 3 charts to deploy a Supabase on Kubernetes
https://github.com/supabase-community/supabase-kubernetes
Last synced: 3 days ago
JSON representation
Helm 3 charts to deploy a Supabase on Kubernetes
- Host: GitHub
- URL: https://github.com/supabase-community/supabase-kubernetes
- Owner: supabase-community
- License: apache-2.0
- Created: 2022-01-05T19:47:48.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-04T13:23:54.000Z (2 months ago)
- Last Synced: 2024-11-05T04:27:43.127Z (7 days ago)
- Language: Smarty
- Homepage:
- Size: 483 KB
- Stars: 441
- Watchers: 19
- Forks: 117
- Open Issues: 52
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Supabase Kubernetes
This repository contains the charts to deploy a [Supabase](https://github.com/supabase/supabase) instance inside a Kubernetes cluster using Helm 3.
For any information regarding Supabase itself you can refer to the [official documentation](https://supabase.io/docs).
## What's Supabase ?
Supabase is an open source Firebase alternative. We're building the features of Firebase using enterprise-grade open source tools.
## How to use ?
You can find the documentation inside the [chart directory](./charts/supabase/README.md)
# Roadmap
- [ ] Multi-node Support
## Support
This project is supported by the community and not officially supported by Supabase. Please do not create any issues on the official Supabase repositories if you face any problems using this project, but rather open an issue on this repository.
## Contributing
You can contribute to this project by forking this repository and opening a pull request.
When you're ready to publish your chart on the `main` branch, you'll have to execute `sh build.sh` to package the charts and generate the Helm manifest.
## License
[Apache 2.0 License.](./LICENSE)