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
  • View the Handbook
  • Buy PDF version
  • Resources

Was this helpful?

Introduction

NextWhat is Containerization

Last updated 3 years ago

Was this helpful?

Kubernetes is a platform to schedule and run containers on clusters of VM. It runs on bare metal, virtual machines, private or public cloud.

This handbook covers a detailed understanding of the following topics mentioned below.

  • Prerequisites (Container, Docker, VM)

  • Features of Kubernetes

  • Architecture

  • Pods and Nodes

  • Controllers

  • Minikube

  • Installation and Running (Mac OS)

  • Labels, Namespaces, and Selectors

  • Health Checks, Rollouts, and Rollbacks

  • Config Maps and Secrets

  • Running Jobs

  • Kubernetes Dashboard and Debugging

View the Handbook

You can view the handbook .

Buy PDF version

Resources

You can buy the PDF version of the Kubernetes Handbook ⭐ ⭐

The full LinkedIn course for Kubernetes can be found .

here
Click Here
here