Tagged articles

Kubernetes

4380 articles · Page 37 of 44
Efficient Ops
Efficient Ops
Sep 1, 2020 · Cloud Native

How to Keep Your Kubernetes Cluster Running When a Node Goes Down

This article explains the architecture and practical techniques for achieving high availability in Kubernetes clusters, covering control‑plane and worker‑node design, network service handling, connection reuse, node eviction, storage considerations, and application‑level strategies to ensure continuous service during node failures.

ClusterKubernetesNode Failure
0 likes · 23 min read
How to Keep Your Kubernetes Cluster Running When a Node Goes Down
TAL Education Technology
TAL Education Technology
Sep 1, 2020 · Cloud Computing

Cost Optimization and Resource Management in an Online Education Platform: From XEN Migration to Container‑Based Scaling

This article describes how an online education platform reduced infrastructure costs and improved service reliability by replacing XEN with KVM, building resource‑tracking platforms, adopting Kubernetes‑based containerization, implementing rapid auto‑scaling, and establishing systematic resource auditing and standardization processes.

Cloud ComputingKubernetescontainerization
0 likes · 25 min read
Cost Optimization and Resource Management in an Online Education Platform: From XEN Migration to Container‑Based Scaling
Alibaba Cloud Native
Alibaba Cloud Native
Aug 31, 2020 · Cloud Native

Deploy a RocketMQ Cluster on Kubernetes with the RocketMQ Operator – Step‑by‑Step Guide

This article walks through the background of RocketMQ, explains why an Operator is needed for cloud‑native deployments, and provides a complete, hands‑on tutorial for installing RocketMQ Operator via OperatorHub or manually, creating a RocketMQ cluster on Kubernetes, verifying it with producer/consumer examples, and cleaning up the resources.

ApacheKubernetesRocketMQ
0 likes · 16 min read
Deploy a RocketMQ Cluster on Kubernetes with the RocketMQ Operator – Step‑by‑Step Guide
IT Architects Alliance
IT Architects Alliance
Aug 30, 2020 · Cloud Native

Mastering Kubernetes Services: From Creation to External Exposure

This guide walks through Kubernetes Service fundamentals, including creating services, configuring session affinity, exposing multiple ports, using named ports, discovering services via environment variables and DNS, managing Endpoints, and exposing services externally through NodePort, LoadBalancer, and Ingress with TLS support.

EndpointsKubernetesLoadBalancer
0 likes · 28 min read
Mastering Kubernetes Services: From Creation to External Exposure
MaGe Linux Operations
MaGe Linux Operations
Aug 28, 2020 · Cloud Native

Step-by-Step Guide to Building a Kubernetes Cluster on CentOS with Docker and Flannel

This comprehensive tutorial walks you through preparing three CentOS 7.5 machines, disabling firewalls and swap, installing Docker and Kubernetes components with yum repositories, configuring the master node, joining worker nodes, deploying Flannel networking, setting up the Kubernetes dashboard, and troubleshooting common issues.

CentOSCluster SetupDashboard
0 likes · 30 min read
Step-by-Step Guide to Building a Kubernetes Cluster on CentOS with Docker and Flannel
Alibaba Cloud Developer
Alibaba Cloud Developer
Aug 28, 2020 · Cloud Native

Microservices in the Cloud‑Native Era: Architecture, Traffic Management & Security

This article explains how microservices have evolved from monolithic applications to cloud‑native environments, covering lifecycle management, traffic governance, programming models, trusted security, the role of containers, service mesh, Dapr, and Alibaba Cloud's EDAS platform, while highlighting active open‑source projects.

Kubernetescloud-nativedapr
0 likes · 21 min read
Microservices in the Cloud‑Native Era: Architecture, Traffic Management & Security
Alibaba Cloud Native
Alibaba Cloud Native
Aug 27, 2020 · Cloud Native

How Inclavare Containers Bring Confidential Computing to Kubernetes

This article explains the fundamentals of confidential computing, introduces the open‑source Inclavare Containers project and its integration with Kubernetes, details its architecture, workflow, signing models, and the related ACK‑TEE platform, and answers common questions about deployment and performance.

Confidential ComputingKubernetescloud native
0 likes · 19 min read
How Inclavare Containers Bring Confidential Computing to Kubernetes
MaGe Linux Operations
MaGe Linux Operations
Aug 27, 2020 · Cloud Native

Kubernetes 1.19 Highlights: Year‑Long Support, Storage Updates & New APIs

Version 1.19 of Kubernetes, released after a 20‑week cycle, introduces a year‑long support window, storage capacity tracking, generic ephemeral volumes, CSI health monitoring, GA Ingress, structured logging with klog, kubelet TLS certificate rotation, plus numerous features graduating to stable and major enhancements across scheduling, security, and API design.

