Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/markjacksonfishing/jenkins-operator
This is the source for what will eventually become a JEP to the Jenkins community
https://github.com/markjacksonfishing/jenkins-operator
jenkins kubernetes operator
Last synced: about 1 month ago
JSON representation
This is the source for what will eventually become a JEP to the Jenkins community
- Host: GitHub
- URL: https://github.com/markjacksonfishing/jenkins-operator
- Owner: markjacksonfishing
- License: apache-2.0
- Created: 2019-01-20T14:08:44.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-20T17:30:04.000Z (almost 6 years ago)
- Last Synced: 2024-10-13T07:50:58.276Z (2 months ago)
- Topics: jenkins, kubernetes, operator
- Language: Go
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Jenkins Operator Design Document
=========##### Maintainers:
- [Marky Jackson](https://github.com/markyjackson-taulia)
- [runzexia](https://github.com/runzexia)
---
## Table of Contents
### Abstract
### Specification
### Motivation
### Reasoning
### Backwards Compatibility
### Security
### Infrastructure Requirements
### Testing
### Prototype Implementation
### References
----
#### Abstract
Jenkins Kubernetes Operator can realize the automatic operation
and maintenance of Jenkins in the kubernetes cluster.
The Jenkins Operator will integrate with the CasC plugin,
Groovy init scripts and more to enable configuration control、
stateful control and other possible improvements of Jenkins in
the kubernetes cluster.--------------