Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kuberlogic/kuberlogic
KuberLogic turns a containerized application into a functional SaaS offering, with integrated billing, monitoring, and customer management.
https://github.com/kuberlogic/kuberlogic
deployments docker docker-compose golang kuberlogic kubernetes multi-instance multi-tenancy multi-tenant payments saas saas-application saas-boilerplate saas-product single-tenant subscription
Last synced: 2 months ago
JSON representation
KuberLogic turns a containerized application into a functional SaaS offering, with integrated billing, monitoring, and customer management.
- Host: GitHub
- URL: https://github.com/kuberlogic/kuberlogic
- Owner: kuberlogic
- License: apache-2.0
- Created: 2021-02-18T09:57:20.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-26T14:38:18.000Z (about 2 years ago)
- Last Synced: 2024-08-02T02:13:43.814Z (5 months ago)
- Topics: deployments, docker, docker-compose, golang, kuberlogic, kubernetes, multi-instance, multi-tenancy, multi-tenant, payments, saas, saas-application, saas-boilerplate, saas-product, single-tenant, subscription
- Language: Go
- Homepage: https://kuberlogic.com
- Size: 7.57 MB
- Stars: 231
- Watchers: 9
- Forks: 23
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# KuberLogic
[![Development build](https://github.com/kuberlogic/kuberlogic/actions/workflows/on-push-master.yaml/badge.svg)](https://github.com/kuberlogic/kuberlogic/actions/workflows/on-push-master.yaml)
[![codecov](https://codecov.io/gh/kuberlogic/kuberlogic/master/graph/badge.svg?token=VRWDPT0EIC)](https://codecov.io/gh/kuberlogic/kuberlogic)
---
![logo](img/kuberlogic-logo.png)----
KuberLogic is an open-source solution that helps to deliver any single-tenant application (one stack per customer) to multiple users as-a-cloud service. KuberLogic allows software vendors to accelerate their journey to Software-as-a-Service (SaaS) with minimal modifications to the application.
### Installation
Follow [Installing KuberLogic](https://kuberlogic.com/docs/getting-started) to set up your environment and install KuberLogic.
### Features
- Application instance (Tenant) orchestration (list/provision/delete/edit)
- Scheduled and Instant backups with Verero
- Custom domain (subdomain) support
- SSL support
- Integration with billing providers via webhooks
- Application (Tenant) isolation
- Application instance updates
- RESTful API and CLI for service management
- Integration with Sentry for errors and exceptions tracking### Coming soon
[You can check our Roadmap here](https://roadmap.kuberlogic.com/)
----
### Why use KuberLogic?
The ultimate goal of KuberLogic is to provide an easily accessible service to turn any containerized application into a cloud-native SaaS solution.
KuberLogic:
- Provides a straightforward and reliable way to deploy and manage application instances (Tenants) while achieving maximum resource utilization and standardization;
- Simplify migration to multi-tenancy using industry-standard containers & K8s and allows rapid migration to SaaS with minimal application modification;
- Gives independence and frees from vendor lock, as KuberLogic is open source and based on Kubernetes to provide a consistent platform anywhere### Requirements
Kubernetes cluster 1.20-1.23
### Documentation
Please refer to the official docs at [kuberlogic.com](https://kuberlogic.com/docs/intro)
### Getting involved
Feel free to open an [issue](https://github.com/kuberlogic/kuberlogic/issues) if you need any help.
You can see the roadmap/announcements and leave your feedback [here](https://roadmap.kuberlogic.com/).
You can also reach out to us at [[email protected]](mailto:[email protected])
or join our [Slack community](https://join.slack.com/t/kuberlogic/shared_invite/zt-x845lggh-lne0taYmwLFgQ6XZEiTJoA)## License
```text
CloudLinux Software Inc 2019-2022 All Rights ReservedLicensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```