Jenkins – Vault Integration
After installing Vault. Now we need to configure Jenkins for the integration, create the user and show in a simple secrets structure how a simple pipeline works. Authentication The first…
After installing Vault. Now we need to configure Jenkins for the integration, create the user and show in a simple secrets structure how a simple pipeline works. Authentication The first…
After some time with a break in posting, for personal reasons, I am continuing with the project. In this post, another service that is essential for infrastructure / DevOps. Vault,…
Hello, in this post, I want to show one of the ways we can use to run Ansible playbooks in the Jenkins pipeline. The method I chose was the simplest,…
In this post, I will record the creation of another image that I will use in this project, an image with Ansible installation, using our already created Base image for…
In this post I want to show another step in using PODs as Jenkins agents. I have already shown how to use Jenkins – Agents in Kubernetes., how to Jenkins…
In this post, I will show another step in using PODs/Containers in pipelines. Bringing together previous posts about using pipeline scripts in Jenkins – Pipeline source from GitLab., Jenkins –…
Hello. Still in the sequence of Jenkins x Kubernetes posts. In this one, I want to show the next step when it comes to Pods, Containers and Pipelines. I also…
I decided to write this post, to better detail the configuration and use of the Pod Template, described in the previous post. Jenkins – Agents in Kubernetes. It is important…
Hello! In this post, I want to show another step in using and configuring Jenkins in this project.Use a Kubernetes cluster as a Jenkins Agent. Here with an important point,…
Just like Docker or Kubernetes, Vagrant also uses initial “images” to create VMs, but in the case of Vagrant, called Box. Creating base images, with certain customized configurations, is a…