Kubernetes Introduction
Monolithic Architecture
Micro Services Architecture
Monolithic Vs. Micro Services Architecture
Containers Overview
Container Orchestration Engines
Managed Kubernetes Services
Kubernetes Architecture
Kubernetes Cluster Setup
POD Management
Replication Controller
ReplicaSet Controller
Deployment Controller
Kubernetes Services
Configure aws-provider on kubernetes cluster
Load Balancer service on Kubernetes
118 Followers
An Author, Youtuber, Trainer, DevOps Architect. PR, is passionate into technical trainings and inspiring people to learn and adopt new things. He enjoys learning and sharing his knowledge through Live Classes, Videos, Articles.
This tutorial provides a walkthrough of the basics of the Kubernetes cluster orchestration system. This Tutorial let you configure kubernetes cluster and manage containerized application deployments.
Objective of this Tutorial:
The tutorials use kubeadm utility to setup and initialize the cluster. We have used kubectl to deploy the controllers, service manifest definition configurations.
Start Tutorial