Tagged articles

Kubernetes

4380 articles · Page 36 of 44
Efficient Ops
Efficient Ops
Dec 2, 2020 · Cloud Native

Mastering Kubernetes Storage: Volumes, PVs, PVCs, and CSI Explained

This article explains Kubernetes storage fundamentals—including Volumes, PersistentVolumes, PersistentVolumeClaims, StorageClasses, and the evolution from in‑tree plugins to FlexVolume and CSI—while providing practical YAML examples and highlighting how to mount persistent data onto cluster nodes.

CSIKubernetesPersistentVolume
0 likes · 8 min read
Mastering Kubernetes Storage: Volumes, PVs, PVCs, and CSI Explained
Programmer DD
Programmer DD
Dec 1, 2020 · Cloud Native

Boost Your Kubernetes Pod Security with 9 Essential Best Practices

This article outlines nine practical Kubernetes pod‑level security configurations—including security contexts, privilege escalation, non‑root users, resource limits, service account tokens, seccomp profiles, capabilities, and read‑only filesystems—to help you harden containers against attacks and improve cluster stability.

KubernetesPod SecuritySecurity Context
0 likes · 7 min read
Boost Your Kubernetes Pod Security with 9 Essential Best Practices
Practical DevOps Architecture
Practical DevOps Architecture
Nov 30, 2020 · Cloud Native

Step‑by‑Step Kubernetes Cluster Initialization: Host Configuration, CA Certificate Generation, etcd Deployment, and kubectl Setup

This tutorial walks through preparing the hostnames and /etc/hosts entries, generating a root CA and node certificates with cfssl, distributing those certificates, installing and configuring kubectl, creating admin credentials and kubeconfig, and finally deploying an etcd cluster with systemd units on a multi‑node Kubernetes environment.

CA CertificatesCluster SetupKubernetes
0 likes · 9 min read
Step‑by‑Step Kubernetes Cluster Initialization: Host Configuration, CA Certificate Generation, etcd Deployment, and kubectl Setup
Architect's Tech Stack
Architect's Tech Stack
Nov 29, 2020 · Backend Development

Graceful Shutdown in Spring Boot 2.3.4: Configuration, Code Examples, and Shutdown Mechanisms

This article explains how Spring Boot 2.3.4 implements graceful shutdown for Jetty, Reactor Netty, Tomcat and Undertow, shows the simple YAML configuration, demonstrates code examples using DisposableBean and @PreDestroy, and describes the actuator shutdown endpoint and its relevance to Kubernetes liveness and readiness probes.

KubernetesSpring Bootgraceful shutdown
0 likes · 8 min read
Graceful Shutdown in Spring Boot 2.3.4: Configuration, Code Examples, and Shutdown Mechanisms
Efficient Ops
Efficient Ops
Nov 25, 2020 · Operations

How to Build a Scalable, Highly‑Available Prometheus Monitoring Stack with Thanos

This article explains why standard Prometheus HA solutions fall short for large, multi‑region deployments, and walks through using Thanos—its components, configuration, and best‑practice tips—to achieve long‑term storage, unlimited scaling, a global view, and non‑intrusive monitoring across 300+ clusters.

KubernetesThanosobservability
0 likes · 24 min read
How to Build a Scalable, Highly‑Available Prometheus Monitoring Stack with Thanos
Efficient Ops
Efficient Ops
Nov 25, 2020 · Cloud Native

How to Migrate a Java Project to Kubernetes: Step‑by‑Step Guide

This article walks through the complete process of moving a Java application to a Kubernetes platform, covering image creation, pod management, data persistence, service exposure, ingress configuration, and deployment automation with Docker, Maven, and Helm‑like YAML files.

CI/CDDockerKubernetes
0 likes · 15 min read
How to Migrate a Java Project to Kubernetes: Step‑by‑Step Guide
ITPUB
ITPUB
Nov 23, 2020 · Cloud Native

Beyond Docker: Exploring Modern Container Engines and Build Tools

While Docker once dominated containerization, a growing ecosystem of specialized tools—such as Podman, Buildah, Kaniko, BuildKit, and various runtimes—offers more focused, daemon‑less, and OCI‑compatible alternatives for building, running, and distributing images, prompting developers to evaluate which combination best fits their workflows.

BuildahDockerKubernetes
0 likes · 15 min read
Beyond Docker: Exploring Modern Container Engines and Build Tools
58 Tech
58 Tech
Nov 20, 2020 · Artificial Intelligence

Evolution and Practice of the 58.com AI Algorithm Platform (WPAI)

The article details the development, architecture, and optimization of 58.com’s AI algorithm platform (WPAI), covering its background, overall design, large‑scale distributed machine learning, deep‑learning platform features, inference performance enhancements, GPU resource scheduling improvements, and future directions.

AI platformGPU SchedulingKubernetes
0 likes · 15 min read
Evolution and Practice of the 58.com AI Algorithm Platform (WPAI)
Ctrip Technology
Ctrip Technology
Nov 19, 2020 · Cloud Native

