Tagged articles
3116 articles
Page 7 of 32
Alibaba Cloud Native
Alibaba Cloud Native
Oct 16, 2024 · Cloud Native

Master Log Processing with iLogtail SPL: From Native Plugins to Advanced Transformations

This guide explains how iLogtail 2.0 introduces the SPL (SLS Processing Language) to unify log and time‑series data handling, compares native, extension, and SPL processing modes, and provides step‑by‑step SPL examples for regex, delimiter, JSON, desensitization, field addition, encoding, URL parsing, and mathematical operations.

Cloud NativeLog ProcessingSPL
0 likes · 17 min read
Master Log Processing with iLogtail SPL: From Native Plugins to Advanced Transformations
Linux Ops Smart Journey
Linux Ops Smart Journey
Oct 15, 2024 · Cloud Native

Master Kubernetes Vertical Pod Autoscaler (VPA): Installation, Configuration, and Real‑World Tuning

This guide explains what Kubernetes VPA is, its architecture, version compatibility, step‑by‑step installation, certificate setup, manifest generation, practical VPA configuration, validation procedures, performance testing, and known limitations, enabling you to optimize pod resources in cloud‑native clusters.

Cloud NativeKubernetesResource Optimization
0 likes · 12 min read
Master Kubernetes Vertical Pod Autoscaler (VPA): Installation, Configuration, and Real‑World Tuning
Architecture & Thinking
Architecture & Thinking
Oct 12, 2024 · Cloud Native

Step-by-Step Guide to Deploying Istio and Configuring the BookInfo Demo

This tutorial walks you through connecting a test machine, downloading and installing Istio 1.8.6, configuring environment variables, deploying the BookInfo sample application, verifying pods and services, setting up inbound traffic, exposing dashboards, and introduces Istio’s core traffic‑management capabilities.

BookInfoCloud NativeDevOps
0 likes · 17 min read
Step-by-Step Guide to Deploying Istio and Configuring the BookInfo Demo
System Architect Go
System Architect Go
Oct 11, 2024 · Information Security

How Kubernetes Secures Pods with Seccomp, AppArmor, and SELinux

This article explains how Kubernetes leverages the Linux kernel security mechanisms Seccomp, AppArmor, and SELinux together with Pod Security Standards and the built‑in admission controller to enforce fine‑grained security policies for container workloads in cloud‑native environments.

AppArmorCloud NativeInformation Security
0 likes · 8 min read
How Kubernetes Secures Pods with Seccomp, AppArmor, and SELinux
Alibaba Cloud Native
Alibaba Cloud Native
Oct 11, 2024 · Cloud Native

Can iLogtail Replace Logstash? A Deep Dive into Performance and Architecture

This article examines the traditional ELK stack, compares iLogtail with Filebeat and Logstash in real‑world performance tests, analyzes why iLogtail could not previously replace Logstash, and presents five concrete engineering solutions that enable iLogtail to become a viable, high‑performance alternative for log collection and processing.

Cloud NativeELKiLogtail
0 likes · 12 min read
Can iLogtail Replace Logstash? A Deep Dive into Performance and Architecture
Top Architect
Top Architect
Oct 7, 2024 · Cloud Native

Understanding Nacos Configuration Center Long‑Polling Mechanism

This article explains how Nacos’s ConfigService initiates a long‑polling task on the client side, how the client periodically checks for configuration changes, and how the Nacos server processes long‑polling requests, detailing the relevant classes, methods, and code flow.

Cloud NativeConfiguration CenterMicroservices
0 likes · 14 min read
Understanding Nacos Configuration Center Long‑Polling Mechanism
Java Tech Enthusiast
Java Tech Enthusiast
Oct 4, 2024 · Cloud Native

Slim – Docker Image Optimization Tool Overview

Slim (DockerSlim) is an open‑source tool that automatically shrinks Docker images by statically analyzing the image, dynamically probing runtime file and network usage, and rebuilding a minimal image containing only required dependencies, thereby reducing size up to 30×, speeding deployments, lowering attack surface, and supporting CI/CD integration across many languages.

Cloud NativeContainerDocker
0 likes · 13 min read
Slim – Docker Image Optimization Tool Overview
Alibaba Cloud Infrastructure
Alibaba Cloud Infrastructure
Sep 30, 2024 · Cloud Computing

Using Alibaba Cloud ACK One Registration Cluster for Elastic Hybrid Cloud Deployment

This guide explains how enterprises can overcome IDC data‑center capacity limits by leveraging Alibaba Cloud ACK One registration clusters to achieve flexible, cost‑effective elastic scaling, detailing architecture, registration steps, node‑pool creation, virtual nodes, multi‑level scheduling, and associated command‑line examples.

ACKCloud NativeKubernetes
0 likes · 10 min read
Using Alibaba Cloud ACK One Registration Cluster for Elastic Hybrid Cloud Deployment
Alibaba Cloud Infrastructure
Alibaba Cloud Infrastructure
Sep 30, 2024 · Cloud Native

Best Practices for High Availability and Stability in Alibaba Cloud Container Service for Kubernetes (ACK)

This article presents a comprehensive overview of high‑availability design patterns and best‑practice recommendations for Alibaba Cloud Container Service for Kubernetes (ACK), covering common error scenarios, single‑cluster and multi‑cluster architectures, workload resilience, monitoring, and real‑world case studies.

