Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.

--------------