Posts

Showing posts from November, 2021

Dynamic Jenkins agent in Kubernetes

Image
Continuing the article about installing Jenkins in kubernetes , we will setup a dynamic agent for jenkins so that when we build the application, jenkins will launch pod automatically and build our application under the kubernetes. For this to work, you should have this following condition: Jenkins installed in Kubernetes (you can follow this article ) Kubernetes plugin for jenkins Install Kubernetes Plugin Go to Dashboard ⟶ Manage Jenkins ⟶ Manage Plugins ⟶ Available Tab, select kubernetes plugin Click Download and restart