Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/navicore/jenkins-k8s

scratch repo to capture process for jenkins on k8s
https://github.com/navicore/jenkins-k8s

cicd jenkins kubernetes

Last synced: 1 day ago
JSON representation

scratch repo to capture process for jenkins on k8s

Awesome Lists containing this project

README

        

scratch repo to capture process for jenkins on k8s

```console
kubectl create ns jenkins
```

```console
kubectl create -f jenkins-deployment.yaml --namespace=jenkins
```

```console
kubectl port-forward -n jenkins jenkins-deployment-7d6fff6846-btlbp 8080:8080
```
---

* todo: activate the k8s plugin under the jenkins "config" section "add cloud" to get dynamic workers/executors
* todo: remove master executors