K8s: Adding Windows and Linux Node

Summary In this Lab we will learn about step by step process for adding Windows Server and Linux Server as Node in existing k8s Cluster Prerequisites   1. A compatible Linux host (Linux distributions based on Ubuntu, Debian and Red Hat) or Windows Server host (Windows Server 2016/2019)   2. 2 GB or more of […]

K8s: Bootstrapping a Cluster with Kubeadm

Summary In this article we will learn about the process involved in Creating k8s Cluster and adding Linux/Windows Node Prerequisite Linux Physical or virtual machine for Master and Linux/Windows physical or virtual machine as Nodes (Minions) Bootstrapping a Cluster with kubeadm Step by Step process: Run Kubadm init, initialize Kubernetes Cluster First phase is pre-flight […]

Kubernetes: Master & Minions

Summary In this article we will learn Kubernetes Master and Node (Minions) basic concepts. Perquisite Linux Physical or virtual machine for Master and Linux/Windows physical or virtual machine as Nodes (Minions) Kubernetes : Introduction Kubernetes was designed and developed by Google. In 2014, Google donated Kubernetes to CNCF (Cloud Native Computing Foundation) Kubernetes lives on […]