Maxat Akbanov's blog
Maxat Akbanov's blog
Follow
Follow
homeAWSkubernetesAnsiblebashSQLGo
Tag

sysops

#sysops

More content

Read more stories on Hashnode


Articles with this tag

Linux Namespaces and cgroups: Building Blocks of Modern Containerization

Nov 29, 20246 min read

Linux namespaces and cgroups (control groups) are foundational Linux kernel features used to provide process isolation and resource management. They...

Linux Namespaces and cgroups: Building Blocks of Modern Containerization

Stop Leaving Passwords in Your Linux Shell History

Nov 27, 20243 min read

Sometimes when you have to check functioning of service or troubleshoot connection of apps in Development or Test environments, you need to SSH into...

Stop Leaving Passwords in Your Linux Shell History

Basics of Remote Procedure Call (RPC)

Oct 25, 20245 min read

Remote Procedure Call (RPC) is a powerful technique used in computer networks and distributed systems to enable a program on one computer (the client)...

Basics of Remote Procedure Call (RPC)

AWS Route 53: Latency-based Routing Policy

Oct 18, 20244 min read

Latency-based routing (LBR) in AWS Route 53 is designed to route end-user requests to the AWS region that provides the lowest latency. This routing...

AWS Route 53: Latency-based Routing Policy

Securing Secrets with SOPS: An Introduction

Oct 17, 20245 min read

SOPS (Secrets OPerationS) is an open-source tool developed by Mozilla for managing secrets — such as passwords, API keys, and confidential...

Securing Secrets with SOPS: An Introduction

AWS Route 53: Weighted Routing Policy

Oct 16, 20245 min read

The Weighted Routing Policy allows you to route DNS query traffic to multiple resources in proportions that you specify. By assigning a relative...

AWS Route 53: Weighted Routing Policy