Deploying Cilium with BGP for Cloud‑Native Networking and Security at Ctrip

This article describes Ctrip's adoption of Cilium with BGP to build a high‑performance, eBPF‑based cloud‑native network, covering the evolution from Neutron+OVS, the BGP peering model, traffic forwarding paths, L4 load‑balancing, security policy implementation, and multi‑cluster integration using ClusterMesh.

BGPCloud Native NetworkingKubernetes
0 likes · 14 min read
Deploying Cilium with BGP for Cloud‑Native Networking and Security at Ctrip
MaGe Linux Operations
MaGe Linux Operations
Nov 18, 2020 · Cloud Native

How Kubernetes Orchestrates Containers: From Architecture to Service Discovery

This article provides a concise overview of Kubernetes, covering its master‑node architecture, core components such as API server, scheduler, controller, kubelet and kube-proxy, the lifecycle of Deployments and Pods, and explains service types, networking, and service discovery within a cloud‑native environment.

KubernetesNetworkingmicroservices
0 likes · 14 min read
How Kubernetes Orchestrates Containers: From Architecture to Service Discovery
Alibaba Cloud Native
Alibaba Cloud Native
Nov 18, 2020 · Cloud Native

What Is KubeVela and How It Simplifies Cloud‑Native Application Delivery

KubeVela, an open‑source cloud‑native application delivery platform built on Kubernetes and OAM, offers developers a low‑cognitive‑load way to define and deploy apps via simple Appfiles, while giving platform teams a highly extensible engine to create custom PaaS, Serverless, and AI services.

Application DeliveryKubeVelaKubernetes
0 likes · 15 min read
What Is KubeVela and How It Simplifies Cloud‑Native Application Delivery
Pupu Technology
Pupu Technology
Nov 18, 2020 · Cloud Native

How Pupu Optimized Development and Testing Environments with Kubernetes and Service Mesh

The article details Pupu's step‑by‑step journey of tackling microservice‑driven development and testing environment pain points by introducing Kubernetes namespaces, parallel service startup, persistent storage adjustments, a custom Istio‑based service mesh, and automated configuration synchronization, ultimately cutting setup time from hours to minutes while reducing resource consumption.

DevOpsEnvironment OptimizationIstio
0 likes · 14 min read
How Pupu Optimized Development and Testing Environments with Kubernetes and Service Mesh
Programmer DD
Programmer DD
Nov 17, 2020 · Cloud Native

What Is Cloud Native? Core Concepts, Technologies, and Benefits Explained

This article defines cloud native as an optimal, low‑overhead approach to designing software that lives in the cloud, outlines its key technology domains—including containers, Kubernetes, service mesh, observability, and serverless—and explains why evolving infrastructure to the cloud brings consistency, scalability, and immutable deployment advantages.

Container TechnologyInfrastructure as CodeKubernetes
0 likes · 6 min read
What Is Cloud Native? Core Concepts, Technologies, and Benefits Explained
dbaplus Community
dbaplus Community
Nov 16, 2020 · Cloud Native

How Xiaomi Scaled Redis with Kubernetes: Resource Isolation, Automation, and Proxy Design

This article details Xiaomi's migration of tens of thousands of Redis instances from physical servers to Kubernetes, explaining the motivations for containerization, the deployment architecture with StatefulSets and a custom Redis Proxy, performance comparisons of proxy options, operational challenges, and the resulting benefits in resource utilization, automation, and service stability.

AutomationKubernetesRedis
0 likes · 18 min read
How Xiaomi Scaled Redis with Kubernetes: Resource Isolation, Automation, and Proxy Design
Alibaba Cloud Native
Alibaba Cloud Native
Nov 16, 2020 · Cloud Native

What’s New in Fluid 0.4? DataLoad, Small‑File Boost, HDFS Support & Multi‑Dataset Deployment

Fluid 0.4 introduces a DataLoad custom resource for declarative data pre‑warming, enhances support for massive small‑file datasets, adds HDFS‑compatible access for Spark and other big‑data frameworks, and enables mixed‑deployment of multiple datasets on a single node, all backed by significant performance gains.

AIAlluxioBig Data
0 likes · 8 min read
What’s New in Fluid 0.4? DataLoad, Small‑File Boost, HDFS Support & Multi‑Dataset Deployment
Programmer DD
Programmer DD
Nov 14, 2020 · Cloud Native

Why Service Meshes Remain Hard: Real‑World Challenges and Practical Tips

The article examines why adopting service meshes like Istio and Linkerd is still difficult, outlining the roles of platform and service owners, common pitfalls such as sidecar injection failures, configuration complexities, and offers guidance to help teams evaluate and successfully implement mesh solutions.

IstioKubernetesLinkerd
0 likes · 9 min read
Why Service Meshes Remain Hard: Real‑World Challenges and Practical Tips
Efficient Ops
Efficient Ops
Nov 8, 2020 · Operations

