Tagged articles
77 articles
Page 1 of 1
Raymond Ops
Raymond Ops
Jul 21, 2025 · Cloud Native

Step‑by‑Step Guide to Deploy a Kubernetes Cluster on CentOS 7

This tutorial walks through preparing three CentOS 7 hosts, installing Docker and Kubernetes components, initializing a master node, handling common errors, joining worker nodes, installing a CNI plugin, testing the cluster, and provides essential kubectl commands for ongoing management.

CNICentOSCluster Deployment
0 likes · 21 min read
Step‑by‑Step Guide to Deploy a Kubernetes Cluster on CentOS 7
MaGe Linux Operations
MaGe Linux Operations
Dec 31, 2024 · Cloud Native

Step-by-Step Guide to Deploy Flannel CNI with Host‑GW, VXLAN, and iptables Optimization in Kubernetes

This tutorial walks through Kubernetes CNI networking, introduces common plugins, explains Flannel's three network models, details cluster planning, software download, installation, configuration, supervisor setup, service startup, pod‑to‑pod connectivity verification, iptables rule optimization, and DNS troubleshooting for a functional Flannel‑based cluster.

CNIClusterDocker
0 likes · 20 min read
Step-by-Step Guide to Deploy Flannel CNI with Host‑GW, VXLAN, and iptables Optimization in Kubernetes
System Architect Go
System Architect Go
Nov 30, 2024 · Cloud Native

Comparison of Flannel and Calico CNI Plugins for Kubernetes

This article compares Flannel and Calico, two Kubernetes CNI plugins, detailing their architectures, backend mechanisms, routing models, overlay and non‑overlay options, and highlighting Flannel's simplicity for small clusters versus Calico's richer feature set for larger, production‑grade environments.

CNICalicoFlannel
0 likes · 8 min read
Comparison of Flannel and Calico CNI Plugins for Kubernetes
Ops Development Stories
Ops Development Stories
May 15, 2024 · Cloud Native

How Flannel and Containerd Enable Pod IP Allocation in Kubernetes

This article explains how Kubernetes assigns unique IP addresses to Pods using Flannel as the CNI network provider and Containerd as the container runtime, covering underlying concepts like Linux bridges, VXLAN encapsulation, node IPAM, and the interactions among kubelet, CRI, and CNI plugins.

CNIFlannelKubernetes
0 likes · 10 min read
How Flannel and Containerd Enable Pod IP Allocation in Kubernetes
Architecture Development Notes
Architecture Development Notes
Jan 3, 2024 · Cloud Native

Build a Kubernetes Cluster with kubeadm: Step‑by‑Step Guide

This guide walks you through preparing Linux machines, configuring system settings, installing Docker and Kubernetes components with kubeadm, initializing a master node, deploying a pod network, joining worker nodes, and verifying the cluster, providing a complete step‑by‑step tutorial for building a Kubernetes cluster.

Cluster SetupDockerFlannel
0 likes · 7 min read
Build a Kubernetes Cluster with kubeadm: Step‑by‑Step Guide
Open Source Linux
Open Source Linux
Nov 7, 2023 · Cloud Native

How to Deploy and Test Multus CNI for Multi‑Network Pods in Kubernetes

This guide explains the background, architecture, and step‑by‑step deployment of Multus CNI in a Kubernetes cluster, including configuring Calico and Flannel as primary and secondary networks, creating network attachment definitions, and testing pod connectivity across multiple interfaces.

CalicoFlannelKubernetes
0 likes · 21 min read
How to Deploy and Test Multus CNI for Multi‑Network Pods in Kubernetes
MaGe Linux Operations
MaGe Linux Operations
Nov 5, 2023 · Cloud Native

How to Deploy and Test Multus CNI for Multi‑Network Pods in Kubernetes

This guide explains why Multus CNI is needed for multi‑network pods in Kubernetes, describes its architecture, walks through installing Multus alongside Calico and Flannel, shows how to configure NetworkAttachmentDefinitions, adjust Calico’s NIC selection, and demonstrates testing pod connectivity and routing limitations.

CalicoFlannelKubernetes
0 likes · 22 min read
How to Deploy and Test Multus CNI for Multi‑Network Pods in Kubernetes
Architects Research Society
Architects Research Society
Jun 5, 2023 · Cloud Native

Understanding the Kubernetes Networking Model

