Tag

cloud-native

1 views collected around this technical thread.

Linux Ops Smart Journey
Linux Ops Smart Journey
Jun 13, 2025 · Operations

Master ServiceMonitor: Build Reliable Prometheus Monitoring for Kubernetes

This article dives deep into ServiceMonitor, comparing it with traditional Prometheus configurations, detailing its core fields, and providing hands‑on examples for Harbor and GitLab metrics, enabling you to create stable, flexible, and maintainable monitoring setups for Kubernetes services.

KubernetesPrometheusServiceMonitor
0 likes · 5 min read
Master ServiceMonitor: Build Reliable Prometheus Monitoring for Kubernetes
Mike Chen's Internet Architecture
Mike Chen's Internet Architecture
Jun 13, 2025 · Cloud Native

Master Docker Commands: Essential Cheat Sheet for Cloud‑Native Developers

This guide presents a comprehensive cheat sheet of Docker commands covering image management, container lifecycle, volumes, networks, and image packaging, offering cloud‑native engineers a quick reference to efficiently handle Docker tasks in development and production environments.

ContainerDockerNetwork
0 likes · 4 min read
Master Docker Commands: Essential Cheat Sheet for Cloud‑Native Developers
Cloud Native Technology Community
Cloud Native Technology Community
Jun 13, 2025 · Cloud Native

CNAPP: The Key to Securing Cloud‑Native Applications from Containers to Lifecycle

This article examines the evolution of container security into comprehensive cloud‑native protection, explaining CNAPP concepts, technical roadmaps, industry challenges, and best‑practice recommendations for integrating security across the entire application lifecycle, while highlighting market trends and future directions.

CNAPPDevSecOpscloud native security
0 likes · 26 min read
CNAPP: The Key to Securing Cloud‑Native Applications from Containers to Lifecycle
iQIYI Technical Product Team
iQIYI Technical Product Team
Jun 12, 2025 · Operations

How iQIYI’s “Qijing” Platform Revolutionizes Testing Across Devices and Teams

This article explores iQIYI’s comprehensive testing ecosystem, detailing industry trends, the platform’s multi‑terminal challenges, fragmented legacy solutions, and the unified, cloud‑native “Qijing” environment that streamlines test access, zero‑trust security, and real‑world validation for rapid product delivery.

cloud-nativeiQIYIoperations
0 likes · 20 min read
How iQIYI’s “Qijing” Platform Revolutionizes Testing Across Devices and Teams
Linux Ops Smart Journey
Linux Ops Smart Journey
Jun 11, 2025 · Cloud Native

Master Cloud‑Native Monitoring: Deploy Prometheus Operator with Helm

This guide explains why traditional monitoring falls short in cloud‑native environments and shows step‑by‑step how to install and configure the Prometheus Operator on Kubernetes using Helm, including custom image settings, storage configuration, and verification of the deployed services.

HelmKubernetesOperator
0 likes · 7 min read
Master Cloud‑Native Monitoring: Deploy Prometheus Operator with Helm
Mike Chen's Internet Architecture
Mike Chen's Internet Architecture
Jun 11, 2025 · Cloud Native

Master Kubernetes Architecture: From Master Nodes to Pods Explained

This article provides a comprehensive overview of Kubernetes architecture, detailing the control plane components, worker node services, and the end‑to‑end workflow that enables automated deployment, scaling, and management of containerised applications in cloud‑native environments.

Container OrchestrationDevOpsKubernetes
0 likes · 5 min read
Master Kubernetes Architecture: From Master Nodes to Pods Explained
ByteDance Data Platform
ByteDance Data Platform
Jun 11, 2025 · Databases

BlendHouse: The Award‑Winning Cloud‑Native Vector Database Redefining Search

ByteHouse’s BlendHouse, a cloud‑native vector database system presented at ICDE 2025, won the Best Industry and Application Paper Award, showcasing a high‑performance, universally designed framework with deep mixed‑query optimization that outperforms dedicated vector databases in read/write speed and supports large‑scale multimodal retrieval.

BlendHouseICDE 2025cloud-native
0 likes · 6 min read
BlendHouse: The Award‑Winning Cloud‑Native Vector Database Redefining Search
Cognitive Technology Team
Cognitive Technology Team
Jun 11, 2025 · Cloud Native

Unlock Low‑Cost Mobile Testing with Sonic’s Cloud‑Native Device Platform

This article introduces Sonic, an open‑source cloud‑device testing platform that leverages a Spring Cloud micro‑service architecture and Docker deployment to provide low‑cost, scalable, and flexible automated testing, remote debugging, CI/CD integration, and multi‑platform support for mobile applications.

Docker Deploymentci/cd integrationcloud-native
0 likes · 8 min read
Unlock Low‑Cost Mobile Testing with Sonic’s Cloud‑Native Device Platform
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Jun 10, 2025 · Cloud Native

Build a Custom Kubernetes Controller from Scratch: Init, Code, Docker, Helm

This step‑by‑step guide walks you through initializing a Kubernetes controller project with kubebuilder, writing the Reconcile logic, debugging and performance monitoring, building and pushing Docker images, and deploying the controller using Helm charts, while also covering metrics collection, RBAC configuration, and best practices for cloud‑native workloads.

ControllerDockerGo
0 likes · 19 min read
Build a Custom Kubernetes Controller from Scratch: Init, Code, Docker, Helm
Architect's Guide
Architect's Guide
Jun 10, 2025 · Cloud Native

How Microservices Evolve: From Monoliths to Cloud‑Native Service Governance

