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
Tag: Devops
Migrate OnPrem VM to AWS EC2 using AWS VM Import/Export
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