This article explains the fundamentals of Kubernetes networking, describes its flat network architecture, reviews common CNI implementations such as Flannel, Project Calico, and Weave Net, and details the various communication pathways including container‑to‑container, pod‑to‑pod, pod‑to‑service, and internet‑to‑service.

CalicoFlannelKubernetes
0 likes · 9 min read
Understanding the Kubernetes Networking Model
Liangxu Linux
Liangxu Linux
May 15, 2023 · Cloud Native

How Kubernetes Assigns IPs to Pods: Deep Dive into Flannel, CNI, and CRI

This article explains how Kubernetes networking components—including Linux Bridge, Flannel's VXLAN, the node IPAM controller, kubelet, container runtimes, and CNI plugins—work together to give every pod a unique IP address and enable inter‑pod communication across nodes.

CNIFlannelKubernetes
0 likes · 10 min read
How Kubernetes Assigns IPs to Pods: Deep Dive into Flannel, CNI, and CRI
Architect's Guide
Architect's Guide
Dec 14, 2022 · Cloud Native

Understanding Underlay and Overlay Network Models in Kubernetes

This article explains Kubernetes networking models, detailing the underlay network infrastructure, overlay techniques, and common CNI implementations such as Flannel, Calico, IPVLAN, and VxLAN, while comparing their architectures, protocols, and configuration considerations.

CNICalicoFlannel
0 likes · 12 min read
Understanding Underlay and Overlay Network Models in Kubernetes
Top Architect
Top Architect
Nov 21, 2022 · Cloud Native

Understanding Underlay and Overlay Network Models in Kubernetes

This article provides a comprehensive overview of Kubernetes networking by explaining the concepts of underlay and overlay network models, describing their implementations such as flannel host‑gw, Calico BGP, IPVLAN/MACVLAN, and tunneling technologies like VxLAN and IPIP, and offering practical references for each approach.

CNICalicoFlannel
0 likes · 14 min read
Understanding Underlay and Overlay Network Models in Kubernetes
Open Source Linux
Open Source Linux
Nov 18, 2022 · Cloud Native

Understanding Kubernetes Underlay and Overlay Network Models: A Deep Dive

This article provides a comprehensive overview of Kubernetes networking, explaining the concepts of underlay and overlay network models, their implementations with Flannel, Calico, IPVLAN, MACVLAN, Multus, DANM, and common tunneling protocols such as VxLAN, IPIP, and GRE, while highlighting practical configuration notes and architectural differences.

CNICalicoFlannel
0 likes · 14 min read
Understanding Kubernetes Underlay and Overlay Network Models: A Deep Dive
Top Architect
Top Architect
Nov 7, 2022 · Cloud Native

Step‑by‑Step Deployment of a Highly Available Kubernetes Cluster with Nginx/Keepalived Load Balancer, Flannel CNI, IPVS, Dashboard, and Harbor Registry

This comprehensive guide walks you through installing Docker and containerd, configuring yum repositories, setting up kubeadm/kubelet/kubectl, initializing a multi‑master Kubernetes cluster, enabling Flannel CNI and IPVS, building a Nginx‑Keepalived HA load balancer, deploying the Kubernetes dashboard, configuring NFS storage with a dynamic provisioner, and installing a secure Harbor image registry for private images.

FlannelHarborKubernetes
0 likes · 44 min read
Step‑by‑Step Deployment of a Highly Available Kubernetes Cluster with Nginx/Keepalived Load Balancer, Flannel CNI, IPVS, Dashboard, and Harbor Registry
Efficient Ops
Efficient Ops
Apr 18, 2022 · Cloud Native

How Kubernetes Enables Seamless Container Networking: From Docker0 to CNI

This article explains how Kubernetes ensures container-to-container communication using network namespaces, veth pairs, bridges like docker0, and advanced CNI plugins such as Flannel and Calico, detailing their underlying Linux networking components, routing mechanisms, and deployment considerations for both intra‑host and inter‑host scenarios.

BGPCNICalico
0 likes · 19 min read
How Kubernetes Enables Seamless Container Networking: From Docker0 to CNI
Architects Research Society
Architects Research Society
Feb 22, 2022 · Cloud Computing

Understanding the Kubernetes Networking Model

This article explains the fundamentals of Kubernetes networking, compares popular CNI implementations such as Flannel, Calico, and Weave Net, and details the key networking scenarios—including container‑to‑container, pod‑to‑pod, pod‑to‑service, and Internet‑to‑service—required for reliable and secure cluster operation.

