Learning the Azure Kubernetes service

Posted Posted in Uncategorized

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 […]

Docker introduction

Posted Posted in Uncategorized

Docker is an open platform management tool for Linux Containers. It provides a means for developers and system administrators to build and package applications into lightweight containers. Docker consists of the following components: Docker Engine – A portable, lightweight runtime and packaging tool Docker Hub – A cloud service for sharing applications and automating workflows Docker is used to create image-based application containers. Image-based containers package an application with the individual runtime stack into a single container. This makes the container-independent from […]