ACKCloud NativeKubernetes
0 likes · 13 min read
Best Practices for High Availability and Stability in Alibaba Cloud Container Service for Kubernetes (ACK)
Soul Technical Team
Soul Technical Team
Sep 30, 2024 · Cloud Native

Practical Experience with Envoy in Soul: Cloud‑Native Traffic Management and Service Mesh

This article shares Soul's two‑year practice of using the cloud‑native Envoy proxy for high‑performance, high‑throughput, and highly available traffic management across north‑south and east‑west flows, covering architecture, dynamic service discovery, load balancing, health checks, WASM extensions, service‑mesh integration, Redis proxying, and future directions.

Cloud NativeEnvoyKubernetes
0 likes · 14 min read
Practical Experience with Envoy in Soul: Cloud‑Native Traffic Management and Service Mesh
Alibaba Cloud Infrastructure
Alibaba Cloud Infrastructure
Sep 29, 2024 · Cloud Native

Building a Production‑Grade Observability System for Alibaba Cloud ACK Container Service

The presentation outlines Alibaba Cloud's ACK container service observability framework, covering its architecture, key capabilities such as eBPF‑based tracing, GPU profiling, network diagnostics, storage monitoring, and FinOps integration, and demonstrates how these features support AI workloads, large‑scale production stability, and automated incident response.

AICloud NativeContainer Service
0 likes · 15 min read
Building a Production‑Grade Observability System for Alibaba Cloud ACK Container Service
Linux Ops Smart Journey
Linux Ops Smart Journey
Sep 29, 2024 · Cloud Native

How to Install and Use the kubectl ingress-nginx Plugin Offline with Krew

This guide walks you through installing Krew, the kubectl plugin manager, then shows step‑by‑step offline installation of the ingress‑nginx plugin and demonstrates key commands for inspecting backends, certificates, and generated Nginx configurations, empowering efficient Kubernetes cloud‑native operations.

Cloud NativeIngress-NginxKubernetes
0 likes · 9 min read
How to Install and Use the kubectl ingress-nginx Plugin Offline with Krew
Infra Learning Club
Infra Learning Club
Sep 29, 2024 · Cloud Native

Current State of Kubernetes DRA and the New Architecture with ResourceClaimParameters and ResourceSlice

The article examines the scheduling performance and tight coupling issues of Kubernetes DRA before version 1.30, explains the original workflow involving PodSchedulingContext and DRA driver, and then details the latest design that introduces ResourceClaimParameters and ResourceSlice to let the scheduler handle complex device constraints internally.

Cloud NativeDRAKubernetes
0 likes · 4 min read
Current State of Kubernetes DRA and the New Architecture with ResourceClaimParameters and ResourceSlice
IT Architects Alliance
IT Architects Alliance
Sep 28, 2024 · Operations

How DevOps Transforms IT: Core Principles, Practices, and Real-World Success

This article explores the DevOps mindset, its core principles such as collaboration, automation, continuous improvement, and customer focus, outlines essential practices like CI/CD, IaC, monitoring, microservices, and provides a step‑by‑step adoption roadmap illustrated with a detailed case study and future trends.

Cloud NativeDevOpsMicroservices
0 likes · 11 min read
How DevOps Transforms IT: Core Principles, Practices, and Real-World Success
Architecture and Beyond
Architecture and Beyond
Sep 28, 2024 · Cloud Native

Core Concepts of Docker and Kubernetes for Architects

This article explains the fundamental principles of Docker containerization and Kubernetes orchestration, covering containerization, image layering, core components, declarative APIs, Pods, Services, Namespaces, ConfigMaps, Secrets, Volumes, and their combined advantages and challenges for enterprise‑level system design.

Cloud NativeDockerKubernetes
0 likes · 30 min read
Core Concepts of Docker and Kubernetes for Architects
Linux Ops Smart Journey
Linux Ops Smart Journey
Sep 27, 2024 · Cloud Native

How to Install and Configure cert-manager on Kubernetes with Helm

Learn step‑by‑step how to install Jetstack’s open‑source cert-manager on a Kubernetes cluster using Helm, from prerequisites and chart download to configuring TLS settings and deploying the service, ensuring secure inter‑service communication in cloud‑native environments.

Cloud NativeKubernetesTLS
0 likes · 6 min read
How to Install and Configure cert-manager on Kubernetes with Helm
Alibaba Cloud Native
Alibaba Cloud Native
Sep 26, 2024 · Cloud Native

How iLogtail Evolved: From Simple Log Collector to Cloud‑Native Observability Platform

This article chronicles iLogtail's 13‑year journey—from its 2013 inception as a basic log collector to a fully open‑source, cloud‑native observability platform—highlighting technical milestones, emerging trends in log agents, architectural innovations, performance breakthroughs, and future directions.

Cloud NativeiLogtaillog collection
0 likes · 21 min read
How iLogtail Evolved: From Simple Log Collector to Cloud‑Native Observability Platform
macrozheng
macrozheng
Sep 26, 2024 · Cloud Native

Why 2023 Marks the Decline of Microservices: Lessons from Google, Amazon, and Others

In 2023, leading tech firms like Google and Amazon publicly questioned the microservice paradigm, revealing performance, cost, and complexity drawbacks, and showcasing a shift toward monolithic or runtime‑driven architectures that promise lower latency, reduced expenses, and simpler scaling.