CalicoFlannelNetworking
0 likes · 9 min read
Understanding the Kubernetes Networking Model
Open Source Linux
Open Source Linux
Dec 28, 2021 · Cloud Native

How Docker and Kubernetes Networking Really Work: From Bridge to Flannel

This article explains Docker’s built‑in network drivers, the construction and external exposure of the default bridge network, and then dives into Kubernetes networking challenges, illustrating how Flannel provides cross‑node Pod communication through subnet allocation, virtual interfaces, and packet encapsulation.

DockerFlannelKubernetes
0 likes · 11 min read
How Docker and Kubernetes Networking Really Work: From Bridge to Flannel
Efficient Ops
Efficient Ops
Dec 19, 2021 · Cloud Native

Master Docker & Kubernetes Networking: From Bridge to Flannel Explained

This article walks through Docker's built‑in network drivers—including bridge, host, none, overlay, macvlan and plugins—then dives into Kubernetes networking, detailing Pod communication, the Flannel CNI workflow, and how data traverses virtual bridges and physical interfaces.

CNIContainerDocker
0 likes · 12 min read
Master Docker & Kubernetes Networking: From Bridge to Flannel Explained
360 Tech Engineering
360 Tech Engineering
Sep 16, 2021 · Cloud Native

Step-by-Step Guide to Building a Kubernetes Cluster on CentOS 7

This comprehensive tutorial walks through preparing a CentOS 7 host, configuring hostnames, disabling swap and firewalls, installing Docker and Kubernetes components with kubeadm, setting up the master and worker nodes, deploying the flannel network plugin, testing with nginx, and installing the Kubernetes dashboard, all with detailed commands and troubleshooting tips.

CentOSDashboardFlannel
0 likes · 21 min read
Step-by-Step Guide to Building a Kubernetes Cluster on CentOS 7
Cloud Native Technology Community
Cloud Native Technology Community
Sep 9, 2021 · Cloud Native

Step-by-Step Guide to Building a Kubernetes v1.22.1 Cluster with containerd Using kubeadm

This tutorial walks through preparing three CentOS 7.6 nodes, installing and configuring containerd, setting up kubeadm, kubelet, and kubectl, initializing a Kubernetes v1.22.1 control plane, adding worker nodes, deploying the Flannel CNI plugin, installing the Kubernetes Dashboard, and providing cleanup commands, all with detailed commands and configuration files.

CNIDashboardFlannel
0 likes · 27 min read
Step-by-Step Guide to Building a Kubernetes v1.22.1 Cluster with containerd Using kubeadm
DevOps Cloud Academy
DevOps Cloud Academy
Sep 1, 2021 · Cloud Native

Step-by-Step Guide to Building a Kubernetes v1.22.1 Cluster with containerd Using kubeadm

This tutorial walks through preparing three CentOS 7.6 nodes, disabling firewalls and SELinux, configuring sysctl and ipvs, installing containerd and its dependencies, generating containerd and kubeadm configurations, initializing the control plane, adding worker nodes, deploying the Flannel CNI plugin and Kubernetes Dashboard, and finally cleaning up the cluster.

CNICluster SetupDashboard
0 likes · 26 min read
Step-by-Step Guide to Building a Kubernetes v1.22.1 Cluster with containerd Using kubeadm
Efficient Ops
Efficient Ops
Jun 21, 2021 · Cloud Native

How Kubernetes Connects Containers: From Docker Bridge to CNI Plugins

This article explains the fundamentals of container networking in Kubernetes, covering Linux network namespaces, veth pairs, Docker's default bridge, CNI plugins such as Flannel and Calico, their routing modes, and practical command‑line examples for cross‑host communication.

CNICalicoDocker
0 likes · 19 min read
How Kubernetes Connects Containers: From Docker Bridge to CNI Plugins
Infra Learning Club
Infra Learning Club
May 13, 2021 · Cloud Native

Understanding Kubernetes Networking: Single‑Node Basics to Cross‑Host Overlay & Underlay

This article explains the fundamentals of Kubernetes container networking, covering the network stack, bridge, veth pairs, host networking, ARP resolution, and then dives into cross‑host communication methods, comparing Overlay solutions such as Flannel and Calico with Underlay approaches like BGP, illustrated with concrete commands and diagrams.

