kubernetes-plugin
Jenkins plugin to run dynamic agents in a Kubernetes/Docker environment (by jenkinsci)
nomad-plugin
Nomad cloud plugin for Jenkins (by jenkinsci)
kubernetes-plugin | nomad-plugin | |
---|---|---|
11 | 1 | |
2,292 | 57 | |
0.1% | - | |
8.5 | 4.0 | |
6 days ago | over 1 year ago | |
Java | Java | |
Apache License 2.0 | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
kubernetes-plugin
Posts with mentions or reviews of kubernetes-plugin.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-04-20.
-
How to Debug Failing Build Agent Pods in Kubernetes-enabled Jenkins
Skipping over some details, we concluded that the error is caused by a version conflict; the "kubernetes" pluginhas a dependency on the "kubernetes-client-api" plugin. We are using fixed version numbers for our plugins, and our kubernetes plugin version was fixed at 1.29.2. Looking at the pom.xml for the source of this version, we could see that the dependency of the kubernetes-client-api plugin was for version 4.13.2-1.
-
Kubernetes Jenkins plugin - Jenkins doesn’t have label mypod
I refer to Kubernetes Jenkins plugin - slaves always offlineto configure the jenkins system. I find the issue is described as a defect, I don't know whether this updated to latest jenkins images. Here is the link: https://github.com/jenkinsci/kubernetes-plugin/pull/127
-
Declarative Jenkins Pipeline use existing Kubernetes Pod Template
All of the (examples) that I can find for declarative pipelines show the pod templates being defined when the agent is specified.
-
Datadog Metrics for Terminated Kubernetes Pods+Nodes
I've recently implemented an EKS cluster for Jenkins agents using the kubernetes plugin. The plugin creates ephemeral pods that run a given Jenkins pipeline/job and then terminates the pod. I've also implemented an autoscaler group to add nodes when needed.
-
Jenkins Plugin for Kubernetes Deployment (EKS)
https://github.com/jenkinsci/kubernetes-plugin - To run dynamic Jenkins agents. May not be suitable for my case.
-
Kubernetes - Jenkins integration
I've bootstrapped with kubeadm Kubernetes 1.9 RBAC cluster and I've started inside a POD Jenkins based on jenkins/jenkins:lts. I would like to try out https://github.com/jenkinsci/kubernetes-plugin . I have already created a serviceaccount based on the proposal in https://gist.github.com/lachie83/17c1fff4eb58cf75c5fb11a4957a64d2
-
How to define multiple containers in declarative pipeline?
I was using kuberntes-plugin. In its README it has given how to write scripted pipeline with multiple container images, like
-
Kubernetes Jenkins plugin - slaves always offline
I'm using this plugin: https://github.com/jenkinsci/kubernetes-plugin
-
How to run podman from inside a container?
$ podman infoERRO[0000] 'overlay' is not supported over overlayfsError: could not get runtime: 'overlay' is not supported over overlayfs: backing file system is unsupported for this graph driver I am using the Jenkins Kubernetes plugin to write CI/CD pipelines that run as containers within a Kubernetes cluster. I've been successful at writing pipelines that use a Docker-in-Docker container to run docker build and docker push commands.
- ECS migrate to EKS part 2
nomad-plugin
Posts with mentions or reviews of nomad-plugin.
We have used some of these posts to build our list of alternatives
and similar projects.
-
Anyone running their ci/cd server on nomad?
My team is running Jenkins with this: https://github.com/jenkinsci/nomad-plugin and we've even contributed to the plugin. It's OK, if you're "forced" to use Jenkins :)
What are some alternatives?
When comparing kubernetes-plugin and nomad-plugin you can also consider the following projects:
helm-charts - Jenkins helm charts
proxmox-plugin - Use Proxmox virtual machines as agents in Jenkins.
website - The Flux website and user documentation
pipeline-github-plugin - Pipeline: GitHub
kubernetes-cd-plugin - A Jenkins plugin to deploy to Kubernetes cluster
warnings-ng-plugin - Jenkins Warnings Plugin - Next Generation