RSSAmplifier

Blog

Omer's Blog

Recent content on Omer's Blog

blog.omerh.meRSS feed ↗10 posts

Latest posts

Raycast for Mac Review (2026) — An Honest Look

An honest Raycast review after 1 year of daily use. What it does well, where it falls short vs Alfred, and why it's my first install on every Mac.

About

I am an Open source enthusiast, problem solver, and privacy advocate. Learn about my journey in software development and personal interests. Welcome to my blog where I share insights about software development, open source, and the things that interest me. I update this blog regularly, aiming for at least monthly posts. Who I Am I’m an open source enthusiast who believes the future of…

Splitting Kubernetes Logs by Namespaces With Fluent Bit

This post explains how to route application logs from specific Kubernetes namespaces to specific Elasticsearch indices on AWS.

Running jvm in kubernetes

This is the story of cpu intensive JVM for machine learning running in kubernetes

Working With AWS ECR on Kubernetes Running on Docker for mac

How to pull easily with a bash script images from Amazon ECR (Elastic Container Registry) docker images and run them on local Kubernetes

A Simple way to do log rotate on an AWS Elasticsearch using AWS Lambda

Serverless log rotate using lambda with curator package with few lines of code bypassing the annoying IAM on AWS Elasticsearch cluster

Lambda continuous delivery using docker and Jenkins pipeline

Making lambda continuous delivery as portable as it can be using make Jenkins and docker

The state of continuous integration using docker

The common ways to use docker for continuous integration and development environment system

Accessing EKS API Server from AWS EC2 instance using IAM Instance Profile (No Static Credentials)

Step-by-step guide to securely access Amazon EKS clusters from EC2 instances using IAM instance profiles without storing AWS credentials. Perfect for CI/CD pipelines and Jenkins automation.

How to create your blog using hugo and deploy it using netlify for free

This blog will run using hugo static site generator project. I am using the theme hugo-PaperMod by adityatelange which is clean, modern, and SEO friendly. The entire blog will be made by using markdown language. The blog will be hosted on Netlify . Netlify offers CI/CD, CDN, Let’s Encrypt SSL and an optional custom domain for free . The code will be saved on Github for free . That is why I…