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

K8S Monitoring

Kubernetes monitoring

August 18, 2024 · Alberto

K8S Networking

Kubernetes networking

July 14, 2024 · Alberto

ZSH Troubleshooting

ZSH insecure directories 1 2 zsh compinit: insecure directories, run compaudit for list. Ignore insecure directories and continue [y] or abort compinit [n]? ncompinit: initialization aborted 1 2 3 4 5 6 7 8 9 10 11 12 13 14 ❯ cd /usr/local/share/zsh sudo chmod -R 755 ./site-functions sudo chown -R root:root ./site-functions ❯ compaudit There are insecure directories: /home/alberto/zsh/completions/rg /home/alberto/zsh/completions/eza /home/alberto/zsh/pure /home/alberto/zsh/completions /home/alberto/zsh/completions /home/alberto/zsh

July 14, 2024 · Alberto

K8S Troubleshooting

Kubernetes troubleshooting

July 13, 2024 · Alberto

Alacritty: escape sequence

Set up shortcuts for your terminal emulator

July 6, 2024 · Alberto