6 Essential kubectl Tricks to Master Kubernetes Troubleshooting

This guide presents six practical kubectl commands—including get, events, logs, yaml output, scaling, and port‑forwarding—along with detailed usage tips to help you quickly diagnose and resolve common issues in Kubernetes deployments.

DevOpsKubernetesOperations
0 likes · 6 min read
6 Essential kubectl Tricks to Master Kubernetes Troubleshooting
Programmer DD
Programmer DD
Nov 7, 2020 · Operations

Loki 2.0.0 Unveiled: Transforming Log Observability for Kubernetes

Loki 2.0.0 introduces major enhancements such as a revamped LogQL pipeline, native Prometheus‑style alerts, and simplified storage with boltdb‑shipper, delivering a more resource‑efficient, scalable log aggregation solution for Kubernetes environments.

KubernetesLogQLLoki
0 likes · 3 min read
Loki 2.0.0 Unveiled: Transforming Log Observability for Kubernetes
Practical DevOps Architecture
Practical DevOps Architecture
Nov 5, 2020 · Cloud Native

Kubernetes Cluster Setup: Environment Preparation and Master Node Initialization

This guide walks through preparing three CentOS servers—configuring hostnames, disabling firewalls and swap, setting up Docker and Kubernetes repositories, installing Docker and Kubernetes components, adjusting kernel parameters, and finally initializing the Kubernetes master with kubeadm before joining worker nodes.

CentOSCluster SetupDocker
0 likes · 9 min read
Kubernetes Cluster Setup: Environment Preparation and Master Node Initialization
StarRing Big Data Open Lab
StarRing Big Data Open Lab
Nov 5, 2020 · Cloud Native

How Transwarp Scheduler Tackles Mixed Workloads in Unified Cloud‑Native Infrastructure

This article reviews the challenges of scheduling heterogeneous workloads—micro‑services, big‑data, AI, and HPC—on a unified cloud‑native platform, compares existing schedulers like Mesos and YARN, examines Kubernetes ecosystem extensions such as Volcano and YuniKorn, and details the design and components of the Transwarp Scheduler built on Kubernetes Scheduling Framework v2.

AIBig DataKubernetes
0 likes · 16 min read
How Transwarp Scheduler Tackles Mixed Workloads in Unified Cloud‑Native Infrastructure
Efficient Ops
Efficient Ops
Nov 3, 2020 · Operations

How to Build a Scalable Prometheus Monitoring System with Thanos on Kubernetes

This article explains why monitoring is essential, compares white‑box and black‑box approaches, details Prometheus features, metric naming, query language, high‑availability challenges, and shows how to extend Prometheus with Thanos, Pushgateway, Alertmanager, and Kubernetes deployments for a robust observability stack.

AlertmanagerKubernetesPushgateway
0 likes · 20 min read
How to Build a Scalable Prometheus Monitoring System with Thanos on Kubernetes
Tencent Cloud Developer
Tencent Cloud Developer
Nov 3, 2020 · Cloud Native

TKEStack Open Source Governance Model and Development Strategy

The article outlines TKEStack’s evolution into Tencent’s open‑source enterprise container platform, detailing its distinct positioning for multi‑cloud and heterogeneous hardware, its comprehensive governance model—including the Gold Pyramid, Hourglass, and Ecosystem Partner frameworks—and its development strategy, case studies, and future roadmap.

Container OrchestrationHardware HeterogeneityKubernetes
0 likes · 23 min read
TKEStack Open Source Governance Model and Development Strategy
AntTech
AntTech
Oct 29, 2020 · Cloud Native

Evolution of NetBank's Cloud-Native Architecture

NetBank, a cloud-first digital bank, has progressed from a basic cloud infrastructure to a multi-active, cloud-native distributed architecture, detailing the motivations, challenges, and benefits such as improved scalability, cost efficiency, security, and operational agility for financial services.

Distributed ArchitectureKubernetescloud-native
0 likes · 10 min read
Evolution of NetBank's Cloud-Native Architecture
Open Source Linux
Open Source Linux
Oct 29, 2020 · Cloud Native

Why Kubernetes Introduced Volumes, PVs, and StorageClasses: A Deep Dive

This article explains the origins and purposes of Kubernetes Volume, PersistentVolume (PV), PersistentVolumeClaim (PVC), and StorageClass, compares them with Docker volumes, details static and dynamic provisioning, and walks through configuration examples, illustrating the storage architecture and workflow within a Kubernetes cluster.

DynamicProvisioningKubernetesNFS
0 likes · 14 min read
Why Kubernetes Introduced Volumes, PVs, and StorageClasses: A Deep Dive
Efficient Ops
Efficient Ops
Oct 28, 2020 · Cloud Native

How Container Networking Shapes Modern Cloud‑Native Architectures