KubernetesLoggingRelease 1.19
0 likes · 11 min read
Kubernetes 1.19 Highlights: Year‑Long Support, Storage Updates & New APIs
Full-Stack DevOps & Kubernetes
Full-Stack DevOps & Kubernetes
Aug 27, 2020 · Cloud Native

What’s New in Kubernetes 1.19? A Deep Dive into Year‑Long Support and Alpha Features

Kubernetes 1.19, released after a 20‑week cycle, introduces a one‑year support window, storage capacity tracking, generic ephemeral volumes, CSI health monitoring, Ingress reaching GA, structured logging, new klog methods, and kubelet TLS certificate rotation, while providing extensive release notes and ecosystem updates.

KubernetesLoggingRelease 1.19
0 likes · 15 min read
What’s New in Kubernetes 1.19? A Deep Dive into Year‑Long Support and Alpha Features
Liangxu Linux
Liangxu Linux
Aug 26, 2020 · Operations

Turn Windows 10 into a Full‑Featured Linux Development Workstation with WSL 2

This guide explains why dual‑booting is being replaced by WSL 2, describes its architecture and performance benefits, and provides step‑by‑step instructions for installing Ubuntu 20.04, configuring WSL 2, and setting up VS Code, Docker, Kubernetes, and the new Windows Terminal for a powerful developer workstation.

DockerKubernetesVSCode
0 likes · 9 min read
Turn Windows 10 into a Full‑Featured Linux Development Workstation with WSL 2
58 Tech
58 Tech
Aug 26, 2020 · Cloud Native

Dynamic Resource-Balancing Scheduling Strategies for Kubernetes in the 58 Cloud Platform

The article analyzes the limitations of native Kubernetes scheduling, proposes usage‑based and dynamic‑weight scheduling strategies to improve multi‑resource balance, presents experimental results showing significant CPU and memory utilization gains, and discusses cost benefits and future directions for the private cloud platform.

Dynamic WeightKubernetesResource Optimization
0 likes · 12 min read
Dynamic Resource-Balancing Scheduling Strategies for Kubernetes in the 58 Cloud Platform
UCloud Tech
UCloud Tech
Aug 26, 2020 · Cloud Native

How UCloud’s Cube Serverless Container Cuts Ops Overhead with Firecracker

The article details the background, user pain points, and technical design of UCloud’s Cube serverless container product, explaining its firecracker‑based runtime, cri‑o integration, Kubernetes scheduling, storage and network solutions, and future optimization plans.

ContainersFirecrackerKubernetes
0 likes · 9 min read
How UCloud’s Cube Serverless Container Cuts Ops Overhead with Firecracker
MaGe Linux Operations
MaGe Linux Operations
Aug 25, 2020 · Cloud Native

How to Run Multiple Containers Sequentially in a Single Kubernetes Pod

This article explains why native Kubernetes Jobs run containers concurrently, then shows how to achieve true sequential execution within a single pod using initContainers, and compares three approaches—native Job, Volcano, and Argo—detailing configurations, code samples, and practical trade‑offs.

ArgoJobKubernetes
0 likes · 9 min read
How to Run Multiple Containers Sequentially in a Single Kubernetes Pod
Top Architect
Top Architect
Aug 25, 2020 · Operations

Prometheus Monitoring in Kubernetes: Principles, Exporters, Configuration, Capacity Planning, and Best Practices

This comprehensive guide explores Prometheus as a cloud‑native monitoring solution for Kubernetes, covering core principles, exporter selection, configuration snippets, Grafana dashboard creation, capacity planning, high‑cardinality challenges, rate calculations, prediction functions, high‑availability designs, and integration with Alertmanager and other operational tools.

AlertmanagerExporterGrafana
0 likes · 38 min read
Prometheus Monitoring in Kubernetes: Principles, Exporters, Configuration, Capacity Planning, and Best Practices
Architecture Digest
Architecture Digest
Aug 25, 2020 · Operations

Best Practices and Advanced Topics for Prometheus Monitoring in Kubernetes

This article provides a comprehensive guide on using Prometheus for Kubernetes monitoring, covering fundamental principles, exporter selection, Grafana dashboard creation, memory and storage optimization, high‑availability designs, query performance, cardinality management, and integration with alerting and logging systems.

ExportersGrafanaKubernetes
0 likes · 33 min read
Best Practices and Advanced Topics for Prometheus Monitoring in Kubernetes
MaGe Linux Operations
MaGe Linux Operations
Aug 22, 2020 · Cloud Native

Master Python Kubernetes Jobs: Practical SDK Examples & Tips

This guide demonstrates how to manage Kubernetes Jobs using the Python client library, covering installation, initialization, creating, updating, monitoring, listing, and deleting jobs with both YAML and dictionary approaches, plus code snippets for watching events and retrieving associated pods.

JobKubernetesPython
0 likes · 10 min read
Master Python Kubernetes Jobs: Practical SDK Examples & Tips
Java Architect Essentials
Java Architect Essentials
Aug 20, 2020 · Cloud Native

