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
  • Flexibility and Modularisation
  • How Kubernetes cluster scale?
  • Persistance
  • Logging and Monitoring

Was this helpful?

  1. Features of Kubernetes

Features of Kubernetes - 2

Flexibility and Modularisation

  • Plug-play extensible architecture

  • Add ons: network drivers, service discovery, visualisation, command etc.

How Kubernetes cluster scale?

  • Registration (with master)

  • Service Discovery (via DNS/ env variables)

Persistance

  • Pods can persist data when deleted/restarted

Logging and Monitoring

  • Monitoring built-in

  • Nodes health status

  • Kube status

PreviousFeatures of Kubernetes - 1NextWhich Tool to Use for Orchestration

Last updated 3 years ago

Was this helpful?