Postgresql operations

Quick commands to common operations

September 1, 2024 · Alberto

PostgreSQL pgBackRest

pgBackRest is a reliable backup and restore solution for PostgreSQL that seamlessly scales up to the largest databases and workloads.

September 1, 2024 · Alberto

PostgreSQL pgBackRest Example

pgBackRest example

September 1, 2024 · Alberto

Systemd Logging

Common systemd logging tasks

September 1, 2024 · Alberto

Systemd Networking

Daemons related to systemd

September 1, 2024 · Alberto

API Gateway

API Gateway overview

August 30, 2024 · Alberto

UPS monitoring with Grafana

Monitoring energy cost on your homelab

August 30, 2024 · Alberto

Automated Cluster Scaling

Automated cluster scaling is a critical aspect of Kubernetes management, enabling your applications to dynamically adjust resources to meet changing demands. This involves two main mechanisms: Horizontal Pod Autoscaling (HPA) and Vertical Pod Autoscaling (VPA). Understanding these mechanisms and implementing them effectively can significantly enhance the scalability, reliability, and cost-efficiency of your Kubernetes environments. What is Automated Cluster Scaling? Automated cluster scaling refers to the process of dynamically adjusting the number of running pods (HPA) or their resource allocations (VPA) based on real-time metrics....

August 24, 2024 · Alberto

Latency vs Response Time

August 23, 2024 · Alberto

K8S Microservices

Kubernetes microservices

August 18, 2024 · Alberto