Borg’s Resource Management, Isolation, and Lessons for Cloud‑Native Systems

This article examines Borg’s strategies for efficient machine utilization, fine‑grained resource allocation, and isolation—including cell compaction, resource reclamation, and performance isolation—provides experimental results and comparisons, and distills lessons learned to inform the design of cloud‑native systems such as Kubernetes.

BorgCluster SchedulingKubernetes
0 likes · 27 min read
Borg’s Resource Management, Isolation, and Lessons for Cloud‑Native Systems
Java Architecture Diary
Java Architecture Diary
Aug 19, 2020 · Backend Development

What Changed in Spring Boot 2.4 Config File Processing?

Spring Boot 2.4 introduces a major overhaul of how application.properties and application.yml files are processed, adding deterministic document ordering, new profile activation keys, support for multi‑document properties, profile groups, import of external configuration, and Kubernetes‑aware volume mounts, while preserving backward compatibility through a legacy mode.

@ProfileConfigurationKubernetes
0 likes · 12 min read
What Changed in Spring Boot 2.4 Config File Processing?
MaGe Linux Operations
MaGe Linux Operations
Aug 18, 2020 · Cloud Native

Mastering Kubernetes Services: From Creation to External Exposure

This article explains Kubernetes services in depth, covering how to create services, configure session affinity, expose multiple ports, use named ports, discover services via environment variables and DNS, expose services externally with NodePort, LoadBalancer, and Ingress, and set up readiness probes for pods.

KubernetesLoadBalanceringress
0 likes · 33 min read
Mastering Kubernetes Services: From Creation to External Exposure
Tencent Cloud Developer
Tencent Cloud Developer
Aug 18, 2020 · Cloud Native

Kubernetes High Availability: Architecture, Network, Storage, and Application Strategies

The article explains how to achieve Kubernetes high availability by designing a three‑node control‑plane with stacked etcd, using pod anti‑affinity, tuning node‑monitor timers, handling stale endpoints, configuring TCP keep‑alive, managing node taints and eviction, and choosing RWX storage or appropriate StatefulSet strategies to minimize service disruption after node failures.

ClusterKubernetesNode Failure
0 likes · 21 min read
Kubernetes High Availability: Architecture, Network, Storage, and Application Strategies
StarRing Big Data Open Lab
StarRing Big Data Open Lab
Aug 18, 2020 · Cloud Native

Why Overlay Networks Matter: Deep Dive into Flannel’s UDP, VXLAN, and Host‑gw Modes

This article explains why Kubernetes requires an overlay network, describes Docker’s virtual bridge limitations, introduces Flannel’s architecture and its three data‑forwarding modes—UDP, VXLAN, and host‑gw—detailing their mechanisms, performance trade‑offs, and how the StarRing TCOS platform leverages these modes for different cluster sizes and network topologies.

Container NetworkingFlannelKubernetes
0 likes · 13 min read
Why Overlay Networks Matter: Deep Dive into Flannel’s UDP, VXLAN, and Host‑gw Modes
Java Architect Essentials
Java Architect Essentials
Aug 18, 2020 · Cloud Native

Kubernetes Introduction: History, Architecture, and Open‑Source Impact

This article provides an overview of Kubernetes, explaining its purpose as an open‑source container orchestration platform, recounting its origins from internal Google discussions in 2013, the influence of Borg, the decision to open‑source it, and its subsequent growth into a widely adopted cloud‑native solution.

Container OrchestrationGoogleKubernetes
0 likes · 6 min read
Kubernetes Introduction: History, Architecture, and Open‑Source Impact
Alibaba Cloud Native
Alibaba Cloud Native
Aug 17, 2020 · Cloud Native

Why Istio Is Embracing Monoliths: Insights from Red Hat’s Christian Posta

In this interview, Red Hat’s former chief architect Christian Posta explains how Istio’s architecture has been simplified from a fragmented control plane to the unified Istiod binary, outlines upcoming features in version 1.7, discusses WebAssembly integration, and shares his view on the evolving service‑mesh market.

Architecture SimplificationIstioKubernetes
0 likes · 8 min read
Why Istio Is Embracing Monoliths: Insights from Red Hat’s Christian Posta
Full-Stack DevOps & Kubernetes
Full-Stack DevOps & Kubernetes
Aug 16, 2020 · Cloud Native

How to Configure Alertmanager, Add WeChat Alerts, and Enable Automatic Service Discovery in Kubernetes

This guide walks through modifying Alertmanager to use a NodePort service, decoding and editing its secret to add custom receivers and a WeChat template, recreating the secret, and extending Prometheus Operator with additional scrape configs for automatic service discovery, including RBAC adjustments and verification steps.

KubernetesRBACServiceDiscovery
0 likes · 10 min read
How to Configure Alertmanager, Add WeChat Alerts, and Enable Automatic Service Discovery in Kubernetes
Architects Research Society
Architects Research Society
Aug 16, 2020 · Databases

