DevOps container orchestration using the docker swarm model

DevOps container orchestration

What is Container orchestration?   Container orchestration is the automation of a large portion of the operational labor necessary to run containerized workloads and services.   This encompasses a wide variety of tasks required by software teams to manage the lifetime of a container, such as provisioning, deployment, scaling (up and down), networking, load balancing,… Continue reading DevOps container orchestration using the docker swarm model

Migrate OnPrem VM to AWS EC2 using AWS VM Import/Export

Migrate OnPrem VM to AWS EC2

In this article, we will learn how to migrate on prem VM to AWS EC2. In this example, we will migrate VMDK VM image to AWS EC2   You can import a virtual machine (VM) into your Amazon EC2 instance using one of two methods:   AWS VM Import/Export AWS Server Migration Service   AWS… Continue reading Migrate OnPrem VM to AWS EC2 using AWS VM Import/Export

Automate AWS Infrastructure with Terraform & Jenkins – GitOps

In this article, we will learn about Infrastructure As Code (IAC).   We will provision AWS infrastructure using Terraform & Jenkins. We are using Jenkins for creating a pipeline and deploying terraform code.   In this example, we are creating an s3 bucket and ec2 instance using Terraform. You can similarly add any other resource.   Infrastructure… Continue reading Automate AWS Infrastructure with Terraform & Jenkins – GitOps