BGPCalicoFlannel
0 likes · 22 min read
Understanding Kubernetes Networking: Single‑Node Basics to Cross‑Host Overlay & Underlay
Open Source Linux
Open Source Linux
Jan 30, 2021 · Cloud Native

How Containers Communicate in Kubernetes: Network Basics and CNI Explained

This article explains the fundamental principles of container networking in Kubernetes, covering pod-to-pod communication, Linux network namespaces, veth pairs, Docker bridge, and advanced CNI plugins such as Flannel and Calico, including their overlay, routing, and underlay modes with practical command examples.

CNICalicoFlannel
0 likes · 19 min read
How Containers Communicate in Kubernetes: Network Basics and CNI Explained
MaGe Linux Operations
MaGe Linux Operations
Jan 23, 2021 · Cloud Native

How to Build a Fully Functional Kubernetes Cluster on CentOS 7 in Minutes

This guide walks through preparing three CentOS 7.6 servers, configuring system settings, installing Docker and Kubernetes components, initializing the master node, deploying a pod network, adding worker nodes, and setting up the Kubernetes dashboard, providing all necessary commands and troubleshooting tips.

Cluster DeploymentDashboardFlannel
0 likes · 7 min read
How to Build a Fully Functional Kubernetes Cluster on CentOS 7 in Minutes
Practical DevOps Architecture
Practical DevOps Architecture
Dec 31, 2020 · Cloud Native

Step‑by‑Step Deployment of an etcd Cluster and Kubernetes Control Plane with Certificates, Systemd Services, and CNI Networking

This tutorial walks through configuring server hosts, generating TLS certificates with cfssl for etcd and Kubernetes components, deploying an etcd cluster and Kubernetes master services (apiserver, controller‑manager, scheduler) via systemd, setting up kubelet and kube‑proxy on worker nodes, installing Docker, applying Flannel CNI, and adding additional worker nodes to the cluster.

CNICluster DeploymentFlannel
0 likes · 21 min read
Step‑by‑Step Deployment of an etcd Cluster and Kubernetes Control Plane with Certificates, Systemd Services, and CNI Networking
Efficient Ops
Efficient Ops
Dec 27, 2020 · Cloud Native

Mastering Docker and Kubernetes Networking: From Bridge to Flannel

This article explains Docker’s built‑in network drivers—including bridge, host, none, overlay, macvlan and plugins—detailing their setup and external access, then explores Kubernetes networking challenges and how Flannel implements pod‑to‑pod communication through virtual interfaces, routing, and encapsulation.

ContainerDockerFlannel
0 likes · 12 min read
Mastering Docker and Kubernetes Networking: From Bridge to Flannel
Top Architect
Top Architect
Oct 19, 2020 · Cloud Native

Step-by-Step Guide to Installing Kubernetes v1.16.0 on CentOS 7 with Docker and Flannel

This article provides a detailed, step‑by‑step tutorial for installing Kubernetes v1.16.0 on CentOS 7 virtual machines, covering Docker‑CE installation, prerequisite system configuration, master and node setup, flannel network plugin deployment, and includes all necessary command‑line snippets and the full kube‑flannel.yml manifest.

DockerFlannelKubernetes
0 likes · 20 min read
Step-by-Step Guide to Installing Kubernetes v1.16.0 on CentOS 7 with Docker and Flannel
Architecture Digest
Architecture Digest
Oct 12, 2020 · Cloud Native

Step-by-Step Guide to Installing Kubernetes v1.16.0 on CentOS 7 with Docker and Flannel

This tutorial walks through preparing the environment, installing Docker‑CE 18.09.9, configuring prerequisite settings, deploying Kubernetes v1.16.0 master and node components, initializing the cluster, retrieving join commands, and finally installing Flannel networking to achieve a ready‑state cluster on CentOS 7 virtual machines.

CentOSCluster SetupDocker
0 likes · 16 min read
Step-by-Step Guide to Installing Kubernetes v1.16.0 on CentOS 7 with Docker and Flannel
Open Source Linux
Open Source Linux
Oct 10, 2020 · Cloud Native

How to Build a Highly Available Kubernetes Cluster on CentOS with HAProxy and Keepalived

This step‑by‑step guide shows how to prepare five CentOS 7.5+ machines, configure hostnames, SSH keys, kernel upgrades, firewall and swap settings, set up Docker and Kubernetes repositories, install Docker, kubeadm, kubelet and kubectl, configure HAProxy + Keepalived for a VIP, initialize a multi‑master cluster, apply the Flannel network plugin, and verify the deployment with an Nginx pod and the Kubernetes dashboard.

