CI/CD

How To Automate Jenkins Setup with Docker and Jenkins Configuration as Code — step-by-step Docker tutorial on Progressive Robot

How To Automate Jenkins Setup with Docker and Jenkins Configuration as Code

Jenkins uses a pluggable architecture to provide most of its functionality. JCasC makes use of the Configuration as Code plugin, which allows you to define the desired state of your Jenkins configuration as one or more YAML file(s), eliminating the need for the setup wizard. In this tutorial, you will automate the installation and configuration of Jenkins using Docker and the Jenkins Configuration as Code (JCasC) method.

Read more
How To Install Concourse CI on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Install Concourse CI on Ubuntu 16.04

Concourse CI is a modern, scalable continuous integration system designed to automate testing pipelines with a composable, declarative syntax. In this tutorial, we will demonstrate how to install Concourse CI on an Ubuntu 16.04 server. We will configure a PostgreSQL database to use as the backend, download and install the Concourse binaries, and then configure the web and worker processes that allow us to build and execute continuous integration pipelines.

Read more
Implementing GitOps using Flux CD — step-by-step Kubernetes tutorial on Progressive Robot

Implementing GitOps using Flux CD

Learn to use Flux CD to manage your Kubernetes cluster applications with GitOps principles, HelmReleases, and Sealed Secrets encryption. Provision Flux CD with the flux CLI on your DOKS cluster and keep your applications state synchronized easily.

Read more
Введение в лучшие практики CI/CD — step-by-step Devops tutorial on Progressive Robot

Введение в лучшие практики CI/CD

Методика непрерывной интеграции, доставки и развертывания (CI/CD) — неотъемлемая часть современного процесса разработки, призванная снизить количество ошибок во…

Read more
How To Install Jenkins on Kubernetes — step-by-step Kubernetes tutorial on Progressive Robot

How To Install Jenkins on Kubernetes

Jenkins is a widely-used open source automation server that can set up CI/CD pipelines. In this tutorial, we will install Jenkins on Kubernetes. To demonstrate its power and ease of use, we will then access the Jenkins UI and run a sample pipeline.

Read more
CHAT