Insights into PostgreSQL: Community, Features, and Future Directions – Interview with Brad Nicholson and Dave Cramer

Brad Nicholson and Dave Cramer discuss their experiences with PostgreSQL, covering the project's community strengths and weaknesses, emerging pluggable storage, JSON path, Kubernetes deployment challenges, performance tuning, and their vision for the database’s evolution over the next decade.

CommunityDatabaseKubernetes
0 likes · 20 min read
Insights into PostgreSQL: Community, Features, and Future Directions – Interview with Brad Nicholson and Dave Cramer
Architects Research Society
Architects Research Society
Aug 15, 2020 · Databases

Interview with Apache CouchDB Project Leaders on Features, Use Cases, and Future Directions

In this interview, Apache CouchDB project leaders Adam Kocoloski and Jan Lehnardt discuss the database's unique replication model, strengths and weaknesses, notable real‑world deployments, upcoming 3.0 and 4.0 releases, Kubernetes deployment advice, and guidance for newcomers to Erlang and the CouchDB community.

CouchDBDatabaseKubernetes
0 likes · 17 min read
Interview with Apache CouchDB Project Leaders on Features, Use Cases, and Future Directions
ITPUB
ITPUB
Aug 14, 2020 · Cloud Native

Understanding Kubernetes Architecture: From Master Nodes to Service Networking

This article provides a comprehensive overview of Kubernetes, explaining its master‑node architecture, core components, deployment workflow, pod fundamentals, scaling and update strategies, networking layers, and service discovery mechanisms, enabling readers to grasp how container orchestration works in practice.

Container OrchestrationKubernetesNetworking
0 likes · 11 min read
Understanding Kubernetes Architecture: From Master Nodes to Service Networking
Alibaba Cloud Native
Alibaba Cloud Native
Aug 13, 2020 · Cloud Native

Debug Cloud‑Native Apps Locally with Alibaba EDAS in 3 Simple Steps

When a cloud‑deployed application behaves unexpectedly, this guide shows how to use Alibaba EDAS’s cloud‑native debugging tool to enable local‑to‑cloud integration, configure a remote‑accessible Kubernetes node, set up the IDE plugin, and run your service for seamless debugging without costly redeployments.

Alibaba CloudEDASIDE plugin
0 likes · 8 min read
Debug Cloud‑Native Apps Locally with Alibaba EDAS in 3 Simple Steps
Meituan Technology Team
Meituan Technology Team
Aug 13, 2020 · Cloud Native

Meituan’s Migration from OpenStack to Kubernetes: Large‑Scale Cloud‑Native Infrastructure, Challenges and Practices

Meituan migrated its massive cloud infrastructure from OpenStack to Kubernetes, containerizing over 98 % of services and implementing custom scheduling, NUMA‑aware placement, fine‑grained resource isolation, and an internal management platform that boosted stability above 99.99 %, cut costs, and paved the way for unified VM‑container scheduling and broader cloud‑native workloads.

KubernetesLarge-Scale OperationsMeituan
0 likes · 21 min read
Meituan’s Migration from OpenStack to Kubernetes: Large‑Scale Cloud‑Native Infrastructure, Challenges and Practices
Cloud Native Technology Community
Cloud Native Technology Community
Aug 13, 2020 · Cloud Native

The World’s Simplest Kubernetes Dashboard (k1s): Overview, Installation, Usage, and Implementation

This article introduces k1s, a minimalist Bash‑based Kubernetes dashboard that watches any resource type across namespaces, explains how to install it via Homebrew or a raw script, details its command‑line syntax, walks through the full source code line by line, and discusses its limitations and potential extensions.

DashboardKubernetesbash
0 likes · 15 min read
The World’s Simplest Kubernetes Dashboard (k1s): Overview, Installation, Usage, and Implementation
NetEase Media Technology Team
NetEase Media Technology Team
Aug 13, 2020 · Cloud Native

How NetEase Media Scaled Its Infrastructure with Containerization and Service Mesh

NetEase Media transformed its infrastructure by containerizing services, establishing multiple resource pools, implementing a ServiceMesh with NSF, and isolating beta and production environments, resulting in higher CPU utilization, automated scaling, and improved stability, while sharing lessons learned and future plans.

KubernetesService Meshcloud native
0 likes · 22 min read
How NetEase Media Scaled Its Infrastructure with Containerization and Service Mesh
Java Architect Essentials
Java Architect Essentials
Aug 12, 2020 · Operations

Common Kubernetes Pitfalls and How to Fix Them

This article outlines frequent Kubernetes operational mistakes—such as misconfigured resource requests, missing probes, improper load‑balancer exposure, naïve autoscaling, IAM/RBAC misuse, lack of anti‑affinity, absent PodDisruptionBudgets, multi‑tenant pitfalls, and suboptimal externalTrafficPolicy—providing concrete remediation steps and best‑practice code examples.

