10. DOCKER & KUBERNETES : KUBERNETES INTRODUCTION
#######################################################################
Why we need Kubernetes..? CLUSTER CONTAINER RUNTIME
-----------------------------------------
//In docker - If machine goes down then all services will go for toss
//In kubernates - multiple machines -
//to get high availablility
- if one m/c goes down other m/c will pick up
Horizontal scale - Infra scale - m/c (VM based scaling, monolythic)
Vertical scale - Service scale, if one container goes down then another container should pickup
POD = one or more container
#######################################################################
KUBERNATES INTRODUCTION
#######################################################################
Why we need Kubernetes..? CLUSTER CONTAINER RUNTIME-----------------------------------------
//In docker - If machine goes down then all services will go for toss
//In kubernates - multiple machines -
//to get high availablility
- if one m/c goes down other m/c will pick up
Horizontal scale - Infra scale - m/c (VM based scaling, monolythic)
Vertical scale - Service scale, if one container goes down then another container should pickup
POD = one or more container


No comments:
Post a Comment