CI/CD

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
How To Optimize Docker Images for Production — step-by-step Docker tutorial on Progressive Robot

How To Optimize Docker Images for Production

In this guide, you will learn how to optimize Docker images in a few simple steps, making them smaller, faster, and better suited for production. You’ll build images for a sample Go API in several different Docker containers, starting with Ubuntu and language-specific images, then moving on to the Alpine Linux distribution. You will also use multi-stage builds to optimize your images for production.

Read more
CHAT