AutoscalingKubernetesProbes
0 likes · 15 min read
Common Kubernetes Pitfalls and How to Fix Them
Efficient Ops
Efficient Ops
Aug 10, 2020 · Cloud Native

Master Kubernetes: From Architecture to Deployment and Service Mesh

This comprehensive guide explains Kubernetes' architecture, core components, deployment workflow, pod fundamentals, container orchestration patterns, networking model, and service discovery, providing a clear understanding of how containerized applications are managed and accessed in a cloud‑native environment.

Container OrchestrationKubernetesdeployment
0 likes · 12 min read
Master Kubernetes: From Architecture to Deployment and Service Mesh
Alibaba Cloud Native
Alibaba Cloud Native
Aug 10, 2020 · Cloud Native

How to Build an Application‑Centric Kubernetes Platform with OAM

This article explains how to construct a Kubernetes platform that puts applications first by using the Open Application Model (OAM), covering the required architectural layers, core concepts such as Components, Traits, ApplicationConfiguration, Definition objects, and the practical benefits for platform engineers.

CRDKubernetesOAM
0 likes · 18 min read
How to Build an Application‑Centric Kubernetes Platform with OAM
MaGe Linux Operations
MaGe Linux Operations
Aug 5, 2020 · Cloud Native

Top Open-Source Tools to Simplify Kubernetes Management Across Any Environment

Discover a curated list of powerful open-source Kubernetes management solutions—including K9s, Rancher, Dashboard, Kubectl, Kubeadm, Helm, KubeSpray, Kontena Lens, and WKSctl—detailing their core features, deployment options, and how they streamline cluster monitoring, configuration, and application lifecycle across cloud-native environments.

Cluster ManagementDevOpsKubernetes
0 likes · 8 min read
Top Open-Source Tools to Simplify Kubernetes Management Across Any Environment
Alibaba Cloud Native
Alibaba Cloud Native
Jul 30, 2020 · Cloud Native

Master Canary Releases for Spring Cloud on Kubernetes with EDAS

This guide explains how to safely upgrade Spring Cloud microservices on an EDAS‑managed Kubernetes cluster using canary (gray) releases, covering configuration of batch deployment, traffic routing rules, content‑based and ratio‑based gray policies, monitoring, and rollback procedures.

Canary ReleaseEDASKubernetes
0 likes · 9 min read
Master Canary Releases for Spring Cloud on Kubernetes with EDAS
Programmer DD
Programmer DD
Jul 30, 2020 · Cloud Native

Master Prometheus: Practical Tips, Exporter Strategies, and Scaling Challenges

This comprehensive guide explores Prometheus monitoring fundamentals, key design principles, exporter selection for Kubernetes, advanced configuration tricks, capacity planning, high‑cardinality pitfalls, HA architectures, and integration with Grafana, Alertmanager, and Thanos to help you build reliable cloud‑native observability pipelines.

ExporterGrafanaHA
0 likes · 36 min read
Master Prometheus: Practical Tips, Exporter Strategies, and Scaling Challenges
Alibaba Cloud Native
Alibaba Cloud Native
Jul 28, 2020 · Backend Development

What’s New in Dubbo-go v1.5: Application‑Level Registration, Metadata Center, and Cloud‑Native Enhancements

Dubbo-go v1.5 introduces an application‑level service registration model, a metadata center for interface data, Kubernetes‑native registration, enhanced routing, and security features like TLS, while maintaining full compatibility with Dubbo 2.7.x and preparing for future cloud‑native evolution.

GoKubernetescloud native
0 likes · 9 min read
What’s New in Dubbo-go v1.5: Application‑Level Registration, Metadata Center, and Cloud‑Native Enhancements
Open Source Linux
Open Source Linux
Jul 28, 2020 · Cloud Native

Why Docker and Kubernetes Revolutionized Cloud Native Computing

This article traces Docker's evolution from a startup's LXC‑based PaaS to an open‑source container platform, explains its lightweight virtualization advantages over virtual machines, introduces Kubernetes as a powerful orchestration system, and shows how these technologies are reshaping telecom core networks with container‑based micro‑services.

DockerKubernetesVirtualization
0 likes · 10 min read
Why Docker and Kubernetes Revolutionized Cloud Native Computing
Alibaba Cloud Native
Alibaba Cloud Native
Jul 23, 2020 · Cloud Native

Mastering EDAS Deployments: IDE, Maven, Jenkins, Terraform, and CLI Strategies

EDAS offers a comprehensive deployment toolkit—including IDE plugins, Maven integration, Jenkins CI/CD, Terraform orchestration, and a powerful CLI—designed for developers and ops teams to quickly and safely deploy Java applications to ECS or Kubernetes clusters while enforcing namespace controls and change‑management best practices.

CI/CDEDASKubernetes
0 likes · 7 min read
Mastering EDAS Deployments: IDE, Maven, Jenkins, Terraform, and CLI Strategies
Programmer DD
Programmer DD
Jul 19, 2020 · Cloud Native