CentOSCluster SetupDocker
0 likes · 33 min read
How to Build a Highly Available Kubernetes Cluster on CentOS with HAProxy and Keepalived
MaGe Linux Operations
MaGe Linux Operations
Sep 22, 2020 · Cloud Native

Build a Highly Available Kubernetes Cluster with HAProxy & Keepalived on CentOS

This step‑by‑step guide shows how to prepare five CentOS 7 machines, configure hostnames, set up password‑less SSH, upgrade the kernel, disable firewalls and swap, tune sysctl, add Docker and Kubernetes repositories, install Docker, install kubeadm/kubelet/kubectl, configure HAProxy and Keepalived for a virtual IP, join master and worker nodes, deploy a flannel network plugin, and finally verify the cluster with an nginx pod and the Kubernetes dashboard.

Cluster SetupDockerFlannel
0 likes · 33 min read
Build a Highly Available Kubernetes Cluster with HAProxy & Keepalived on CentOS
MaGe Linux Operations
MaGe Linux Operations
Aug 28, 2020 · Cloud Native

Step-by-Step Guide to Building a Kubernetes Cluster on CentOS with Docker and Flannel

This comprehensive tutorial walks you through preparing three CentOS 7.5 machines, disabling firewalls and swap, installing Docker and Kubernetes components with yum repositories, configuring the master node, joining worker nodes, deploying Flannel networking, setting up the Kubernetes dashboard, and troubleshooting common issues.

CentOSCluster SetupDashboard
0 likes · 30 min read
Step-by-Step Guide to Building a Kubernetes Cluster on CentOS with Docker and Flannel
StarRing Big Data Open Lab
StarRing Big Data Open Lab
Aug 18, 2020 · Cloud Native

Why Overlay Networks Matter: Deep Dive into Flannel’s UDP, VXLAN, and Host‑gw Modes

This article explains why Kubernetes requires an overlay network, describes Docker’s virtual bridge limitations, introduces Flannel’s architecture and its three data‑forwarding modes—UDP, VXLAN, and host‑gw—detailing their mechanisms, performance trade‑offs, and how the StarRing TCOS platform leverages these modes for different cluster sizes and network topologies.

FlannelKubernetesOverlay Network
0 likes · 13 min read
Why Overlay Networks Matter: Deep Dive into Flannel’s UDP, VXLAN, and Host‑gw Modes
Full-Stack DevOps & Kubernetes
Full-Stack DevOps & Kubernetes
Jul 6, 2020 · Cloud Native

Understanding Docker’s Four Network Drivers and Kubernetes Flannel Networking

This article explains Docker’s four network drivers (bridge, host, none, overlay), details how the bridge driver creates the docker0 bridge and veth pairs, shows port‑mapping with -p/-P, then covers Kubernetes pod communication patterns, CNI plugins, and provides a step‑by‑step guide to deploying and configuring Flannel with different backends such as vxlan, host‑gw and directrouting.

CNIDockerFlannel
0 likes · 16 min read
Understanding Docker’s Four Network Drivers and Kubernetes Flannel Networking
Efficient Ops
Efficient Ops
Jun 23, 2020 · Cloud Native

How Docker and Kubernetes Networking Works: From Bridge to Flannel

This article explains Docker's built‑in network drivers, the bridge mode construction and external access, then compares Kubernetes networking requirements and details how Flannel implements pod‑to‑pod communication using overlay networks and packet encapsulation.

FlannelNetworkingOverlay
0 likes · 11 min read
How Docker and Kubernetes Networking Works: From Bridge to Flannel
Ops Development Stories
Ops Development Stories
Mar 22, 2020 · Cloud Native

Mastering Kubernetes Core Resource Management: From CLI to Declarative & GUI

This guide walks through three fundamental methods for managing Kubernetes core resources—imperative CLI commands, declarative manifest files, and GUI dashboards—covering namespaces, deployments, services, and addons like Flannel, CoreDNS, Traefik, and the Kubernetes dashboard, with detailed commands, configuration examples, and troubleshooting tips.

CLICore ResourcesCoreDNS
0 likes · 49 min read
Mastering Kubernetes Core Resource Management: From CLI to Declarative & GUI
Alibaba Cloud Native
Alibaba Cloud Native
Mar 2, 2020 · Cloud Native