Cloud NativeSoftware Architecturemonolith
0 likes · 11 min read
Why 2023 Marks the Decline of Microservices: Lessons from Google, Amazon, and Others
Sohu Tech Products
Sohu Tech Products
Sep 25, 2024 · Cloud Native

Observability Concepts and OpenTelemetry Architecture Overview

Observability turns a black‑box application into a system by gathering logs, metrics, and traces, using alerts to spot anomalies, then linking trace IDs to logs; OpenTelemetry standardizes this with instrumented client agents, a Collector (receivers, processors, exporters), and backend storage, while Java agents, span propagation, exemplars, eBPF, and bundles like SigNoz or OpenObserve let teams choose between a custom OTel stack or a solution.

Cloud NativeMetricsOpenTelemetry
0 likes · 11 min read
Observability Concepts and OpenTelemetry Architecture Overview
Architecture and Beyond
Architecture and Beyond
Sep 21, 2024 · Cloud Native

Understanding Cloud Native Architecture: Definitions, Evolution, Core Technologies, Maturity Models, and Challenges

Cloud native architecture, a modern design paradigm leveraging containers, microservices, CI/CD, and infrastructure-as-code, enables flexible, scalable, and automated applications; this article explores its definition, evolution, core technologies, maturity models, benefits, challenges, and best practices for enterprises transitioning from traditional systems.

Cloud NativeContainersDevOps
0 likes · 37 min read
Understanding Cloud Native Architecture: Definitions, Evolution, Core Technologies, Maturity Models, and Challenges
Linux Ops Smart Journey
Linux Ops Smart Journey
Sep 20, 2024 · Cloud Native

How to Enable CORS in Kubernetes Ingress Nginx: Step‑by‑Step Guide

This tutorial explains why CORS is needed for modern web applications, outlines common scenarios such as front‑end/back‑end separation and third‑party API integration, and provides a complete Ingress Nginx configuration with code examples to enable cross‑origin requests in a Kubernetes cluster.

CORSCloud NativeKubernetes
0 likes · 5 min read
How to Enable CORS in Kubernetes Ingress Nginx: Step‑by‑Step Guide
MaGe Linux Operations
MaGe Linux Operations
Sep 20, 2024 · Cloud Native

Master Kubernetes: From Pods to Deployments and Seamless Scaling

This comprehensive guide walks you through the origins, architecture, core components, and practical workflows of Kubernetes, explaining how Pods and Deployments work together, how the control plane orchestrates resources, and how to create, manage, and troubleshoot containerized applications at scale.

Cloud NativeDeploymentKubernetes
0 likes · 44 min read
Master Kubernetes: From Pods to Deployments and Seamless Scaling
FunTester
FunTester
Sep 20, 2024 · Operations

Chaos Engineering vs Fault Testing: Methods, Challenges, and Future Trends

This article compares chaos engineering and fault testing, outlines fault injection techniques, implementation layers, testing strategies, challenges, and future trends such as automation, AI-driven diagnostics, and cloud‑native integration, providing a comprehensive guide for improving system resilience and reliability.

Cloud NativeOperationschaos engineering
0 likes · 17 min read
Chaos Engineering vs Fault Testing: Methods, Challenges, and Future Trends
DataFunTalk
DataFunTalk
Sep 19, 2024 · Databases

Technical Topics Overview from DataFun Summit: Graph Database, Vector Database, Real-time Data Warehouse, and Cloud‑Native Solutions

The article presents a collection of technical overviews—including a graph database for distributed queries, a next‑generation vector database, real‑time data warehouse architectures at Douyin and Ant Group, a cloud‑native ClickHouse service, and best practices for financial data warehousing—while also explaining how to obtain the related e‑book.

Big DataCloud NativeGraph Database
0 likes · 4 min read
Technical Topics Overview from DataFun Summit: Graph Database, Vector Database, Real-time Data Warehouse, and Cloud‑Native Solutions
vivo Internet Technology
vivo Internet Technology
Sep 18, 2024 · Cloud Native

Full-Link Multi-Version Deployment in Testing Environments: Architecture and Practices

Vivo’s full‑link multi‑version deployment framework lets a complete microservice system be launched once while concurrently running multiple service versions in isolated baseline and on‑demand feature environments, using custom traffic‑coloring headers, tag propagation across HTTP/Dubbo/MQ, dynamic routing, and distributed tracing to reduce resource waste, accelerate hot‑fix testing, and pave the way for future data‑level isolation and production‑grade A/B experiments.

Cloud NativeDevOpsMicroservices
0 likes · 15 min read
Full-Link Multi-Version Deployment in Testing Environments: Architecture and Practices
DataFunTalk
DataFunTalk
Sep 17, 2024 · Databases

Overview of Recent Advances in Graph, Vector, and Real-Time Data Warehouse Technologies

This article presents a collection of technical abstracts covering graph database parallel query optimization, next‑generation vector databases, real‑time data warehouse architectures, and cloud‑native analytics solutions, while also providing instructions for obtaining the full e‑book via a WeChat public account.

Big DataCloud NativeGraph Database
0 likes · 5 min read
Overview of Recent Advances in Graph, Vector, and Real-Time Data Warehouse Technologies
Architect
Architect
Sep 12, 2024 · Operations

