How To Automate WordPress Deployments with the cloud provider and Buddy
In this tutorial, you will automate WordPress deployments using Buddy CI/CD, a new user-friendly tool offering continuous integration and continuous deployment solutions.
In this tutorial, you will automate WordPress deployments using Buddy CI/CD, a new user-friendly tool offering continuous integration and continuous deployment solutions.
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.
How to leverage Infrastructure as Code to provision Kubernetes clusters, deploy apps, and test live then destroy all the resources created in a single CI/CD pipeline run.
Continuous integration, delivery, and deployment, known collectively as CI/CD, is an integral part of modern development intended to reduce errors during…
In this guide, we will demonstrate how to configure a highly scalable GitLab infrastructure that manages its own costs, and automatically responds to load by increasing and decreasing available server capacity.
Learn how to install Jenkins on Ubuntu with step-by-step commands, configuration tips, and troubleshooting guidance.
Learn how to automate your CI/CD pipeline using Tekton and Knative Eventing. Build, deploy, and run your app on Kubernetes with ease.
Developing and releasing software can be a complicated process, especially as applications, teams, and deployment infrastructure grow in complexity themselves. Often, challenges become more pronounced as projects grow. To develop, test, and release software in a quick and…
In this tutorial, you’ll build an address book API service with Node.js and use Semaphore to test, build, and deploy it to Kubernetes and the cloud provider Managed PostgreSQL.
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.