Why Loki Beats ELK for Cloud‑Native Log Management

This article explains the motivations behind choosing Loki over traditional ELK/EFK stacks for container cloud logging, outlines ELK's drawbacks, describes Loki's cost‑effective architecture and components such as Distributor, Ingester, and Querier, and highlights its scalability in cloud‑native environments.

KubernetesLoggingLoki
0 likes · 7 min read
Why Loki Beats ELK for Cloud‑Native Log Management
DevOps Coach
DevOps Coach
Jul 14, 2020 · Cloud Native

Accelerate Local Kubernetes Development with Skaffold: A Hands‑On Guide

This article introduces Skaffold, a lightweight open‑source CLI tool for local Kubernetes development, explains its key features, shows step‑by‑step installation and a starter workflow, details the pipeline stages and architecture, and includes real‑world user feedback.

CI/CDDevOpsKubernetes
0 likes · 9 min read
Accelerate Local Kubernetes Development with Skaffold: A Hands‑On Guide
Alibaba Cloud Developer
Alibaba Cloud Developer
Jul 13, 2020 · Big Data

What’s New in Apache Flink 1.11? A Deep Dive into Features and Performance

Apache Flink 1.11.0, released after four months of development, brings major ecosystem, usability, and stability improvements—including CDC support, a new JDBC catalog, real‑time Hive integration, a redesigned source API, PyFlink enhancements, application mode for Kubernetes, and checkpoint optimizations—while highlighting the growing contribution of Chinese developers.

Apache FlinkCheckpointFeature Release
0 likes · 20 min read
What’s New in Apache Flink 1.11? A Deep Dive into Features and Performance
AntTech
AntTech
Jul 13, 2020 · Artificial Intelligence

ElasticDL: An Open‑Source Distributed Deep Learning Framework with Elastic Scheduling

ElasticDL is an open‑source distributed deep learning framework built on TensorFlow 2.x and Kubernetes that simplifies programming by letting users define models with the Keras API, while providing elastic scheduling, fault tolerance, and significant performance gains demonstrated through extensive benchmarks.

Distributed Deep LearningElasticDLKubernetes
0 likes · 19 min read
ElasticDL: An Open‑Source Distributed Deep Learning Framework with Elastic Scheduling
Programmer DD
Programmer DD
Jul 11, 2020 · Backend Development

What Makes ElasticJob the Next‑Generation Distributed Scheduler?

ElasticJob is a Java‑based distributed scheduling framework that blends Quartz‑style job timing with ZooKeeper coordination, offering lightweight Lite and cloud‑native Cloud editions, elastic scaling, resource governance, and a roadmap toward Kubernetes support and plug‑in extensibility.

ElasticJobKubernetesMesos
0 likes · 15 min read
What Makes ElasticJob the Next‑Generation Distributed Scheduler?
AntTech
AntTech
Jul 10, 2020 · Artificial Intelligence

SQLFlow: End‑to‑End AI Workflow Construction Using SQL

SQLFlow is an open‑source system that lets users describe and execute end‑to‑end AI tasks—including data extraction, preprocessing, model training, evaluation, prediction, and explanation—entirely with SQL, simplifying workflow construction across multiple databases and machine‑learning engines while supporting scalable execution on Kubernetes.

AI WorkflowKubernetesSQL
0 likes · 19 min read
SQLFlow: End‑to‑End AI Workflow Construction Using SQL
Full-Stack DevOps & Kubernetes
Full-Stack DevOps & Kubernetes
Jul 9, 2020 · Cloud Native

Deploy and Manage Prometheus Operator on Kubernetes: A Step‑by‑Step Guide

This article explains what the Prometheus Operator is, how it extends Kubernetes with custom resources, lists the CRDs it provides, and walks through a complete deployment—including cloning the source, creating a monitoring namespace, applying RBAC, installing the operator, creating a Prometheus instance, configuring ServiceMonitor, and troubleshooting common permission errors—using concrete YAML manifests and kubectl commands.

KubernetesPrometheus OperatorRBAC
0 likes · 18 min read
Deploy and Manage Prometheus Operator on Kubernetes: A Step‑by‑Step Guide
Alibaba Cloud Native
Alibaba Cloud Native
Jul 9, 2020 · Cloud Native

Crossplane Joins CNCF Sandbox: A Milestone for Cloud‑Native Application Management

On June 24, 2020 the CNCF Technical Oversight Committee approved eleven projects into the Sandbox, including Crossplane’s OAM Kubernetes implementation, signaling the transfer of ownership to the CNCF community and highlighting upcoming features that will standardize application component dependencies, data injection, and versioning for hybrid‑cloud environments.

CNCFCrossplaneKubernetes
0 likes · 5 min read
Crossplane Joins CNCF Sandbox: A Milestone for Cloud‑Native Application Management
Efficient Ops
Efficient Ops
Jul 8, 2020 · Cloud Native

