Hacker Afternoon Tea
Author

Hacker Afternoon Tea

You might find something interesting here ^_^

126
Articles
0
Likes
183
Views
0
Comments
Recent Articles

Latest from Hacker Afternoon Tea

100 recent articles max
Hacker Afternoon Tea
Hacker Afternoon Tea
Jan 31, 2022 · Cloud Native

Essential Linkerd CLI Commands and Flags Explained

This article provides a concise reference of the most frequently used Linkerd CLI commands and their associated flags, detailing how each command interacts with the control plane, injects proxies, and offers diagnostic and management capabilities for Kubernetes service meshes.

CLICloud NativeKubernetes
0 likes · 4 min read
Essential Linkerd CLI Commands and Flags Explained
Hacker Afternoon Tea
Hacker Afternoon Tea
Jan 30, 2022 · Databases

How to Manually Set Up an Undermoon Redis Cluster

This step‑by‑step tutorial shows how to build Undermoon from source, deploy a memory broker, coordinator, two server proxies and four Redis nodes on a single machine, register them via JSON APIs, create a named cluster, and verify its operation with redis‑cli.

ClusterMemory BrokerRedis
0 likes · 6 min read
How to Manually Set Up an Undermoon Redis Cluster
Hacker Afternoon Tea
Hacker Afternoon Tea
Jan 29, 2022 · Cloud Native

Running an Undermoon Redis Cluster with Docker Compose

This guide walks through setting up an Undermoon Redis cluster using Docker Compose, covering prerequisites, building images, registering proxies, creating and scaling the cluster, and demonstrating automatic failover with concrete command‑line examples.

ClusterDockerDocker Compose
0 likes · 7 min read
Running an Undermoon Redis Cluster with Docker Compose
Hacker Afternoon Tea
Hacker Afternoon Tea
Jan 27, 2022 · Databases

Undermoon: Self‑Managing Redis Cluster Built on the Redis Cluster Protocol

Undermoon is an open‑source system that implements a self‑managing Redis cluster using the Redis Cluster protocol, offering horizontal scalability, high availability, HTTP‑API management, automatic master‑replica failover, and rapid expansion, with its architecture detailed across metadata storage, coordinator, storage cluster, and chunk components.

ChunkCoordinatorMetadata Storage
0 likes · 4 min read
Undermoon: Self‑Managing Redis Cluster Built on the Redis Cluster Protocol
Hacker Afternoon Tea
Hacker Afternoon Tea
Jan 24, 2022 · Backend Development

How to Benchmark Sentry SDK Overhead on Web Servers

This guide explains how to measure the performance impact of the Sentry SDK on web servers by using the open‑source Sentry SDK Benchmark suite, which runs baseline and instrumented versions of TechEmpower framework tests inside Docker Compose and reports latency and resource usage.

DockerGoSDK
0 likes · 6 min read
How to Benchmark Sentry SDK Overhead on Web Servers
Hacker Afternoon Tea
Hacker Afternoon Tea
Jan 23, 2022 · Cloud Native

How to Fix Longhorn Volume Mount Failure on CentOS 7.6 Using e2fsck

When a Longhorn volume fails to mount on a CentOS 7.6 node with the error ‘fsck found errors on device’, you can diagnose the issue via pod logs, download and install a newer e2fsck, then run fsck.ext4 with appropriate options to repair the filesystem and restore the volume.

CentOSFilesystem RepairKubernetes
0 likes · 4 min read
How to Fix Longhorn Volume Mount Failure on CentOS 7.6 Using e2fsck