This article traces the evolution of internet architecture from monolithic and MVC designs through multi‑application and distributed systems, explains service‑oriented architecture and its benefits, introduces Dubbo‑based service governance, and outlines the core concepts, features, and implementation approaches of microservices.

Dubbocloud-nativedistributed architecture
0 likes · 12 min read
How Microservices Evolve: From Monoliths to Cloud‑Native Service Governance
Big Data Technology Tribe
Big Data Technology Tribe
Jun 10, 2025 · Cloud Native

Mastering eBPF Maps: Design, Implementation, and Real‑World Use Cases

This article provides an in‑depth analysis of BPF maps—explaining their design principles, core features, various map types with code examples, and the macro expansion process that turns high‑level BCC helpers into native kernel map definitions for cloud‑native observability.

BCCBPF mapsLinux kernel
0 likes · 12 min read
Mastering eBPF Maps: Design, Implementation, and Real‑World Use Cases
Linux Ops Smart Journey
Linux Ops Smart Journey
Jun 9, 2025 · Cloud Native

Master Kubernetes Certificate Management with the kubectl cert-manager Plugin

This guide walks you through installing the kubectl cert-manager plugin via krew or offline, checking certificate renewal status, manually renewing certificates, and understanding key timestamps, all to streamline Kubernetes certificate management and boost operational efficiency.

Kubernetescert-managercertificate-management
0 likes · 5 min read
Master Kubernetes Certificate Management with the kubectl cert-manager Plugin
Linux Ops Smart Journey
Linux Ops Smart Journey
Jun 6, 2025 · Operations

How to Build a Complete Longhorn Monitoring System with Prometheus & Grafana

This guide explains how to monitor Longhorn storage in Kubernetes by collecting metrics with Prometheus, configuring scraping, verifying data collection, and visualizing everything in Grafana, enabling proactive performance tuning and reliable operations.

GrafanaKubernetesLonghorn
0 likes · 6 min read
How to Build a Complete Longhorn Monitoring System with Prometheus & Grafana
vivo Internet Technology
vivo Internet Technology
Jun 4, 2025 · Cloud Native

Deep Dive into Apache Pulsar Producer: Architecture, Parameters, and Performance Tuning

This article provides a comprehensive analysis of Apache Pulsar's Producer component, detailing its message-sending workflow, key design principles, configuration parameters, and practical performance tuning techniques to improve throughput, reduce latency, and lower resource consumption in large‑scale cloud‑native messaging systems.

Apache PulsarMessagingPerformance Tuning
0 likes · 26 min read
Deep Dive into Apache Pulsar Producer: Architecture, Parameters, and Performance Tuning
Linux Ops Smart Journey
Linux Ops Smart Journey
Jun 4, 2025 · Cloud Native

Deploy Longhorn on Kubernetes with Helm: Step‑by‑Step Guide

This article provides a comprehensive, hands‑on tutorial for deploying the open‑source Longhorn distributed block storage system on a Kubernetes cluster using Helm, covering prerequisites, Helm chart preparation, installation, validation, and PVC mounting to ensure reliable stateful workloads.

Distributed StorageHelmKubernetes
0 likes · 11 min read
Deploy Longhorn on Kubernetes with Helm: Step‑by‑Step Guide
Efficient Ops
Efficient Ops
Jun 3, 2025 · Operations

What Anthropic’s SRE Team Learned: 23 Practical Ops Tips for Scalable AI Infrastructure

This article shares Anthropic’s SRE engineer insights on 23 actionable practices—from schema migration and Karpenter node management to OpenTelemetry adoption, Helm chart storage, and Terraform versus CloudFormation—offering concrete recommendations for building reliable, cost‑effective AI and cloud‑native platforms.

DevOpsInfrastructureKubernetes
0 likes · 12 min read
What Anthropic’s SRE Team Learned: 23 Practical Ops Tips for Scalable AI Infrastructure
DataFunSummit
DataFunSummit
Jun 1, 2025 · Big Data

Scaling WeChat’s Big Data and AI Workloads on Kubernetes: Challenges and Optimizations

This article details WeChat's migration of large‑scale big data and AI workloads to a cloud‑native Kubernetes platform, discussing performance bottlenecks, API server and ETCD overload protection, scheduler enhancements, observability solutions, resource utilization gains, and future serverless directions.

AIBig DataKubernetes
0 likes · 11 min read
Scaling WeChat’s Big Data and AI Workloads on Kubernetes: Challenges and Optimizations
Linux Ops Smart Journey
Linux Ops Smart Journey
May 29, 2025 · Cloud Native

Master Kubernetes Monitoring with kube-state-metrics and Prometheus

This guide walks you through deploying kube-state-metrics, configuring Prometheus scrape jobs, verifying metric collection, and adding Grafana dashboards to achieve a visible, manageable, and reliable Kubernetes monitoring solution for large‑scale clusters.

KubernetesObservabilityPrometheus
0 likes · 7 min read
Master Kubernetes Monitoring with kube-state-metrics and Prometheus
Java Captain
Java Captain
May 29, 2025 · Cloud Native

Advanced Nacos: Service Cluster Setup, Configuration Loading Order, and Common Issues

This guide explains how to build a Nacos service cluster, configure providers and consumers, write the necessary Spring Cloud Nacos YAML and Java controller code, detail the steps for setting up multiple Nacos nodes, and troubleshoot typical startup errors.

ClusterConfigurationJava
0 likes · 7 min read
Advanced Nacos: Service Cluster Setup, Configuration Loading Order, and Common Issues