Tag

Calico

0 views collected around this technical thread.

Linux Ops Smart Journey
Linux Ops Smart Journey
May 6, 2025 · Operations

Enable Calico API Service in Kubernetes: Step‑by‑Step Guide

Learn how to correctly install, configure, and activate Calico's API server on a Kubernetes cluster—including prerequisites, downloading manifests, adjusting namespaces, pulling and tagging images, generating certificates, applying resources, and verifying the service—to manage Calico custom resources via kubectl.

APICNICalico
0 likes · 8 min read
Enable Calico API Service in Kubernetes: Step‑by‑Step Guide
Linux Ops Smart Journey
Linux Ops Smart Journey
Apr 25, 2025 · Cloud Native

How to Seamlessly Migrate Calico from etcd to Kubernetes Datastore

Learn step‑by‑step how to transition Calico’s data store from etcd to Kubernetes, covering prerequisite checks, locking the datastore, exporting and importing data, reconfiguring calicoctl, applying the new manifests, and unlocking the store, while highlighting benefits and tips for a smooth migration.

CalicoETCDKubernetes
0 likes · 11 min read
How to Seamlessly Migrate Calico from etcd to Kubernetes Datastore
Linux Ops Smart Journey
Linux Ops Smart Journey
Apr 22, 2025 · Cloud Native

Mastering Calicoctl: Install and Manage Kubernetes Network Policies from Scratch

This guide walks through installing calicoctl, a Calico command‑line tool for managing Kubernetes network policies, covering prerequisites, manifest deployment for both Kubernetes‑ and etcd‑backed data stores, verification commands, and practical tips for a smooth setup.

CalicoContainer NetworkingKubernetes
0 likes · 8 min read
Mastering Calicoctl: Install and Manage Kubernetes Network Policies from Scratch
IT Xianyu
IT Xianyu
Apr 21, 2025 · Cloud Native

Step-by-Step Guide to Setting Up a Kubernetes 1.19 Cluster on CentOS 7.9

This guide walks through preparing two CentOS 7.9 servers, installing Docker and Kubernetes 1.19 components, initializing a master node, joining a worker node, and validating the cluster with a sample Nginx deployment, including common troubleshooting tips.

CalicoCentOSCluster Setup
0 likes · 10 min read
Step-by-Step Guide to Setting Up a Kubernetes 1.19 Cluster on CentOS 7.9
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.

CNICalicoKubernetes
0 likes · 8 min read
Comparison of Flannel and Calico CNI Plugins for Kubernetes
Linux Ops Smart Journey
Linux Ops Smart Journey
Nov 3, 2024 · Cloud Native

Build a Robust Kubernetes Monitoring System with Prometheus and HAProxy

This guide walks you through setting up a comprehensive Kubernetes monitoring solution—covering component metrics collection, configuring HAProxy for network access, exposing metrics from kube-proxy, Calico, and kube-state-metrics, and integrating everything into Prometheus for reliable cluster health visibility.

CalicoHAProxyKubernetes
0 likes · 12 min read
Build a Robust Kubernetes Monitoring System with Prometheus and HAProxy
Practical DevOps Architecture
Practical DevOps Architecture
Aug 2, 2024 · Cloud Native

In-depth Understanding of Kubernetes Networking: Architecture Design and Performance Optimization

This comprehensive course provides a deep dive into Kubernetes networking, covering core concepts, network models, policies, plugins, traffic management, security, multi‑tenant, cross‑cloud, and hybrid‑cloud designs, and offers hands‑on performance optimization techniques across more than 60 video modules.

CNICalicoCilium
0 likes · 4 min read
In-depth Understanding of Kubernetes Networking: Architecture Design and Performance Optimization
Architects Research Society
Architects Research Society
Jun 6, 2023 · Cloud Native

Calico Components Overview and Their Roles in Kubernetes

This article provides a detailed overview of Calico's essential and optional components, explaining how each part—such as the API server, Felix, BIRD, confd, Dikastes, CNI plugin, datastore plugin, IPAM plugin, kube‑controllers, Typha, and calicoctl—contributes to networking and network policy enforcement in Kubernetes clusters.

BGPCNICalico
0 likes · 9 min read
Calico Components Overview and Their Roles 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.

CalicoKubernetesWeave Net
0 likes · 9 min read
Understanding the Kubernetes Networking Model
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.

CNICalicoKubernetes
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.

CNICalicoKubernetes
0 likes · 14 min read
Understanding Underlay and Overlay Network Models in Kubernetes
Efficient Ops
Efficient Ops
Jun 15, 2022 · Cloud Native

Master Kubernetes NetworkPolicy: Secure Pod Communication with Real‑World Examples

This article explains Kubernetes NetworkPolicy, covering its purpose, how pod and namespace selectors work, required fields, policy types, and detailed YAML examples, followed by practical scenarios and step‑by‑step commands for deploying and testing network policies in a cluster.

CNICalicoKubernetes
0 likes · 16 min read
Master Kubernetes NetworkPolicy: Secure Pod Communication with Real‑World Examples
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.

CalicoKubernetesPod
0 likes · 9 min read
Understanding the Kubernetes Networking Model
Efficient Ops
Efficient Ops
Jan 17, 2022 · Cloud Native

How Do Containers Communicate in Kubernetes? A Deep Dive into CNI and Network Namespaces

This article explains the fundamentals of container networking in Kubernetes, covering network namespaces, veth pairs, bridges, CNI plugins such as Flannel and Calico, their routing modes, and practical command‑line examples that illustrate intra‑host and cross‑host communication.

CNICalicoContainer Networking
0 likes · 20 min read
How Do Containers Communicate in Kubernetes? A Deep Dive into CNI and Network Namespaces
Efficient Ops
Efficient Ops
Aug 24, 2021 · Cloud Native

How Kubernetes Enables Container Networking: From Docker Bridge to CNI Plugins

This article explains Kubernetes container networking fundamentals, the role of Linux network namespaces, veth pairs, bridges, and iptables, and compares same‑host communication via docker0 with cross‑host solutions like CNI plugins (flannel, Calico) and their routing modes.

CNICalicoContainer Networking
0 likes · 19 min read
How Kubernetes Enables Container Networking: From Docker Bridge to CNI Plugins
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.

CNICalicoContainer Networking
0 likes · 19 min read
How Kubernetes Connects Containers: From Docker Bridge to CNI Plugins