Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: proposal to re-write Jenkins X gitops engine #47

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions proposals/7/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: Jenkins X gitops rewrite
linktitle: Jenkins X gitops rewrite
description: Jenkins X gitops rewrite
type: docs
weight: 50
---

## 1. Overview

This document is a proposal to rewrite the entire gitops part of Jenkins X to make it more modern and kubernetes native (like argo/flux)

## 1.1 Motivation

The cluster git repository of Jenkins X is made up of many bash and makefiles.
Instead of using bash and makefile, we should look at implementing gitops in a language like golang

This could be a potential gitops project!

## Proposal

A pull based gitops controller in golang.

## Alternatives

Remove the gitops part of Jenkins X and just use Argo/Flux.