Unraveling Kubernetes Networking: From Pod IPs to Service Load Balancing

This article explains the evolution of Kubernetes networking, detailing how container networks originated with Docker, how Kubernetes assigns each Pod a unique IP, the Flannel host‑gw routing model, and the inner workings of Services, including LVS‑based implementations and the four Service types.

FlannelKubernetesNetworking
0 likes · 17 min read
Unraveling Kubernetes Networking: From Pod IPs to Service Load Balancing
Architects Research Society
Architects Research Society
Feb 29, 2020 · Cloud Native

Performance Comparison of Kubernetes Container Network Solutions: Flannel, IPvlan, VXLAN, Host‑GW, and AWS‑VPC

This study evaluates Kubernetes container networking options—Docker host networking, Flannel, IPvlan, VXLAN, host‑gw, and AWS‑VPC—by measuring latency, throughput, and installation cost under high‑load conditions, revealing IPvlan as the lowest‑latency, highest‑throughput solution while host‑gw offers a balanced, low‑dependency alternative.

Cloud NativeFlannelKubernetes
0 likes · 13 min read
Performance Comparison of Kubernetes Container Network Solutions: Flannel, IPvlan, VXLAN, Host‑GW, and AWS‑VPC
Mafengwo Technology
Mafengwo Technology
Dec 19, 2019 · Cloud Native

How We Evolved K8s Networking: From Flannel to MAC‑VLAN and VPN

This article details the step‑by‑step evolution of Mafengwo's Kubernetes network—from early Flannel VXLAN setups, through a VPN‑server bridge for external access, to a MAC‑VLAN CNI solution—highlighting design principles, challenges, and recent optimization plans for large‑scale Java micro‑services.

CNICloud NativeFlannel
0 likes · 12 min read
How We Evolved K8s Networking: From Flannel to MAC‑VLAN and VPN
MaGe Linux Operations
MaGe Linux Operations
Nov 18, 2019 · Cloud Native

Step-by-Step Guide: Install CentOS, Docker CE, and Build a Kubernetes Cluster

This tutorial walks you through preparing a CentOS system, installing Docker CE, configuring Docker mirrors, setting up kubelet, kubeadm and kubectl packages, adjusting cgroup settings, initializing a Kubernetes master node, joining worker nodes, deploying Flannel networking, and troubleshooting common issues, all with exact command examples.

CentOSCluster SetupDocker
0 likes · 13 min read
Step-by-Step Guide: Install CentOS, Docker CE, and Build a Kubernetes Cluster
MaGe Linux Operations
MaGe Linux Operations
May 31, 2018 · Cloud Native

How to Install Kubernetes in China Without a VPN – Step‑by‑Step Guide

This guide walks you through installing a Kubernetes (K8S) cluster on CentOS 7.3 in China, covering environment preparation, downloading required packages and images via local mirrors, configuring Docker and the network, initializing the master node with kubeadm, joining worker nodes, and optionally deploying the dashboard and flannel network plugin.

ChinaDockerFlannel
0 likes · 17 min read
How to Install Kubernetes in China Without a VPN – Step‑by‑Step Guide
MaGe Linux Operations
MaGe Linux Operations
Apr 17, 2018 · Cloud Native

Step-by-Step Guide: Install CentOS, Docker, and Build a Kubernetes Cluster

This tutorial walks through installing net‑tools on CentOS, disabling firewalld, setting up Docker CE, pulling and tagging required Kubernetes images, configuring kubelet and kubeadm, initializing a master node, joining worker nodes, installing Flannel networking, and troubleshooting common kubectl issues.

CentOSFlannelKubernetes
0 likes · 15 min read
Step-by-Step Guide: Install CentOS, Docker, and Build a Kubernetes Cluster
dbaplus Community
dbaplus Community
Jun 29, 2016 · Cloud Native

How to Build a Highly Available Kubernetes Master on Private Cloud

This guide walks through constructing a Kubernetes master high‑availability environment on a private‑cloud Ubuntu 14.04 platform, covering full component containerization, external load‑balancer setup with HAProxy and Keepalived, static pod configuration, privileged mode requirements, flannel networking, common pitfalls, and future HA master developments.

FlannelHAProxyKubernetes
0 likes · 16 min read
How to Build a Highly Available Kubernetes Master on Private Cloud