Category Archives: DevOps

DevOps

Home Archive by category "DevOps"
Jenkins Part 2
    What is Jenkins? – Simplifying Software Development with Jenkins       Part 2 In Part 1 of the 2-part blog on “What is Jenkins” we discussed the “What is Jenkins” and what are the features and functionalities of Jenkins. In this blog, we will look at the be...
Jenkins Part 2
    What is Jenkins? – Simplifying Software Development with Jenkins In this 2-Part blog, we look at “What is Jenkins”, the features and functionality of Jenkins, the benefits of Jenkins and the best practices of using Jenkins. Part 1 – “What is Jenkins?” and Features and f...
Docker
Docker and Containers   A Comprehensive guide         DevOps Fundamentals         Introduction   In today’s fast-paced digital world, applications and software are becoming increasingly complex and interdependent. Deploying, managing, and scaling these applications can be a challengi...
DevOps
What is DevOps?     Understanding DevOps         Introduction   In today’s fast-paced digital world, businesses and organizations are under constant pressure to deliver high-quality software products and services quickly and reliably. This has led to the emergence of a new approach to s...
Docker 1
  Part 5 In Part 5 of this 5-part tutorial on creating Customized Docker images, we will complete the integration of our “remote-host” container with Jenkins. The purpose of creating the “remote-host” container was created to take an automatic backup of the WordPress MyS...
Docker 1
  Part 4 In Part 4 of this 5-part tutorial, we will complete the integration of the “remote-host” container with Jenkins, so that we can proceed with the backup of the WordPress MySQL database using the customized container that we created in (Part 1, Part 2, and Part 3) of the tuto...
Docker 1
  Part 3 In Part 3 of this 5-part tutorial, we will actually deploy the customized “remote-host” container that we had created in Part 2. We will deploy the “remote-host” pod on a Kubernetes cluster. On this Kubernetes cluster, you should have WordPress and MySQL pods deployed. The meth...
Docker 1
  Part 2 In Part 1 of this 5-part tutorial, we had set-up the CentOS-7 system and configured the Dockerfile. In this part of the tutorial, we will create the docker image, using the Dockerfile configured in part 1 and then push this docker image to both AWS ECR and Docker hub. AWS ECR is [&hell...
Docker 1
Introduction In our previous tutorials on deploying WordPress or Jenkins applications on a Kubernetes cluster, we downloaded the WordPress and Jenkins containers from the “docker hub” and configured the deployment and services so that the underlying containers communicate with each other and pro...