Kubernetes is an open source container-orchestration system for automating deployments, scaling and management of containerized applications. In this tutorial, you will learn how to get started with Microservices on Kubernetes. I will cover the below topics in details —
-
How does Kubernetes help to build scalable Microservices?
-
Overview of Kubernetes Architecture
-
Create a Local Development Environment for Kubernetes using Minikube
-
Create a Kubernetes Cluster and deploy your Microservices on Kubernetes
-
Automate your Kubernetes Environment Setup
-
CI/CD Pipeline for deploying containerized application to Kubernetes
This sticks mostly to a high-level architecture discussion, and does a good job at that.