This article explains why containers and Docker are popular, outlines the network and security challenges of building container cloud platforms, compares bridge, host, container and none networking modes, reviews major CNI solutions such as Calico, Flannel, Weave and Macvlan, and discusses how service mesh complements CNI in multi‑cluster environments.

Container NetworkingDockerKubernetes
0 likes · 14 min read
How Container Networking Shapes Modern Cloud‑Native Architectures
Alibaba Cloud Native
Alibaba Cloud Native
Oct 28, 2020 · Cloud Native

Advanced DaemonSet in OpenKruise: Granular Rolling Updates for Large Clusters

OpenKruise’s Advanced DaemonSet extends native Kubernetes DaemonSet with sophisticated rollout controls—node‑level canary selectors, partition‑based quantity pacing, surging updates, and pause capabilities—enabling safe, fine‑grained, high‑availability deployments across massive, heterogeneous clusters, illustrated with concrete YAML examples and API definitions.

AdvancedRollingUpdateCloudNativeDaemonSet
0 likes · 12 min read
Advanced DaemonSet in OpenKruise: Granular Rolling Updates for Large Clusters
Cloud Native Technology Community
Cloud Native Technology Community
Oct 28, 2020 · Cloud Native

Hierarchical Namespace Controller (HNC): Exploring Kubernetes Multi‑Tenant Model and Practical Use Cases

This article introduces the Hierarchical Namespace Controller (HNC) for Kubernetes, explains how to install and use it to create parent‑child namespaces, demonstrates role inheritance and two real‑world scenarios—self‑provisioning and application templating—while highlighting current limitations and community‑driven improvements.

DevOpsHNCKubernetes
0 likes · 9 min read
Hierarchical Namespace Controller (HNC): Exploring Kubernetes Multi‑Tenant Model and Practical Use Cases
58 Tech
58 Tech
Oct 28, 2020 · Artificial Intelligence

Optimizing Resource Utilization of 58.com Deep Learning Platform: Practices and Techniques

This article details how 58.com’s end‑to‑end deep‑learning platform was optimized for higher CPU and GPU inference performance using Intel MKL, OpenVINO, mixed TensorFlow deployment, GPU virtualization, and a Prometheus‑Grafana monitoring system, achieving a 37% reduction in GPU usage and a 146% increase in average GPU utilization.

GPU virtualizationIntel MKLKubernetes
0 likes · 12 min read
Optimizing Resource Utilization of 58.com Deep Learning Platform: Practices and Techniques
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Oct 27, 2020 · Cloud Native

Common Kubernetes and Docker Commands

This article provides a concise reference of frequently used Kubernetes (kubectl) and Docker command‑line instructions, covering cluster inspection, pod and service queries, resource creation, deletion, as well as container inspection, logging, and interactive shell access.

CLIContainersDocker
0 likes · 5 min read
Common Kubernetes and Docker Commands
DevOps Cloud Academy
DevOps Cloud Academy
Oct 26, 2020 · Operations

Top 7 DevOps Configuration Mistakes That Kill Developer Productivity

The article identifies seven common DevOps configuration pitfalls—including over‑emphasis on microservices, hard‑coded container settings, mismanaged Kubernetes, missing continuous delivery, fragile test automation, self‑managed databases, and unnecessary multi‑cloud—and offers practical guidance to avoid them and boost developer productivity.

ConfigurationKubernetesProductivity
0 likes · 11 min read
Top 7 DevOps Configuration Mistakes That Kill Developer Productivity
Top Architect
Top Architect
Oct 25, 2020 · Fundamentals

Top 8 Software Development Trends Shaping the Next Decade

The article outlines eight major software development trends expected to dominate the next ten years, including the continued rise of artificial intelligence, Python’s growth with AI/ML, 5G’s impact, edge and cloud computing expansion, emerging languages like Rust, Kubernetes dominance, React’s persistence, and the lowering barrier for self‑taught programmers.

5GAICloud Computing
0 likes · 8 min read
Top 8 Software Development Trends Shaping the Next Decade
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Oct 22, 2020 · Cloud Native

Kubernetes Overview, Architecture, and Hands‑On Deployment with Minikube

This article introduces Kubernetes fundamentals, explains its production‑grade nature, container concepts, orchestration features, core architecture, and provides step‑by‑step commands for installing Minikube, creating a cluster, deploying an Nginx application, exposing it as a service, scaling, updating, and deleting the deployment.

Container OrchestrationKubernetesMinikube
0 likes · 16 min read
Kubernetes Overview, Architecture, and Hands‑On Deployment with Minikube
Programmer DD
Programmer DD
Oct 22, 2020 · Operations

Mastering Prometheus: Principles, Pitfalls, and Scaling Strategies

This article explores Prometheus as a cloud‑native monitoring solution, covering core principles, limitations, metric selection, exporter consolidation, Kubernetes deployment nuances, memory and storage planning, high‑availability designs, and advanced features like rate calculations, cardinality management, and predictive alerts.