How Bilibili Scaled Its Monitoring: From Prometheus OOMs to VictoriaMetrics & Flink Pre‑Aggregation

The article details Bilibili's evolution of its monitoring platform, describing the stability and performance challenges of a Prometheus‑Thanos stack, the redesign using VictoriaMetrics, collection‑storage separation, unit‑level disaster recovery, query‑tree auto‑replacement, Flink‑based pre‑aggregation, Grafana upgrades, and future roadmap for observability.

Cloud NativeFlinkMetrics
0 likes · 30 min read
How Bilibili Scaled Its Monitoring: From Prometheus OOMs to VictoriaMetrics & Flink Pre‑Aggregation
DataFunSummit
DataFunSummit
Sep 12, 2024 · Cloud Native

Design and Implementation of a Next‑Generation Multi‑Protocol Unstructured Storage System for Machine Learning

This article presents the challenges of storing massive machine‑learning datasets, evaluates existing storage solutions, and details the design of OrangeFS—a cloud‑native, multi‑protocol, multi‑tenant unstructured storage system that integrates object and file interfaces, optimizes metadata services, supports hot upgrades, and provides robust scalability and reliability for AI workloads.

Cloud NativeMulti-Protocolhigh performance
0 likes · 24 min read
Design and Implementation of a Next‑Generation Multi‑Protocol Unstructured Storage System for Machine Learning
Infra Learning Club
Infra Learning Club
Sep 11, 2024 · Cloud Native

A Bottom‑Up Learning Path for Containers

The article outlines a comprehensive, bottom‑up learning path for containers, covering Linux container fundamentals, images, runtimes, managers, orchestrators, and non‑Linux implementations, while clarifying common misconceptions, explaining how runtimes like runc work, and comparing Docker, containerd, and Kubernetes.

Cloud NativeContainersDocker
0 likes · 14 min read
A Bottom‑Up Learning Path for Containers
BirdNest Tech Talk
BirdNest Tech Talk
Sep 11, 2024 · Cloud Native

How to Build a Complete eBPF Development Environment on Ubuntu

This guide walks through the purpose, advantages, required Linux packages, Go libraries, exact installation commands, and version details needed to set up a functional eBPF development environment on an Ubuntu system, while explaining each step’s rationale.

Cloud NativeDevelopment EnvironmentGo
0 likes · 10 min read
How to Build a Complete eBPF Development Environment on Ubuntu
MaGe Linux Operations
MaGe Linux Operations
Sep 10, 2024 · Cloud Native

How to Connect Kubernetes to Ceph for Dynamic PVC Provisioning

This guide walks through integrating a Ceph cluster with a Kubernetes cluster to use Ceph as backend storage, covering prerequisites, pool and secret creation, StorageClass definition, PVC and pod deployment, and detailed troubleshooting steps for common errors.

CephCloud NativeDynamic PVC
0 likes · 10 min read
How to Connect Kubernetes to Ceph for Dynamic PVC Provisioning
Full-Stack DevOps & Kubernetes
Full-Stack DevOps & Kubernetes
Sep 9, 2024 · Cloud Native

Optimizing Network and Storage for 5,000‑Node Kubernetes Clusters

This guide outlines practical strategies for designing and optimizing network and storage in Kubernetes clusters of over 5,000 nodes, covering overlay networks, IP pool segmentation, bandwidth allocation, load balancing, security policies, distributed storage options, performance tuning, and reliable backup solutions.

Cloud NativeIP PoolKubernetes
0 likes · 9 min read
Optimizing Network and Storage for 5,000‑Node Kubernetes Clusters
DataFunSummit
DataFunSummit
Sep 7, 2024 · Big Data

Observations on the Third Evolution of Data Infrastructure and the Next‑Generation Data Platform Architecture

This article reviews the current state of data platforms, analyzes the third wave of data infrastructure evolution driven by databases, big data and generative AI, proposes next‑generation lakehouse and cloud‑native architectural directions, and outlines future trends and unresolved challenges for AI‑centric data platforms.

Cloud NativeData Architecture
0 likes · 21 min read
Observations on the Third Evolution of Data Infrastructure and the Next‑Generation Data Platform Architecture
System Architect Go
System Architect Go
Sep 7, 2024 · Cloud Native

How Kubelet, CRI, and CNI Collaborate to Launch a New Pod

When a new Pod is created, Kubelet coordinates with the CRI and CNI components to set up the sandbox, configure networking, pull images, create and start containers, using gRPC calls and command‑line interactions, with details varying across container runtimes such as containerd, cri‑o, and Docker.

CNICRICloud Native
0 likes · 5 min read
How Kubelet, CRI, and CNI Collaborate to Launch a New Pod
21CTO
21CTO
Sep 7, 2024 · Cloud Native

What Is Dokku? The Minimal Open‑Source PaaS Powered by Docker

Dokku is an open‑source Platform‑as‑a‑Service built on Docker that uses Dockerfiles or Buildpacks to auto‑detect languages, runs apps in isolated containers, extends functionality via plugins, and has grown to over 28 000 GitHub stars since its 2013 launch.

Cloud NativeDevOpsDocker
0 likes · 2 min read
What Is Dokku? The Minimal Open‑Source PaaS Powered by Docker
Didi Tech
Didi Tech
Sep 5, 2024 · Industry Insights

