Please star ⭐ the repo if you find it useful. Issues and PRs are more than WELCOME! |
---|
Thank you dear stargazers! ⭐🤩 | Docs 🕮 | Questions? Ask on Discord 💬 |
JovianX Service Hub is a self-service portal. It exposes an on-demand catalog of infrastructure services (for example databases, s3 buckets, Airflow workflow execution, Jenkins Pipelines, services with or without pre-configured or pre-loaded datasets, etc) via a simple self-service UI and CLI.
Service Hub is commonly used by Platform and DevOps Engineers.
- Self-service infrastructure Enable internal stakeholders to easily and efficiently create their infrastructure.
- Jenkins pipeline execution self-service
- S3 Bucket creation via self-service
- RDS Creation via self-service
- Development environments Shorten the development cycle with self-service app & infra components via UI/CLI/IDE.
- Testing and review environments Allow non-technical stakeholders (such as Product Management, Sales, and Support) to review development progress early in the development cycle.
-
Login with GitHub, email/password, Access Tokens
-
Basic RBAC
-
Templates Catalog (Docs)
- Create service templates with Helm Charts.
- Use Kubernetes jobs as service lifecycle(create/delete/etc') hooks
- Remplate reversioning.
- Set TTL for services and resoruces
Templates | create catalog via templates | Self-Service Web UI |
![]() |
Helm Manager
- Manage Helm Releases, Monitor application Health, Set Releases TTL, Update release values, Upgrade versions, Manage repositories, etc'
- Manage Helm Releases across multiple clusters.
- Helm Restful API - Full restful API for Helm
- Helm UI - Allow operators and SRE to quickly manage the helm application via WebUI.
- Context-based Helm values - Set Helm values based on application context(Cloud provider, region, etc)
- Service Endpoint Monitoring - Monitor service HTTP endpoints for service availability and health
- RBAC - Role-based access control
- Login with Google
- Installation via Helm Chart
Service Hub allows internal users to create services from a catalog. The catalog is based on service templates that you can create and manage. A template defines 4 optional elements:
- Inputs define the user inputs to collect from the user.
- Components define what components should be set up when instantiating the service.
- Hooks can run scripts or trigger external APIs and services during different service lifecycle events (create, delete, etc).
- Outputs define the output shown to the users after they create their service.
Service Hub has native integration with Kubernets, thus components can set up Helm charts, and Hooks( such as pre-install, post-delete, etc') can setup Kubernetes Jobs.
When a user creates a service from the templates catalog, Service Hub generates a web-form UI from the Inputs definition, asking the user to provide inputs to complete service creation. When the the user provides the input values Service Hub passes the provided values to the Components and hooks, allowing the creation of pre-scripted services following inputs end-users provide.
https://github.com/JovianX/Service-Hub/tree/main/examples
🌎 Service-Hub SaaS at 👉 https://hub.jovianx.app |
OR
helm install W.I.P
OR
curl https://raw.githubusercontent.com/JovianX/Service-Hub/main/docker-compose.yaml -o docker-compose.yaml
docker-compose up
xdg-open 'http://localhost:3000'
- Create an account with email/Password or GitHub login https://hub.jovianx.app/sign-up
- Add your Kubernetes cluster https://youtu.be/gkUHn_gnS1c?t=10
https://www.youtube.com/watch?v=gkUHn_gnS1c
For product documentation refer to the Documentation Folder.
Copyright 2022 JovianX Ltd.
Licensed under the Apache License, Version 2.0 (the "License");