Learning the Azure Kubernetes service

Kubernetes has emerged as the leader in the container orchestration and management platforms. However, this begs a question: Who will manage your Kubernetes Infrastructure? In this course, Azure Kubernetes Service (AKS) – The Big Picture, you will learn the skills to deploy a managed Kubernetes platform on Microsoft Azure without worrying about the underlying computer and management overhead. First, you will learn the fundamentals of Docker and Kubernetes and see how it applies to a Microservices Architecture. Next, you will discover how to deploy an application to a local Kubernetes Cluster and see how that experience translates to deploying the same application to Azure Kubernetes Service without any change to the deployment experience. Finally, you will see how easy it is to scale your application workloads in AKS, which will help you take your AKS skills to the next level and help you modernize and re-platform your application workloads on Microsoft Azure. By the end of this course, you will have a foundational knowledge of Azure Kubernetes Service that will help you deploy containerized workloads on Azure with minimal management overhead.
Anyway, you could learn this course thorough the course provided by https://www.pluralsight.com/courses/azure-container-service-big-picture

The difference between VM and Container?

One of the most interesting terms in virtualization that is appeared recently is containers. The containers offering a new layer of virtualization that are fit for packaging application. This type of virtualization allows to quickly build and deploy a large number of hosts or containers in a very short time and saves lots of time and money as compared to installing and deploying physical servers.

Virtual machine ( VM )  have been around for a few years from now while containers are new as an alternative solution to VM. If you are familiar with containers and Docker platform, we want to talk about some basic distinction of VMs and containers. In the following, there are top five difference between VMs and Containers.

Continue reading “The difference between VM and Container?”