HAKubernetesmetrics
0 likes · 33 min read
Mastering Prometheus: Principles, Pitfalls, and Scaling Strategies
MaGe Linux Operations
MaGe Linux Operations
Oct 19, 2020 · Cloud Native

Mastering Kubernetes Pod Scheduling: Affinity, Anti‑Affinity, and Custom Schedulers

This article explains how Kubernetes Scheduler assigns Pods to nodes, covering fairness, resource efficiency, performance, and flexibility, then details the predicate and priority phases, common algorithms, node and pod affinity rules, custom scheduler configuration, and practical YAML examples with command‑line demonstrations.

AffinityCustom SchedulerKubernetes
0 likes · 14 min read
Mastering Kubernetes Pod Scheduling: Affinity, Anti‑Affinity, and Custom Schedulers
Top Architect
Top Architect
Oct 19, 2020 · Cloud Native

Step-by-Step Guide to Installing Kubernetes v1.16.0 on CentOS 7 with Docker and Flannel

This article provides a detailed, step‑by‑step tutorial for installing Kubernetes v1.16.0 on CentOS 7 virtual machines, covering Docker‑CE installation, prerequisite system configuration, master and node setup, flannel network plugin deployment, and includes all necessary command‑line snippets and the full kube‑flannel.yml manifest.

DockerFlannelKubernetes
0 likes · 20 min read
Step-by-Step Guide to Installing Kubernetes v1.16.0 on CentOS 7 with Docker and Flannel
MaGe Linux Operations
MaGe Linux Operations
Oct 17, 2020 · Cloud Native

6 Essential kubectl Tricks to Master Kubernetes Troubleshooting

Discover six practical kubectl commands—from inspecting deployments and events to streaming logs, editing YAML, scaling pods, and port-forwarding—that empower you to quickly diagnose and resolve common Kubernetes issues in real-world clusters effectively.

Kubernetescommandsdeployment
0 likes · 8 min read
6 Essential kubectl Tricks to Master Kubernetes Troubleshooting
Alibaba Cloud Native
Alibaba Cloud Native
Oct 15, 2020 · Cloud Native

From Virtualization to Cloud Native: A 20‑Year Journey of Container Technology

This article traces the evolution of container technology from early OS virtualization concepts in the 1970s through the rise of Docker, Kubernetes, and CNCF standards, outlining four distinct development phases, resource‑isolation techniques, commercial service models, and future trends shaping the cloud‑native ecosystem.

CNCFKubernetesVirtualization
0 likes · 24 min read
From Virtualization to Cloud Native: A 20‑Year Journey of Container Technology
DevOps Coach
DevOps Coach
Oct 15, 2020 · Cloud Native

Mastering Kubernetes‑Based DevOps: End‑to‑End CI/CD Pipeline with Jenkins, Helm, and Docker

This comprehensive guide walks you through preparing hardware and network resources, setting up a private Git repository, installing Docker, Jenkins, Kubernetes, Helm, Baget, Harbor, and SonarQube, writing Dockerfiles and Helm charts, and configuring a Groovy Jenkinsfile to achieve a fully automated CI/CD workflow on a Kubernetes cluster.

CI/CDDevOpsDocker
0 likes · 27 min read
Mastering Kubernetes‑Based DevOps: End‑to‑End CI/CD Pipeline with Jenkins, Helm, and Docker
Alibaba Cloud Native
Alibaba Cloud Native
Oct 14, 2020 · Cloud Native

How Fluid v0.3 Accelerates Kubernetes PVC Access and Enhances Data Security

Fluid v0.3, the open‑source cloud‑native data acceleration platform, introduces PVC and HostPath acceleration, fine‑grained dataset permission controls, and built‑in parameter optimizations, delivering over 20% faster AI training while simplifying configuration for diverse storage back‑ends.

Data AccelerationFluidKubernetes
0 likes · 8 min read
How Fluid v0.3 Accelerates Kubernetes PVC Access and Enhances Data Security
Architecture Digest
Architecture Digest
Oct 12, 2020 · Cloud Native

Step-by-Step Guide to Installing Kubernetes v1.16.0 on CentOS 7 with Docker and Flannel

This tutorial walks through preparing the environment, installing Docker‑CE 18.09.9, configuring prerequisite settings, deploying Kubernetes v1.16.0 master and node components, initializing the cluster, retrieving join commands, and finally installing Flannel networking to achieve a ready‑state cluster on CentOS 7 virtual machines.

CentOSCluster SetupDocker
0 likes · 16 min read
Step-by-Step Guide to Installing Kubernetes v1.16.0 on CentOS 7 with Docker and Flannel
Open Source Linux
Open Source Linux
Oct 10, 2020 · Cloud Native

How to Build a Highly Available Kubernetes Cluster on CentOS with HAProxy and Keepalived