How Didi Built a Multi‑Protocol, Petabyte‑Scale Storage System for AI Training

Facing petabyte‑level data, billions of small files, and the need for POSIX, S3, and HDFS compatibility, Didi designed a new generation of non‑structured storage—OrangeFS—by analyzing internal systems, combining multiple storage solutions, reusing GIFT technology, and implementing a high‑performance metadata service, multi‑protocol fusion, and robust scalability features.

AI storageBig DataCloud Native
0 likes · 27 min read
How Didi Built a Multi‑Protocol, Petabyte‑Scale Storage System for AI Training
Alibaba Cloud Observability
Alibaba Cloud Observability
Sep 5, 2024 · Cloud Native

Can Alibaba’s OpenTelemetry Golang Agent Simplify Your Go App Monitoring?

This article explains why the newly released OpenTelemetry Golang Agent from Alibaba Cloud offers a compile‑time, non‑intrusive alternative to manual SDK instrumentation and eBPF auto‑instrumentation, detailing its architecture, code examples, plugin support, context propagation improvements, and future roadmap for Go observability.

Automatic InstrumentationCloud NativeGolang
0 likes · 15 min read
Can Alibaba’s OpenTelemetry Golang Agent Simplify Your Go App Monitoring?
Cloud Native Technology Community
Cloud Native Technology Community
Sep 4, 2024 · Cloud Native

Debugging Kubernetes Container Networks with nsenter and Temporary Pods

This article explains how to use the nsenter tool to enter a container's network namespace for packet capture and other host‑level debugging, provides scripts for logging into Kubernetes nodes, shows a DaemonSet deployment for persistent access, and compares nsenter with the newer kubectl debug temporary container approach.

Cloud NativeDaemonSetKubernetes
0 likes · 5 min read
Debugging Kubernetes Container Networks with nsenter and Temporary Pods
Alibaba Cloud Infrastructure
Alibaba Cloud Infrastructure
Sep 2, 2024 · Cloud Native

How Lilith Games Used Cloud‑Native Architecture to Transform AFK Journey

This article examines Lilith Games' cloud‑native migration of the new title AFK Journey, detailing the motivations, technical challenges of containerizing stateful game servers, the adoption of OpenKruise for in‑place updates, and the measurable improvements in resource utilization, release speed, and operational costs.

Cloud NativeDevOpsGame Development
0 likes · 8 min read
How Lilith Games Used Cloud‑Native Architecture to Transform AFK Journey
JD Tech
JD Tech
Aug 31, 2024 · Cloud Native

Joylive Agent: Java Bytecode‑Based Proxyless Service Mesh for Microservice Governance

The article introduces Joylive Agent, a Java bytecode‑enhancement framework that implements a proxyless service‑mesh architecture for microservice governance, detailing its background, design principles, plugin system, bytecode manipulation techniques, traffic‑control strategies, multi‑active models, and deployment practices on Kubernetes.

Cloud NativeJava AgentService Mesh
0 likes · 37 min read
Joylive Agent: Java Bytecode‑Based Proxyless Service Mesh for Microservice Governance
Architects' Tech Alliance
Architects' Tech Alliance
Aug 30, 2024 · Cloud Native

AmpereOne A192-32X: A 192‑Core ARM Server CPU and Its LGA5964 Socket

The article provides an in‑depth technical overview of Ampere’s custom‑core AmpereOne A192‑32X 192‑core ARM server processor, covering its architecture, cloud‑native features, performance comparisons with AMD EPYC and Intel Xeon, cooling design, LGA5964 socket details, and benchmark results from real‑world stress testing.

ARM server CPUAmpereOneCloud Native
0 likes · 10 min read
AmpereOne A192-32X: A 192‑Core ARM Server CPU and Its LGA5964 Socket
Architecture Digest
Architecture Digest
Aug 30, 2024 · Fundamentals

MoonBit: A Next‑Generation Cloud‑Native Programming Language with Modern Generics, Precise Error Handling, and Efficient Iterators

MoonBit is a Chinese‑developed, Rust‑like programming language that offers zero‑cost generics, compile‑time precise error handling, and high‑performance iterators, delivering dramatically faster compilation and smaller WebAssembly binaries for cloud and edge computing workloads.

Cloud NativeError HandlingGenerics
0 likes · 7 min read
MoonBit: A Next‑Generation Cloud‑Native Programming Language with Modern Generics, Precise Error Handling, and Efficient Iterators
StarRocks
StarRocks
Aug 30, 2024 · Databases

How Cloud‑Native Persistent Index Boosts StarRocks Performance 10× in Elastic Scheduling

StarRocks 3.3.1 introduces a cloud‑native persistent index that moves index files to object storage, eliminates local‑disk constraints, and supports elastic scaling, delivering up to ten‑fold latency improvement over local‑disk indexes in elastic scheduling while matching performance in batch and real‑time imports.

Cloud NativeStarRocksdatabase
0 likes · 11 min read
How Cloud‑Native Persistent Index Boosts StarRocks Performance 10× in Elastic Scheduling
Linux Ops Smart Journey
Linux Ops Smart Journey
Aug 29, 2024 · Operations

How to Diagnose and Fix CoreDNS Timeout Issues in Kubernetes

