Category Archives: AWS

AWS

Home Archive by category "AWS" (Page 5)
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
Building Custom Docker Images – Part1     Kubernetes Fundamentals         Introduction   In this comprehensive tutorial series, we’ll delve into the process of creating custom Docker images specifically tailored for our Kubernetes environment. Whether you’re enhancing existing conta...
DevOps process
  Deploy Jenkins on the Kubernetes cluster with AWS EFS In this tutorial, we will deploy real-world applications on a Kubernetes cluster. We will continue to use AWS as our cloud provider and continue to integrate AWS services with the Kubernetes cluster. In this tutorial, we will use the follo...
WordPress logo 2
WORDPRESS ON KUBERNETES PART 2       DEVOPS FUNDAMENTALS         Introduction   In Part 1  of this tutorial, we covered the deployment details for WordPress pods, including the necessary deployment files and infrastructure required to deploy a WordPress application on a Kubernetes cluster. ...
WordPress logo 2
WordPress on Kubernetes Part 1     DevOps Fundamentals         Introduction   In this two-part tutorial, we’ll deploy real-world applications on a Kubernetes cluster using AWS as our cloud provider. We’ll integrate AWS services such as EC2 instances and EFS. Whether you’re using CentOS-...
Amazon EFS with EC2
In this tutorial, we will look at configuring AWS EFS (Elastic File System) on an EC2 instance. All our Kubernetes deployments use EFS, so before we dive to real world deployments, let’s get this infrastructure ready. So far in our series of blogs (part1, part2, part3, part4, part5) of deploying a...