This step‑by‑step guide shows how to prepare five CentOS 7.5+ machines, configure hostnames, SSH keys, kernel upgrades, firewall and swap settings, set up Docker and Kubernetes repositories, install Docker, kubeadm, kubelet and kubectl, configure HAProxy + Keepalived for a VIP, initialize a multi‑master cluster, apply the Flannel network plugin, and verify the deployment with an Nginx pod and the Kubernetes dashboard.

CentOSCluster SetupDocker
0 likes · 33 min read
How to Build a Highly Available Kubernetes Cluster on CentOS with HAProxy and Keepalived
MaGe Linux Operations
MaGe Linux Operations
Sep 30, 2020 · Cloud Native

Master Kubernetes ServiceAccounts and RBAC: From Basics to Custom Roles

This guide explains the difference between Kubernetes UserAccounts and ServiceAccounts, shows how default and custom ServiceAccounts create associated secrets, demonstrates mounting credentials in pods, adds image pull secrets, and walks through RBAC concepts with Roles, ClusterRoles, and bindings to restrict a user to a specific namespace.

CloudNativeKubernetesRBAC
0 likes · 20 min read
Master Kubernetes ServiceAccounts and RBAC: From Basics to Custom Roles
Alibaba Cloud Native
Alibaba Cloud Native
Sep 30, 2020 · Cloud Native

Kubernetes Cluster Upgrade Guide: Pre‑Checks, Methods & Step‑by‑Step

This article explains why Kubernetes clusters need regular upgrades, outlines the challenges, details essential pre‑upgrade health checks for core components, nodes and cloud resources, compares in‑place and replacement upgrade strategies with their pros and cons, and presents a three‑stage upgrade process covering master, worker and core system components.

KubernetesPre‑checkReplacement Upgrade
0 likes · 13 min read
Kubernetes Cluster Upgrade Guide: Pre‑Checks, Methods & Step‑by‑Step
AntTech
AntTech
Sep 30, 2020 · Cloud Native

KubeTEE: An Open‑Source Cloud‑Native Confidential Computing Framework for Large‑Scale TEE Clusters

KubeTEE is an open‑source cloud‑native framework that integrates Trusted Execution Environment (TEE) technology with Kubernetes to provide a complete solution for developing, deploying, and operating large‑scale confidential computing applications, simplifying the entire lifecycle from code signing to runtime management.

Confidential ComputingKubeTEEKubernetes
0 likes · 9 min read
KubeTEE: An Open‑Source Cloud‑Native Confidential Computing Framework for Large‑Scale TEE Clusters
Tencent Cloud Middleware
Tencent Cloud Middleware
Sep 23, 2020 · Backend Development

Building a Stable High‑Traffic Microservice System with Consul‑Access and Multi‑Tenant Service Discovery

This article explains how to construct a reliable, high‑throughput microservice platform using open‑source components such as Consul, an access layer, and token‑based multi‑tenant service discovery, covering architecture, registration, heartbeat handling, performance optimizations, high‑availability strategies, graceful shutdown, and deployment best practices.

ConsulKubernetesPerformance Optimization
0 likes · 31 min read
Building a Stable High‑Traffic Microservice System with Consul‑Access and Multi‑Tenant Service Discovery
IT Architects Alliance
IT Architects Alliance
Sep 22, 2020 · Cloud Computing

How CDN Can Evolve into a Powerful Edge Computing Platform

This article analyzes how traditional CDN infrastructure can be transformed into a comprehensive edge computing platform, covering CDN fundamentals, edge computing layers, IaaS/PaaS/SaaS models, container and Kubernetes deployment, future trends, and practical Q&A insights.

5GCDNCloud Computing
0 likes · 17 min read
How CDN Can Evolve into a Powerful Edge Computing Platform
MaGe Linux Operations
MaGe Linux Operations
Sep 22, 2020 · Cloud Native

Build a Highly Available Kubernetes Cluster with HAProxy & Keepalived on CentOS

This step‑by‑step guide shows how to prepare five CentOS 7 machines, configure hostnames, set up password‑less SSH, upgrade the kernel, disable firewalls and swap, tune sysctl, add Docker and Kubernetes repositories, install Docker, install kubeadm/kubelet/kubectl, configure HAProxy and Keepalived for a virtual IP, join master and worker nodes, deploy a flannel network plugin, and finally verify the cluster with an nginx pod and the Kubernetes dashboard.

Cluster SetupDockerFlannel
0 likes · 33 min read
Build a Highly Available Kubernetes Cluster with HAProxy & Keepalived on CentOS
Architects' Tech Alliance
Architects' Tech Alliance
Sep 21, 2020 · Cloud Native

Design and Considerations of a CDN‑Based Edge Computing Platform

This article explores how traditional CDN infrastructure can be transformed into a large‑scale edge computing platform, covering architectural layers, cloud‑edge collaboration, container‑based deployment with Kubernetes, emerging technologies such as programmable CDN, secure containers, and practical Q&A from real‑world implementations.

5GCDNContainers
0 likes · 20 min read
Design and Considerations of a CDN‑Based Edge Computing Platform
Programmer DD
Programmer DD
Sep 20, 2020 · Cloud Native