This article explains why CoreDNS may experience DNS resolution timeouts in a Kubernetes cluster, how to analyze logs and timeout settings, locate upstream DNS problems, and apply practical solutions such as adjusting timeout values, switching upstream DNS servers, and deploying a local DNS service.

Cloud NativeCoreDNSDNS
0 likes · 4 min read
How to Diagnose and Fix CoreDNS Timeout Issues in Kubernetes
Mike Chen's Internet Architecture
Mike Chen's Internet Architecture
Aug 29, 2024 · Cloud Native

Mastering Kubernetes: Core Concepts, Architecture, and Real‑World Use Cases

This article provides a comprehensive overview of Kubernetes (K8S), covering its origins, key problems it solves, master‑node architecture, core components such as kube‑apiserver, scheduler, controllers, node agents, and practical applications like CI/CD integration, multi‑tenant and micro‑service deployments.

Cloud NativeCluster ManagementKubernetes
0 likes · 9 min read
Mastering Kubernetes: Core Concepts, Architecture, and Real‑World Use Cases
Cloud Native Technology Community
Cloud Native Technology Community
Aug 28, 2024 · Cloud Native

Kubernetes 1.31 Introduces the Alpha ‘distribute-cpus-across-cores’ Option in CPUManager Static Policy

Kubernetes 1.31 adds an alpha‑stage ‘distribute-cpus-across-cores’ option to the CPUManager static policy, allowing CPUs to be spread across physical cores for better cache locality, reduced contention, and improved performance in multi‑core and performance‑sensitive workloads.

CPUManagerCloud NativeKubernetes
0 likes · 7 min read
Kubernetes 1.31 Introduces the Alpha ‘distribute-cpus-across-cores’ Option in CPUManager Static Policy
Infra Learning Club
Infra Learning Club
Aug 27, 2024 · Cloud Native

Kubelet Source Code Deep Dive: Understanding Its Core Workflows

The article dissects the kubelet architecture, detailing its main syncLoop control cycle, auxiliary loops, and key managers such as podManager, podWorkers, evictionManager, probeManager, and runtime components, while explaining how pod updates, PLEG mechanisms, and various channels coordinate pod lifecycle and resource handling.

Cloud NativeKubernetesRuntime
0 likes · 9 min read
Kubelet Source Code Deep Dive: Understanding Its Core Workflows
Linux Ops Smart Journey
Linux Ops Smart Journey
Aug 26, 2024 · Information Security

How to Secure Container Images: Integrating Trivy with Harbor for Seamless Vulnerability Scanning

This guide explains why container image security matters, details the Trivy toolchain, shows step‑by‑step how to install Trivy, scan images, obtain offline vulnerability and Java index databases, and verify scans, preparing you to integrate Trivy with Harbor for a safer CI/CD pipeline.

Cloud NativeTrivyoffline database
0 likes · 11 min read
How to Secure Container Images: Integrating Trivy with Harbor for Seamless Vulnerability Scanning
JD Cloud Developers
JD Cloud Developers
Aug 23, 2024 · Cloud Native

Scaling Across Clusters: JD Cloud’s Large‑Scale Application Management Practices

At KubeCon + CloudNativeCon 2024 in Hong Kong, JD Cloud presented its cross‑cluster, large‑scale application management practice, detailing a federated Serverless model that oversees over 10,000 nodes, improves resource utilization, simplifies multi‑cluster scheduling, and offers efficient elastic scaling solutions.

Cloud NativeJD CloudKubernetes
0 likes · 3 min read
Scaling Across Clusters: JD Cloud’s Large‑Scale Application Management Practices
Alibaba Cloud Native
Alibaba Cloud Native
Aug 21, 2024 · Cloud Native

What Drives iLogtail Adoption? Insights from a Two‑Year Community Survey

A two‑year community survey of the open‑source iLogtail collector reveals that high performance, container‑friendly design, extensive plugin ecosystem, and strong Kubernetes integration drive widespread production use, while users request better documentation, a more polished ConfigServer tool, and clearer contribution pathways.

Cloud Nativelog collectionobservability
0 likes · 10 min read
What Drives iLogtail Adoption? Insights from a Two‑Year Community Survey
DevOps Coach
DevOps Coach
Aug 19, 2024 · Cloud Native

Why Crossplane Might Outshine Terraform for Cloud‑Native Infrastructure Management

This article compares Crossplane and Terraform, highlighting how Crossplane’s control‑plane architecture, flexible collaboration model, self‑service abstractions, and native REST API can address the scalability and integration challenges that often limit Terraform in modern cloud‑native environments.

Cloud NativeControl PlaneCrossplane
0 likes · 8 min read
Why Crossplane Might Outshine Terraform for Cloud‑Native Infrastructure Management
21CTO
21CTO
Aug 17, 2024 · Cloud Native

Why Go Is Becoming the Go‑To Language for Cloud‑Native Development

The article traces Go's 15‑year journey from its 2009 debut, highlighting its rapid rise in popularity, strong community, advantages over C/C++ and Java, and its pivotal role in cloud‑native, microservice, and AI/ML applications today.

Cloud NativeDevOpsbackend-development
0 likes · 7 min read
Why Go Is Becoming the Go‑To Language for Cloud‑Native Development
Alibaba Cloud Native
Alibaba Cloud Native
Aug 15, 2024 · Cloud Native

