Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cloudforet-io/supervisor
Supervisor Service
https://github.com/cloudforet-io/supervisor
backend core python-service supervisor
Last synced: about 2 months ago
JSON representation
Supervisor Service
- Host: GitHub
- URL: https://github.com/cloudforet-io/supervisor
- Owner: cloudforet-io
- Created: 2022-09-05T01:18:01.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-21T16:37:20.000Z (10 months ago)
- Last Synced: 2024-03-21T17:48:35.203Z (10 months ago)
- Topics: backend, core, python-service, supervisor
- Language: Python
- Homepage:
- Size: 269 KB
- Stars: 9
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Supervisor Service
Supervisor is plugin deployment system like aws-ec2, aws-cloud-service.
For example,
If the inventory asks endpoint of aws-ec2-plugin collector, plugin service returns the real endpoint of aws-ec2-plugin collector.
In this process, supervisor deploy aws-ec2-plugin collector, if it does not exist.# Deployment
Supervisor should be deployed as standalone mode, since supervisor have to deploy plugins like aws-ec2, google-oauth2.
## Docker mode
Supervisor deploys plugins as docker.
In this mode, supervisor communicates with docker API.## Kubernetes mode
Supervisor deploys plugins as K8S Pod.
In this mode, supervisor communicates with K8S API.