Step-by-Step Guide: Deploy Ceph‑CSI (v3.1.0) with RBD on Kubernetes

This tutorial walks through deploying the Ceph‑CSI driver version 3.1.0 on a Kubernetes cluster using RBD as persistent storage, covering environment setup, Ceph pool and user creation, ConfigMap and Secret configuration, RBAC, CSI sidecar deployment, storage class definition, and a complete end‑to‑end test with PVC and pod.

CSICephKubernetes
0 likes · 12 min read
Step-by-Step Guide: Deploy Ceph‑CSI (v3.1.0) with RBD on Kubernetes
MaGe Linux Operations
MaGe Linux Operations
Sep 19, 2020 · Cloud Native

Step-by-Step Guide to Deploy a Multi-Node Kubernetes Cluster on CentOS

This comprehensive tutorial walks you through installing a multi-node Kubernetes cluster on CentOS 7.7, covering hardware prerequisites, network setup, Etcd deployment, certificate generation with cfssl, installation of Docker, configuration of master components, worker nodes, CNI networking, CoreDNS, and accessing the Kubernetes dashboard.

CentOSCluster DeploymentDocker
0 likes · 55 min read
Step-by-Step Guide to Deploy a Multi-Node Kubernetes Cluster on CentOS
Tencent Cloud Developer
Tencent Cloud Developer
Sep 18, 2020 · Cloud Native

Building a Stable High‑Traffic Microservice System with Open‑Source Components and Consul‑Based Service Discovery

The talk explains how Tencent’s Liu Zhixin built a stable, high‑traffic microservice platform by layering a multi‑tenant, token‑authenticated access service in front of open‑source Consul, aggregating registrations and watches, scaling horizontally, and adding HA features such as circuit‑breakers, caching, graceful shutdown and rolling updates for reliable service discovery.

ConsulKubernetescloud-native
0 likes · 28 min read
Building a Stable High‑Traffic Microservice System with Open‑Source Components and Consul‑Based Service Discovery
Full-Stack DevOps & Kubernetes
Full-Stack DevOps & Kubernetes
Sep 18, 2020 · Cloud Native

Why Etcd Clusters Use Odd Nodes & What Happens During Leader Election

This article explains etcd’s Raft‑based consensus, why odd‑numbered nodes are recommended, details the leader election process with log excerpts, discusses split‑brain and consistency guarantees, and provides step‑by‑step instructions for generating certificates, deploying an etcd cluster, and using etcdctl commands.

Cluster DeploymentKubernetesRaft
0 likes · 19 min read
Why Etcd Clusters Use Odd Nodes & What Happens During Leader Election
Alibaba Cloud Native
Alibaba Cloud Native
Sep 17, 2020 · Cloud Native

How to Run Declarative Performance Tests on Kubernetes with YAML

This article explains how to define and execute performance testing workflows for Kubernetes using declarative YAML files, covering the design of custom CRDs, task orchestration, example manifests, and the implementation of core operations and monitoring.

Custom ResourceDeclarativeKubernetes
0 likes · 12 min read
How to Run Declarative Performance Tests on Kubernetes with YAML
JD Tech Talk
JD Tech Talk
Sep 17, 2020 · Artificial Intelligence

Design and Implementation of a High‑Availability Distributed Machine Learning Model Online Inference System

This article presents a comprehensive technical solution for a distributed online inference system that packages machine‑learning models in Docker containers, orchestrates them with Kubernetes for fault‑tolerant, elastic scaling, and integrates model repositories, image registries, monitoring, and automated model selection to streamline deployment, updates, and resource management.

AIDockerKubernetes
0 likes · 15 min read
Design and Implementation of a High‑Availability Distributed Machine Learning Model Online Inference System
Programmer DD
Programmer DD
Sep 16, 2020 · Information Security

How TeamTNT Hijacked Cloud Infrastructure Using Weave Scope

In a recent attack, the cyber‑crime group TeamTNT leveraged the open‑source monitoring tool Weave Scope to silently control Docker and Kubernetes cloud environments without deploying malicious code, highlighting critical misconfigurations and the growing sophistication of cloud‑native threats.

Cloud securityDockerKubernetes
0 likes · 5 min read
How TeamTNT Hijacked Cloud Infrastructure Using Weave Scope
Efficient Ops
Efficient Ops
Sep 15, 2020 · Cloud Native

Mastering Kubernetes YAML: How to Drive Resource Management Efficiently

This article explores how YAML files serve as the pivotal interface for managing Kubernetes resources, detailing their role in defining storage, compute, network, and application configurations, and demonstrating practical deployment, service, and ingress creation to streamline operations and enhance platform stability.

DevOpsKubernetesresource management
0 likes · 10 min read
Mastering Kubernetes YAML: How to Drive Resource Management Efficiently
Alibaba Cloud Native
Alibaba Cloud Native
Sep 14, 2020 · Cloud Native

