Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/navicore/jenkins-k8s
- Owner: navicore
- Created: 2018-02-04T16:36:13.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-01T11:27:31.000Z (about 1 year ago)
- Last Synced: 2024-11-06T19:47:52.127Z (about 2 months ago)
- Topics: cicd, jenkins, kubernetes
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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