Master Kubernetes: Architecture, Deployments, Pods, and Service Networking

This article provides a comprehensive overview of Kubernetes, covering its overall architecture, core components, deployment workflow, pod fundamentals, container orchestration patterns, scaling, updates, networking, and service discovery, enabling readers to grasp how Kubernetes orchestrates containerized micro‑services.

Container OrchestrationKubernetesdeployment
0 likes · 11 min read
Master Kubernetes: Architecture, Deployments, Pods, and Service Networking
Programmer DD
Programmer DD
Jul 8, 2020 · Cloud Native

Automate Merging Multiple kubeconfig Files with kubectx.manager

This guide explains how to use the open‑source kubectx.manager tool to automatically merge several kubeconfig files into a single configuration, walk through installation, interactive merging steps, and recommends the powerful kubie plugin for fast context switching in Kubernetes environments.

DevOpsKubernetescloud-native
0 likes · 5 min read
Automate Merging Multiple kubeconfig Files with kubectx.manager
Cloud Native Technology Community
Cloud Native Technology Community
Jul 7, 2020 · Cloud Native

Taming etcd Instability: Lessons from Managing Million‑Node Kubernetes Clusters

This article details how Tencent Cloud’s TKE team identified, analyzed, reproduced, and resolved multiple etcd stability and performance issues—including data inconsistency, memory leaks, mvcc deadlocks, and WAL crashes—while sharing the lessons learned and the optimizations applied to support million‑node Kubernetes deployments.

KubernetesStabilitycloud-native
0 likes · 29 min read
Taming etcd Instability: Lessons from Managing Million‑Node Kubernetes Clusters
Full-Stack DevOps & Kubernetes
Full-Stack DevOps & Kubernetes
Jul 6, 2020 · Cloud Native

Understanding Docker’s Four Network Drivers and Kubernetes Flannel Networking

This article explains Docker’s four network drivers (bridge, host, none, overlay), details how the bridge driver creates the docker0 bridge and veth pairs, shows port‑mapping with -p/-P, then covers Kubernetes pod communication patterns, CNI plugins, and provides a step‑by‑step guide to deploying and configuring Flannel with different backends such as vxlan, host‑gw and directrouting.

DockerFlannelKubernetes
0 likes · 16 min read
Understanding Docker’s Four Network Drivers and Kubernetes Flannel Networking
Efficient Ops
Efficient Ops
Jul 5, 2020 · Operations

Why Loki Beats ELK for Container Cloud Logging: A Deep Dive

This article explains how Loki, a lightweight Grafana‑based log system, addresses the heavy resource usage and complexity of ELK/EFK in Kubernetes environments by simplifying architecture, reducing cost, and improving log‑metric integration for faster incident response.

KubernetesLoggingLoki
0 likes · 7 min read
Why Loki Beats ELK for Container Cloud Logging: A Deep Dive
Full-Stack DevOps & Kubernetes
Full-Stack DevOps & Kubernetes
Jul 1, 2020 · Cloud Native

How to Install and Configure mysql_exporter on a Kubernetes Master Node

This guide walks through downloading the mysql_exporter package, extracting it on a Kubernetes master, installing the binary, creating a dedicated MySQL user with proper permissions, configuring a password‑less client file, launching the exporter, and updating Prometheus via kubectl so MySQL metrics are exposed on port 9104.

DevOpsKubernetescloud native
0 likes · 4 min read
How to Install and Configure mysql_exporter on a Kubernetes Master Node
DataFunTalk
DataFunTalk
Jul 1, 2020 · Artificial Intelligence

Architecture and Implementation of Autohome's Machine Learning Platform

The article presents a comprehensive overview of Autohome's one‑stop machine learning platform, detailing its background, architecture, resource scheduling, data processing, model training (including distributed deep learning), deployment, real‑world applications such as purchase‑intent and recommendation models, and future development directions.

AutoMLDeep LearningDistributed Training
0 likes · 19 min read
Architecture and Implementation of Autohome's Machine Learning Platform
Cloud Native Technology Community
Cloud Native Technology Community
Jul 1, 2020 · Cloud Native

Boosting Kubernetes Service Performance: Inside Tencent’s IPVS‑BPF Optimization

This article examines the limitations of traditional Kubernetes Service implementations, introduces Tencent TKE’s IPVS‑BPF mode that bypasses nf_conntrack using eBPF for SNAT, details its design and implementation steps, and presents extensive performance measurements showing significant latency and throughput improvements.

IPVSKubernetesPerformance
0 likes · 12 min read
Boosting Kubernetes Service Performance: Inside Tencent’s IPVS‑BPF Optimization
Alibaba Cloud Native
Alibaba Cloud Native
Jun 29, 2020 · Cloud Native

How YurtHub Extends Native Kubernetes for Edge Computing: Key Capabilities Explained