My Journey Contributing to Alibaba's Higress via GitHub Actions in a Cloud‑Native Challenge

The author recounts how a university student discovered open‑source, joined the 2024 Tianchi Cloud Native Programming Challenge, used the AI assistant Tongyi Lingma to master GitHub Actions, built and published a Wasm plugin for Alibaba's Higress gateway, and successfully merged a PR after extensive testing and community feedback.

AI code assistantCloud NativeGitHub Actions
0 likes · 7 min read
My Journey Contributing to Alibaba's Higress via GitHub Actions in a Cloud‑Native Challenge
Open Source Linux
Open Source Linux
Aug 13, 2024 · Cloud Native

How to Enable Hot Reload of ConfigMaps and Secrets in Kubernetes with Reloader

This article explains the challenges of updating ConfigMaps and Secrets in cloud‑native environments, compares env and volume injection methods, and demonstrates how the open‑source Reloader tool can automatically watch changes and trigger rolling updates for deployments, statefulsets, and other workloads.

Cloud NativeConfigMapKubernetes
0 likes · 10 min read
How to Enable Hot Reload of ConfigMaps and Secrets in Kubernetes with Reloader
dbaplus Community
dbaplus Community
Aug 12, 2024 · Cloud Native

Scaling Cloud‑Native Metric Monitoring: VictoriaMetrics, Flink, and Prometheus in Action

The article details how NetEase Cloud Music redesigned its APM stack by adopting VictoriaMetrics as a Prometheus‑compatible storage, adding Flink‑based pre‑aggregation, a query‑proxy for seamless Metric‑Trace correlation, and Grafana enhancements to achieve low‑cost, high‑performance observability at massive scale.

APMCloud Native
0 likes · 14 min read
Scaling Cloud‑Native Metric Monitoring: VictoriaMetrics, Flink, and Prometheus in Action
Alibaba Cloud Native
Alibaba Cloud Native
Aug 12, 2024 · Cloud Native

How SPL’s High‑Performance Mode Supercharges Log Queries in the Cloud

Log data’s immutable, random, and multi‑source nature makes traditional search inefficient, so Alibaba Cloud’s SLS introduces the SPL pipeline language, combining Unix‑style piping with SQL‑like functions, and leverages computation push‑down, vectorized processing, and optimized I/O to deliver high‑performance log queries at scale.

Cloud NativeSPLhigh performance
0 likes · 18 min read
How SPL’s High‑Performance Mode Supercharges Log Queries in the Cloud
ByteDance SYS Tech
ByteDance SYS Tech
Aug 12, 2024 · Cloud Native

How mGPU Enables Efficient GPU Sharing for AI Workloads

This article explains the mGPU solution that virtualizes NVIDIA GPUs for containers, detailing its driver architecture, compute and memory isolation mechanisms, performance benchmarks on ResNet‑50 inference, and how it boosts GPU utilization by over 50% for AI and high‑performance computing tasks.

AI accelerationCloud NativeGPU Sharing
0 likes · 10 min read
How mGPU Enables Efficient GPU Sharing for AI Workloads
Alibaba Cloud Observability
Alibaba Cloud Observability
Aug 12, 2024 · Operations

How iLogtail Achieves Million‑Scale Observability with SRE Best Practices

This article explains how iLogtail, Alibaba Cloud's high‑performance observability agent, tackles reliability challenges at million‑scale deployments through a comprehensive SRE workflow that spans design, development, testing, gray‑release, operations, and continuous customer support, all while leveraging cloud‑native tools and automation.

Cloud NativeDevOpsSRE
0 likes · 31 min read
How iLogtail Achieves Million‑Scale Observability with SRE Best Practices
DataFunSummit
DataFunSummit
Aug 10, 2024 · Cloud Native

Optimizing I/O for Data‑Intensive Analytics in Cloud‑Native Environments: Insights from Uber Presto

This whitepaper investigates the migration of data‑intensive analytics to cloud‑native environments, using Uber’s Presto workload to expose how cloud storage cost models and fragmented I/O patterns affect performance, and proposes optimized I/O strategies to improve cost‑effectiveness and system design.

Cloud NativeCost ModelI/O optimization
0 likes · 3 min read
Optimizing I/O for Data‑Intensive Analytics in Cloud‑Native Environments: Insights from Uber Presto
Mike Chen's Internet Architecture
Mike Chen's Internet Architecture
Aug 8, 2024 · Cloud Native

Understanding Kubernetes (K8S) Architecture and Core Components

This article provides a comprehensive overview of Kubernetes, detailing its cloud‑native architecture, the roles of Master and Node components, key services such as API Server, etcd, Controller Manager, Scheduler, as well as node‑level elements like Kubelet, container runtimes, and Kube‑Proxy, while also offering practical code examples and resource links.

Cloud NativeKubernetesMaster Node
0 likes · 9 min read
Understanding Kubernetes (K8S) Architecture and Core Components
DataFunSummit
DataFunSummit
Aug 7, 2024 · Cloud Native

Optimizing I/O for Data-Intensive Analytics in Cloud-Native Environments: A Case Study of Uber Presto

This whitepaper examines the industry trend of moving data‑intensive analytics workloads to cloud‑native environments, analyzing how cloud storage cost models affect performance optimization, and presents an Uber Presto case study that reveals fragmented I/O patterns and proposes cost‑effective optimization strategies.

