Kubernetes Meets Event-Driven Ansible

In today’s fast paced world, every second counts and the ability to react to activities in a timely fashion can mean the difference between satisfying the needs of consumers and meeting Service-Level Agreements. Each are goals of Event-Driven Ansible, which seeks to further the reach of Ansible based automation by responding to events that meet Read more about Kubernetes Meets Event-Driven Ansible[…]

Creating Kubernetes Dynamic Inventories with kubernetes.core Modules

When managing infrastructure, there are times when a dynamic inventory is essential. Kubernetes is a perfect example of this where you may create multiple applications within a namespace but you will not be able to create a static inventory due to Kubernetes appending a systems-generated string to uniquely identify objects.  Recently, I decided to play Read more about Creating Kubernetes Dynamic Inventories with kubernetes.core Modules[…]

Security Validator for Jenkins Operator for Kubernetes

Background Jenkins custom resources on a Kubernetes cluster are deployed using declarative YAML configuration files; hence some of the plugins declared in these files may contain security warnings. So there is no way for the user to know other than manually checking for each on the site. This project aims to add an extra step Read more about Security Validator for Jenkins Operator for Kubernetes[…]

Easily reuse Tekton and Jenkins X from Jenkins

What is Tekton? Tekton is a powerful and flexible open-source framework for creating CI/CD systems, allowing developers to build, test, and deploy across cloud providers and on-premise systems. Why use Tekton? Tekton pipelines have a number of benefits: they are cloud native and designed from the ground up for kubernetes each Tekton Pipeline is fully Read more about Easily reuse Tekton and Jenkins X from Jenkins[…]

Jenkins Operator becomes an official sub-project!

We are happy to announce that Jenkins Operator officially became an official Jenkins sub-project. What does it mean for the project? Becoming an official part of the Jenkins project was a major step towards better alignment with the overall Jenkins’ roadmap and more opportunities to increase adoption of the Jenkins Operator project. Finally, with a Read more about Jenkins Operator becomes an official sub-project![…]

GSOD Project Report: Document Jenkins on Kubernetes

Jenkins is the world’s leading open-source automation server used by companies large and small around the globe to implement continuous integration and continuous delivery. Kubernetes is a portable, extensible, open-source platform for managing containerized workloads and services, that facilitates both declarative configuration and automation. Kubernetes is compatible with the majority of CI/CD tools which allow Read more about GSOD Project Report: Document Jenkins on Kubernetes[…]

Document Jenkins on Kubernetes: Installing Jenkins on Kubernetes Documentation Release

We are super excited to announce that the Document Jenkins on Kubernetes Project recently merged its first PR into Jenkins.io. This PR adds a new Kubernetes section to the existing Installing Jenkins chapter of Jenkins.io. This new section describes two options to install/run Jenkins on Kubernetes, how to setup a minikube cluster on which to Read more about Document Jenkins on Kubernetes: Installing Jenkins on Kubernetes Documentation Release[…]

Documenting Jenkins on Kubernetes Introduction

I’m thrilled to announce that I will be participating in Google Season of Docs (GSoD) 2020 with the Jenkins project. I started contributing to Jenkins documentation during the technical writer exploration phase for Google Season of Docs 2020 and I must say, my journey so far has been nothing short of amazing majorly because of Read more about Documenting Jenkins on Kubernetes Introduction[…]

Remoting over Apache Kafka 2.0: Built-in Kubernetes support

I am Long Nguyen from FPT University, Vietnam. My project for Google Summer of Code 2019 is Remoting over Apache Kafka with Kubernetes features. After a successful Phase 1, finally the 2.0 version of the plugin has been released. The 2.0 version provides seamless integration with Kubernetes environment. 2.0 version features Start a simple Apache Read more about Remoting over Apache Kafka 2.0: Built-in Kubernetes support[…]

Remoting over Apache Kafka plugin with Kafka launcher in Kubernetes

I am Long Nguyen from FPT University, Vietnam. My project for Google Summer of Code 2019 is Remoting over Apache Kafka with Kubernetes features. This is the first time I have contributed for Jenkins and I am very excited to announce the features that have been done in Phase 1. Project Introduction Current version of Read more about Remoting over Apache Kafka plugin with Kafka launcher in Kubernetes[…]