This article introduces OpenYurt's YurtHub component, detailing its architecture and five major extensions—including edge network autonomy, multi‑cloud endpoint support, node‑level flow control, certificate rotation, and additional features—while explaining how it enables non‑intrusive Kubernetes edge deployments.

KubernetesOpenYurtYurtHub
0 likes · 9 min read
How YurtHub Extends Native Kubernetes for Edge Computing: Key Capabilities Explained
Cloud Native Technology Community
Cloud Native Technology Community
Jun 29, 2020 · Cloud Native

Kubernetes Dominates Containers: Architecture, Scaling & Best Practices

This comprehensive guide explains why Kubernetes has become the standard container platform, covering its application‑centric architecture, migration challenges, networking and CNI design, control‑plane components, storage solutions including CSI and FlexVolume, image distribution strategies, upgrade and backup procedures, operator patterns, and practical containerization best practices for large‑scale deployments.

CSIContainer OrchestrationKubernetes
0 likes · 76 min read
Kubernetes Dominates Containers: Architecture, Scaling & Best Practices
Cloud Native Technology Community
Cloud Native Technology Community
Jun 28, 2020 · Cloud Native

Edge Autonomy in TKE@EDGE: Ensuring High Availability of Edge Containers in Weak Network Environments

This article explains how TKE@EDGE implements edge autonomy mechanisms—including lite‑apiserver, network snapshot, and distributed health checks—to keep edge containers and services highly available even when network connectivity to the cloud is unreliable or intermittent.

Kubernetesedge computinglite-apiserver
0 likes · 12 min read
Edge Autonomy in TKE@EDGE: Ensuring High Availability of Edge Containers in Weak Network Environments
Efficient Ops
Efficient Ops
Jun 25, 2020 · Cloud Native

How Xiaomi Scaled Redis with Kubernetes: Deploying Redis Cluster on K8s

This article explains how Xiaomi migrated tens of thousands of Redis instances from bare‑metal servers to Kubernetes, using Redis Proxy, StatefulSets, and Ceph storage to achieve resource isolation, automated deployment, dynamic scaling, and improved reliability while addressing latency, IP‑change, and security challenges.

AutoscalingCephKubernetes
0 likes · 20 min read
How Xiaomi Scaled Redis with Kubernetes: Deploying Redis Cluster on K8s
Sohu Tech Products
Sohu Tech Products
Jun 24, 2020 · Cloud Computing

Understanding Overlay Networks and VxLAN in Cloud Computing

This article explains the concept of overlay networks, their implementation with VxLAN, how they enable virtual machine migration, reduce MAC address pressure, and provide large‑scale network isolation in cloud environments, while detailing packet processing steps and design trade‑offs.

Cloud ComputingKubernetesNetwork Virtualization
0 likes · 12 min read
Understanding Overlay Networks and VxLAN in Cloud Computing
Alibaba Cloud Native
Alibaba Cloud Native
Jun 24, 2020 · Cloud Native

Why OAM Is the Next Step for Cloud‑Native Application Delivery on Kubernetes

The article explains how the Open Application Model (OAM) addresses the missing "application" concept in Kubernetes by providing a standardized, role‑based model for defining, configuring, and delivering cloud‑native applications, and describes the joint Alibaba‑Microsoft‑Crossplane implementation, its runtime library, and the growing community ecosystem.

Alibaba CloudApplication ModelCrossplane
0 likes · 14 min read
Why OAM Is the Next Step for Cloud‑Native Application Delivery on Kubernetes
DataFunTalk
DataFunTalk
Jun 20, 2020 · Cloud Native

Automated Elastic Scaling for Million‑Scale Core Services and Mixed Workloads on ByteDance's Private Cloud Platform

This article presents ByteDance's private cloud platform TCE architecture and explains how automated elastic scaling, dynamic over‑commit, and mixed‑workload deployment are used to improve resource utilization for millions of services, balancing online peak demand with offline batch tasks.

Elastic ScalingKubernetescloud native
0 likes · 25 min read
Automated Elastic Scaling for Million‑Scale Core Services and Mixed Workloads on ByteDance's Private Cloud Platform
Alibaba Cloud Native
Alibaba Cloud Native
Jun 19, 2020 · Cloud Native

Kubernetes News Digest: Anti‑Discrimination Docs, 1.19 Beta Freeze, Linkerd 2.8, and New Open‑Source Tools

This roundup highlights recent Kubernetes ecosystem changes, including the addition of anti‑discrimination statements to documentation, the upcoming 1.19.0‑beta.1 code freeze, Linkerd 2.8 multi‑cluster support, several upstream enhancements, and curated open‑source project and reading recommendations for cloud‑native practitioners.

KubernetesLinkerdcloud native
0 likes · 5 min read
Kubernetes News Digest: Anti‑Discrimination Docs, 1.19 Beta Freeze, Linkerd 2.8, and New Open‑Source Tools