Tag

Overlay

0 views collected around this technical thread.

Java Tech Enthusiast
Java Tech Enthusiast
Apr 29, 2025 · Fundamentals

Evolution of Memory Management: Fixed Partition, Dynamic Partition, and Overlay Techniques

Early computers used fixed‑size partitions that wasted space, then dynamic partitions that improved utilization but caused fragmentation, and finally overlay techniques that let programs exceed physical RAM by swapping modules, each step exposing limitations that ultimately drove the creation of virtual memory systems.

Memory ManagementOperating SystemsOverlay
0 likes · 6 min read
Evolution of Memory Management: Fixed Partition, Dynamic Partition, and Overlay Techniques
Raymond Ops
Raymond Ops
Dec 20, 2024 · Operations

Master Docker Networking: Types, Drivers, and Practical Commands

This article explains Docker networking fundamentals, covering the main network types (bridge, host, overlay, macvlan, none), their drivers and container modes, how to configure and manage networks with Docker CLI commands, and important security and isolation considerations for containerized applications.

BridgeContainersDocker
0 likes · 19 min read
Master Docker Networking: Types, Drivers, and Practical Commands
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
Sohu Tech Products
Sohu Tech Products
Nov 20, 2024 · Mobile Development

Understanding Flutter's OverlayPortal: Architecture, Usage, and Differences from OverlayEntry

Flutter’s OverlayPortal adds a page‑scoped layer to the global Overlay, letting widgets like tooltips inherit parent state while remaining independent in the overlay hierarchy, and replaces many OverlayEntry use‑cases by using a controller, surrogate render objects, and automatic lifecycle management.

DartFlutterOverlay
0 likes · 8 min read
Understanding Flutter's OverlayPortal: Architecture, Usage, and Differences from OverlayEntry
360 Smart Cloud
360 Smart Cloud
Mar 6, 2024 · Cloud Computing

Overlay Networking and Inter‑Node Traffic Forwarding in Virtualized Cloud Environments

This article explains how virtual machine traffic is forwarded across compute nodes in an IAAS cloud using overlay protocols such as VXLAN, detailing L2/L3 inter‑node forwarding, control‑plane designs, and forwarding‑plane implementations with Linux‑Kernel OVS, DPDK, NIC offload, and VDPA.

Cloud IAASOverlaySDN
0 likes · 30 min read
Overlay Networking and Inter‑Node Traffic Forwarding in Virtualized Cloud Environments
Selected Java Interview Questions
Selected Java Interview Questions
Jul 16, 2023 · Cloud Native

Kubernetes Network Models: Underlay, Overlay, CNI Plugins, and Virtual Networking Techniques

This article examines Kubernetes networking by defining underlay and overlay models, describing how underlay networks like flannel host‑gw and Calico BGP operate, explaining IPVLAN/MACVLAN virtualization, and reviewing common tunnel protocols such as VxLAN and IPIP used by various CNI plugins.

CNIKubernetesNetwork Model
0 likes · 12 min read
Kubernetes Network Models: Underlay, Overlay, CNI Plugins, and Virtual Networking Techniques
Bitu Technology
Bitu Technology
Apr 7, 2023 · Cloud Native

Managing Kubernetes Resource Manifests with Kustomize: Aggregation, Overlays, and Components

This article explains how Tubi’s engineering team uses Kustomize to simplify and scale Kubernetes Resource Manifest management by aggregating resources, applying patches, organizing bases and overlays, and leveraging reusable components to reduce duplication and improve maintainability across clusters and namespaces.

KubernetesKustomizeOverlay
0 likes · 15 min read
Managing Kubernetes Resource Manifests with Kustomize: Aggregation, Overlays, and Components
Xianyu Technology
Xianyu Technology
Mar 31, 2023 · Mobile Development

Flutter: Mocking MethodChannel for Unit Tests, Retrieving Keyboard Height, and Quick Guide Bubbles

This guide explains how to mock Flutter MethodChannels for unit testing using TestDefaultBinaryMessenger, capture the maximum keyboard height across iOS and Android by tracking viewInsets in didChangeMetrics, and quickly create new‑user guide bubbles with OverlayEntry by calculating a target widget’s rectangle and inserting a positioned overlay.

