UCloud Tech
Author

UCloud Tech

UCloud is a leading neutral cloud provider in China, developing its own IaaS, PaaS, AI service platform, and big data exchange platform, and delivering comprehensive industry solutions for public, private, hybrid, and dedicated clouds.

148
Articles
0
Likes
41
Views
0
Comments
Recent Articles

Latest from UCloud Tech

100 recent articles max
UCloud Tech
UCloud Tech
Aug 27, 2019 · Cloud Native

Unlocking EnvoyFilter: Namespace Isolation & Advanced Traffic Control in Istio

This article details how the KUN platform enhances Istio’s Service Mesh by extending EnvoyFilter with namespace-level isolation, custom traffic management strategies, fault injection examples, and validation mechanisms, illustrating code implementations and architectural insights for robust, scalable microservice networking.

EnvoyFilterIstioKubernetes
0 likes · 10 min read
Unlocking EnvoyFilter: Namespace Isolation & Advanced Traffic Control in Istio
UCloud Tech
UCloud Tech
Aug 20, 2019 · Cloud Native

Unlocking Cloud‑Native Success: Real‑World Kubernetes Practices from UCloud Experts

The article recaps a Shanghai UCan afternoon tea tech salon where six seasoned experts shared practical Kubernetes and cloud‑native experiences, covering UCloud’s UK8S platform, network and storage integrations, tenant isolation, deployment automation, real‑world case studies from healthcare, workflow engines, service mesh, and small‑team adoption strategies.

DevOpsKubernetesUCloud
0 likes · 10 min read
Unlocking Cloud‑Native Success: Real‑World Kubernetes Practices from UCloud Experts
UCloud Tech
UCloud Tech
Aug 15, 2019 · Cloud Computing

How Packer and UCloud Simplify Automated Multi‑Cloud Image Building

This article explains how UCloud’s Packer builder automates the creation of consistent, versioned machine images across multiple cloud platforms, compares it with manual console methods, outlines the full lifecycle, provides practical JSON examples, and demonstrates integration with Terraform for seamless DevOps workflows.

DevOpsImage BuildingPacker
0 likes · 10 min read
How Packer and UCloud Simplify Automated Multi‑Cloud Image Building
UCloud Tech
UCloud Tech
Jul 18, 2019 · Cloud Native

How UCloud Built a Kubernetes‑Powered CI/CD Platform with GitLab and KUN

UCloud integrated GitLab with its custom Kubernetes‑based container service platform KUN to achieve daily automated deployments, detailing CI/CD goals, branch strategy, pipeline design, Kaniko image building, runner execution, and a specialized YAML editor for seamless cloud‑native development.

CI/CDDevOpsGitLab
0 likes · 11 min read
How UCloud Built a Kubernetes‑Powered CI/CD Platform with GitLab and KUN
UCloud Tech
UCloud Tech
Jun 12, 2019 · Cloud Native

Boost Hybrid Cloud Efficiency: Integrating Hosted Physical Machines into UK8S

This article explains how incorporating hosted‑cloud physical servers into UCloud's UK8S cluster enables seamless hybrid‑cloud operation by improving resource utilization during low‑traffic periods, simplifying network, storage, and load‑balancing configurations, and reducing the operational overhead of managing separate Kubernetes clusters.

Hybrid CloudKubernetesLoad Balancing
0 likes · 10 min read
Boost Hybrid Cloud Efficiency: Integrating Hosted Physical Machines into UK8S
UCloud Tech
UCloud Tech
May 23, 2019 · Cloud Computing

How SPDK Boosts Cloud Disk I/O Performance: Hot Upgrade & Online Migration

This article explains how using the Storage Performance Development Kit (SPDK) optimizes virtualized I/O paths for cloud disks, covering its architecture, virtio vring basics, hot‑upgrade solutions, online migration techniques, and io_uring enhancements that together achieve up to 1.2 million IOPS with dramatically reduced latency.

Performance optimizationSPDKcloud storage
0 likes · 14 min read
How SPDK Boosts Cloud Disk I/O Performance: Hot Upgrade & Online Migration
UCloud Tech
UCloud Tech
Apr 11, 2019 · Cloud Native

Why Does a Kubernetes Pod IP Disappear? The Hidden Second Sandbox Bug

UK8S’s custom CNI plugin integrates VPC networking to give containers native cloud performance, but a bug caused kubelet to create a second sandbox container, leading to missing NETNS parameters and VPC IP leaks; the article details the investigation, root‑cause analysis, and the patch fixing the issue.

CNIIP leakKubelet
0 likes · 15 min read
Why Does a Kubernetes Pod IP Disappear? The Hidden Second Sandbox Bug
UCloud Tech
UCloud Tech
Mar 28, 2019 · Databases

Why MySQL Replication Lag Happens and How to Fix It: Real-World Cases

This article examines the common causes of MySQL master‑slave replication delay, explains how to monitor the issue with SHOW SLAVE STATUS, and provides practical solutions for six typical scenarios ranging from heavy write traffic to hardware mismatches.

Database PerformanceMySQLTroubleshooting
0 likes · 13 min read
Why MySQL Replication Lag Happens and How to Fix It: Real-World Cases