Kubernetes Handbook
  • Introduction
  • Prerequisites
    • What is Containerization
    • What is Docker
    • Difference between Docker and VM
  • Features of Kubernetes
    • What is Kubernetes
    • Features of Kubernetes - 1
    • Features of Kubernetes - 2
    • Which Tool to Use for Orchestration
  • Architecture
    • Master Node
    • etcd and kubectl
    • Worker Nodes
  • Pods and Nodes
    • Nodes
    • Pods
  • Controllers
    • Benefits of Controllers
    • Kinds of Controllers
  • Minikube
    • What is Minikube
  • Installation and Running (Mac OS)
    • Installation
    • Running Hello World Application
  • Labels Namespaces and Selectors
    • Labels
    • Namespaces
    • Selectors
  • Health Checks Rollouts and Rollbacks
    • Health Checks
    • Rollouts and Rollbacks
  • Config Maps and Secrets
    • Config Maps
    • Secrets
  • Running Jobs
    • How to Run Jobs
  • Dashboard and Debugging
    • Kubernetes Dashboard
    • Debugging
Powered by GitBook
On this page
  • Master Node is responsible for overall management of cube cluster
  • The Master Node contains
  • There are four types of Controllers in Kubernetes

Was this helpful?

  1. Architecture

Master Node

PreviousWhich Tool to Use for OrchestrationNextetcd and kubectl

Last updated 3 years ago

Was this helpful?

Master Node is responsible for overall management of cube cluster

The Master Node contains

  • API Sever - frontend of Kube control pane, interacts with the Kube API

  • Scheduler - watches created pods and designs to run on a specific node

  • Controller Manager - controllers that runs tasks on a cluster

There are four types of Controllers in Kubernetes

  1. Node Controller: responsible for worker states

  2. Replication Controller: maintains correct no. of pods for replicated controllers

  3. End-Point Controller: joins services and pods together

  4. Service account/ Token Controller: access mgmt.

372KB
Architecture.png
image
kubenetes-architecture.png