Achieving Zero‑Downtime Deployments with Spring Cloud on Kubernetes

This article explains how to implement graceful up‑ and down‑scaling for Spring Cloud applications running on Kubernetes, covering design principles, signal handling, resource cleanup, Spring Boot configuration, multiple deployment scenarios, and integration with Kubernetes health probes to ensure lossless traffic flow.

Kubernetescloud nativegraceful shutdown
0 likes · 14 min read
Achieving Zero‑Downtime Deployments with Spring Cloud on Kubernetes
MaGe Linux Operations
MaGe Linux Operations
Sep 11, 2020 · Cloud Native

How to Build a Highly Available Kubernetes Cluster with kubeadm on CentOS 7

This guide walks through setting up a highly available Kubernetes cluster on five CentOS 7 machines using kubeadm, configuring keepalived and HAProxy for load balancing, disabling swap and SELinux, installing Docker, initializing the control plane, joining master and worker nodes, deploying Calico networking, and verifying the cluster’s functionality.

CentOSDockerKeepalived
0 likes · 18 min read
How to Build a Highly Available Kubernetes Cluster with kubeadm on CentOS 7
TAL Education Technology
TAL Education Technology
Sep 10, 2020 · Cloud Native

Accelerating Project Deployment with a Container Platform and Domain Convergence

This article describes how the infrastructure team reduced new project deployment time to under an hour by combining a container platform with domain convergence, detailing the processes, automation pipelines, Kubernetes-based deployment, autoscaling, logging, and security considerations for efficient, cloud‑native operations.

Deployment AutomationKubernetesOperations
0 likes · 17 min read
Accelerating Project Deployment with a Container Platform and Domain Convergence
Cloud Native Technology Community
Cloud Native Technology Community
Sep 10, 2020 · Cloud Native

Resolving Application Startup Failures Caused by Istio Sidecar Initialization Delays

This article analyzes why applications fail to start when the Istio sidecar proxy has not finished its xDS configuration, presents three practical solutions—including health‑check gating, pod container start order control, and Kubernetes startup dependencies—and recommends adopting design‑for‑failure principles for robust microservice deployments.

IstioKubernetesService Mesh
0 likes · 14 min read
Resolving Application Startup Failures Caused by Istio Sidecar Initialization Delays
Alibaba Cloud Native
Alibaba Cloud Native
Sep 9, 2020 · Cloud Native

How Nacos and Spring Cloud Alibaba Powered MasterClass’s Cloud‑Native Microservice Migration

This article details MasterClass Education’s end‑to‑end cloud‑native migration using Spring Cloud Alibaba, Nacos, Sentinel and related tools, covering registry selection, Nacos server deployment, monitoring, logging, performance testing, high‑availability sync with Eureka, CI/CD pipelines, gray releases, APM integration and disaster‑recovery drills.

KubernetesNacoscloud native
0 likes · 23 min read
How Nacos and Spring Cloud Alibaba Powered MasterClass’s Cloud‑Native Microservice Migration
Full-Stack DevOps & Kubernetes
Full-Stack DevOps & Kubernetes
Sep 7, 2020 · Cloud Native

How to Scale a Kubernetes Cluster: Node Quotas, Kernel Tweaks, and Component Settings

This guide explains how to prepare a large‑scale Kubernetes cluster by increasing cloud resource quotas, adjusting kernel parameters, configuring master node sizes, optimizing etcd storage, tuning Docker and Kubelet image pull settings, and applying best‑practice pod and scheduler configurations for thousands of nodes.

Image PullKubernetesNode Quotas
0 likes · 11 min read
How to Scale a Kubernetes Cluster: Node Quotas, Kernel Tweaks, and Component Settings
Java Architecture Diary
Java Architecture Diary
Sep 4, 2020 · Cloud Native

Master Spring Cloud & Kubernetes: From Docker Basics to HA Production Clusters

An extensive two-hour video course guides you through Spring Cloud and Kubernetes, covering Linux system setup, Docker fundamentals, Dockerfile creation, Docker‑Compose deployment, Harbor registry, Rancher and K8s cluster installation, HA setups with RKE and Helm, as well as k3s basics and Spring Cloud deployment, with links to the videos and supplemental materials.

DockerK3sKubernetes
0 likes · 2 min read
Master Spring Cloud & Kubernetes: From Docker Basics to HA Production Clusters
Programmer DD
Programmer DD
Sep 3, 2020 · Cloud Native

Why k3s’s CNCF Sandbox Admission Signals a New Era for Edge Kubernetes

Rancher’s k3s, a lightweight Kubernetes for Edge, IoT, CI and ARM, has entered the CNCF Sandbox, marking the first Kubernetes‑compatible distribution to join; the announcement details its streamlined features, rapid adoption statistics, and the debate confirming its independent status.

CNCFK3sKubernetes
0 likes · 4 min read
Why k3s’s CNCF Sandbox Admission Signals a New Era for Edge Kubernetes