FlutterGuide BubbleKeyboard Height
0 likes · 9 min read
Flutter: Mocking MethodChannel for Unit Tests, Retrieving Keyboard Height, and Quick Guide Bubbles
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
Cloud Native Technology Community
Cloud Native Technology Community
May 31, 2022 · Cloud Native

Building High‑Performance, High‑Availability Container Networks for Banking in a Two‑Site‑Three‑Center Architecture

This article explains the challenges of container networking in banks, especially under a two‑site‑three‑center architecture, and provides practical guidance on using underlay and overlay approaches, Kube‑OVN solutions, and best‑practice recommendations to achieve high‑availability, high‑concurrency, and high‑performance cloud‑native networks.

Container NetworkingHigh AvailabilityKube-OVN
0 likes · 9 min read
Building High‑Performance, High‑Availability Container Networks for Banking in a Two‑Site‑Three‑Center Architecture
Cloud Native Technology Community
Cloud Native Technology Community
Jan 7, 2022 · Cloud Native

Designing High‑Availability, High‑Performance Cloud‑Native Container Networks for Banking

This article examines the challenges and solutions for building high‑availability, high‑concurrency, and high‑performance cloud‑native container networks in banks, covering two‑site three‑center architectures, underlay/overlay strategies, Kube‑OVN implementation, and practical recommendations for secure, scalable networking.

High AvailabilityKube-OVNOverlay
0 likes · 10 min read
Designing High‑Availability, High‑Performance Cloud‑Native Container Networks for Banking
Cloud Native Technology Community
Cloud Native Technology Community
Dec 17, 2021 · Cloud Native

Kube‑OVN: Enabling Enterprise Innovation with Cloud‑Native Networking

This article reviews Du Dongming’s presentation on Kube‑OVN, tracing the evolution of cloud‑native networking from early container experiments to modern multi‑tenant VPC, subnet management, overlay/underlay modes, and the roadmap that positions Kube‑OVN as a comprehensive SDN solution for enterprise Kubernetes environments.

CNIKube-OVNKubernetes
0 likes · 21 min read
Kube‑OVN: Enabling Enterprise Innovation with Cloud‑Native Networking
Tencent Music Tech Team
Tencent Music Tech Team
Nov 17, 2021 · Mobile Development

Understanding Flutter Routing and Navigation Management

Flutter’s navigation system uses a stateful Navigator widget that manages a stack of Route objects—such as OverlayRoute, TransitionRoute, ModalRoute, PageRoute, and PopupRoute—while an Overlay mirrors this stack with OverlayEntry widgets and the internal _Theatre component efficiently renders on‑stage and off‑stage pages.

FlutterNavigatorOverlay
0 likes · 9 min read
Understanding Flutter Routing and Navigation Management
Laravel Tech Community
Laravel Tech Community
Aug 31, 2021 · Backend Development

PHP imagelayereffect Function: Setting Alpha Blending for GD Layered Effects

The PHP GD library function imagelayereffect sets an alpha blending flag to enable layered effects such as overlay on an image resource, describing its parameters, return values, and providing a complete example that creates, modifies, outputs, and destroys an image.

GDOverlayalpha-blending
0 likes · 2 min read
PHP imagelayereffect Function: Setting Alpha Blending for GD Layered Effects
OPPO Kernel Craftsman
OPPO Kernel Craftsman
Aug 13, 2021 · Fundamentals

Device Tree Fundamentals: Concepts, Overlay Mechanism, and Debugging

The article explains Device Tree fundamentals—defining DTS, DTSI, DTB and DTBO formats, their origin as a cleaner alternative to kernel‑embedded platform code, how overlays decouple vendor changes via matching project and PCB IDs, the rules for modifying nodes, and debugging techniques using dtc and mkdtimgdump tools.

DTBODTSDevice Tree
0 likes · 6 min read
Device Tree Fundamentals: Concepts, Overlay Mechanism, and Debugging
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.

BridgeDockerKubernetes
0 likes · 11 min read
How Docker and Kubernetes Networking Works: From Bridge to Flannel