Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prabdeb/kubernetes-cicd
WIP: Simple gated CI/CD Server to run on K8's
https://github.com/prabdeb/kubernetes-cicd
Last synced: about 1 month ago
JSON representation
WIP: Simple gated CI/CD Server to run on K8's
- Host: GitHub
- URL: https://github.com/prabdeb/kubernetes-cicd
- Owner: prabdeb
- License: apache-2.0
- Created: 2019-03-04T14:34:53.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-20T04:09:17.000Z (over 5 years ago)
- Last Synced: 2024-06-19T04:28:35.929Z (6 months ago)
- Language: Go
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kubernetes CI/CD
WIP: Simple gated CI/CD Server to run on K8's Cluster typically in a hosted environment
## Architecture
Coming soon!
### Components
1. Server - Receive notifications on code changes, parse and trigger Pipeline
* SCM - WebHook (GitHub/BitBucket Server)
* SCM - Poll
* Pipeline Parser
* Conditional Driver (Push/Tag/Pull Request/GIT Diff/GIT Branch/File Exists/File Content)
* Pipeline Execution (K8's Jobs)
* Pipeline Execution monitoring
* Data Store & Logger (configMaps or etcd-io bbolt in a persistance storage)
2. Server UI - User Interface to View/Admin Server
3. Authenticator - Authenticate and authorize users
* RBAC
* Dex
4. Secrets - Store Secrets as K8's secrets
5. API - API for server
6. CLI - CLI for server