Cloud NativeI/O optimizationPresto
0 likes · 3 min read
Optimizing I/O for Data-Intensive Analytics in Cloud-Native Environments: A Case Study of Uber Presto
Alibaba Cloud Native
Alibaba Cloud Native
Aug 7, 2024 · Operations

How iLogtail Achieves Million‑Scale Observability with SRE Practices

This article details how Alibaba Cloud's iLogtail agent, serving tens of thousands of hosts and containers, overcomes unique stability challenges through a comprehensive SRE approach that spans design, development, testing, gray‑release, operations, and customer‑support, ultimately boosting reliability and reducing incident rates.

Cloud NativeSREiLogtail
0 likes · 32 min read
How iLogtail Achieves Million‑Scale Observability with SRE Practices
ByteDance Cloud Native
ByteDance Cloud Native
Aug 7, 2024 · Artificial Intelligence

Deploy Stable Diffusion in 5 Minutes with Volcengine’s Continuous Delivery CP

Learn how to quickly launch a Stable Diffusion WebUI service in just five minutes using Volcengine’s cloud‑native continuous delivery platform, which abstracts Kubernetes complexities, provides pre‑configured AI templates, serverless VCI deployment, automatic scaling, API gateway access, and includes a Python client for image generation.

AI deploymentCloud NativePython
0 likes · 14 min read
Deploy Stable Diffusion in 5 Minutes with Volcengine’s Continuous Delivery CP
Full-Stack DevOps & Kubernetes
Full-Stack DevOps & Kubernetes
Aug 7, 2024 · Cloud Native

Top 10 Must‑Know Kubernetes Features to Boost Your Cloud‑Native Apps

This article introduces ten essential Kubernetes technologies—including Helm Charts, Operators, Service Mesh, StatefulSets, CRDs, Network Policies, Pod Disruption Budgets, HPA, Persistent Volumes, and Ingress Controllers—explaining their core concepts, key capabilities, and how they improve application reliability, scalability, and security.

Cloud NativeDevOpsKubernetes
0 likes · 8 min read
Top 10 Must‑Know Kubernetes Features to Boost Your Cloud‑Native Apps
Go Programming World
Go Programming World
Aug 4, 2024 · Fundamentals

Applying the Adapter Pattern in Go: From Payment Systems to Multi‑Cloud Management and Model Training Platforms

This article explains the Adapter design pattern, illustrates its real‑world analogy, demonstrates a complete Go implementation for payment processing, and shows how the pattern can be used in production scenarios such as a multi‑cloud management platform and a model‑training service, highlighting its role in unifying incompatible interfaces.

Adapter PatternCloud NativeDesign Patterns
0 likes · 13 min read
Applying the Adapter Pattern in Go: From Payment Systems to Multi‑Cloud Management and Model Training Platforms
Alibaba Cloud Developer
Alibaba Cloud Developer
Aug 2, 2024 · Operations

How Alibaba Cloud’s ARMS Go Agent Enables Zero‑Intrusion Monitoring for Go Microservices

This article explains how Alibaba Cloud's ARMS team collaborated with the language and compiler team to create an OpenTelemetry‑based, compile‑time automatic instrumentation solution for Golang applications, detailing its background, technical workflow, key optimizations, and practical impact on cloud‑native monitoring.

ARMSAutomatic InstrumentationCloud Native
0 likes · 13 min read
How Alibaba Cloud’s ARMS Go Agent Enables Zero‑Intrusion Monitoring for Go Microservices
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
Huolala Tech
Huolala Tech
Aug 1, 2024 · Big Data

How Huolala’s Big Data Team Cut Costs and Boosted Efficiency with an Elastic Architecture

Huolala’s three‑year‑old big data team shares how they tackled cost, operations, and analysis inefficiencies by building a layered, elastic infrastructure, adopting ARM servers, automating workflows, embracing cloud‑native practices, and implementing multi‑engine routing, achieving 20‑30% cost savings and higher performance.

Cloud NativeCost Optimizationelastic scaling
0 likes · 12 min read
How Huolala’s Big Data Team Cut Costs and Boosted Efficiency with an Elastic Architecture
Top Architect
Top Architect
Jul 31, 2024 · Backend Development

Why Adopt Microservices? Principles, Splitting Strategies, DDD Relationship, and Common Implementation Techniques

The article explains why microservices have become a mainstream architectural choice, outlines the shortcomings of monolithic systems, presents core design principles and various service‑splitting methods, discusses the synergy with Domain‑Driven Design, compares microservices with other architectures, and lists typical technologies used in practice.

Backend ArchitectureCloud NativeDDD
0 likes · 23 min read
Why Adopt Microservices? Principles, Splitting Strategies, DDD Relationship, and Common Implementation Techniques
FunTester
FunTester
Jul 31, 2024 · Cloud Native

Improving Test Environment Stability with Containerized One-Box and Soft‑Isolation Solutions

The article analyzes why test environments are inherently less stable than production, identifies frequent changes as the root cause, and proposes two container‑based approaches—One‑Box for small services and soft isolation for large microservice systems—plus automated health and business inspections to achieve reasonable, cost‑effective stability.

Cloud NativeMicroservicesOperations
0 likes · 13 min read
Improving Test Environment Stability with Containerized One-Box and Soft‑Isolation Solutions