InITNEXTbyÇağatay Gürtürk·Jun 1, 2025Kubernetes on Raspberry Pi and BGP Load Balancing with UniFi Dream Machine ProRecently, I transitioned to using a cluster of Raspberry Pis as the backbone of my homelab setup.A response icon1A response icon1
Çağatay Gürtürk·May 30, 2023Unmasking Google Cloud: How to Determine if a Region Supports Physical Zone SeparationContrary to some other cloud providers, Google Cloud Availability Zones are not entirely physically isolated. Although Availability Zones…
InITNEXTbyÇağatay Gürtürk·Aug 22, 2021Enabling NVIDIA GPUs on K3s for CUDA workloadsUpdate on 2024: I recommend now using solutions like Cloudfleet AI to manage GPU workloads at edge. Cloudfleet provides a managed…A response icon1A response icon1
Çağatay Gürtürk·Dec 11, 2020Enabling GZIP compression with IstioAlthough Istio documentation does not specify how to enable GZIP compression, it is in fact possible to enable it via built-in Compressor…
InGoogle Cloud - CommunitybyÇağatay Gürtürk·Feb 23, 2020How to securely invoke a Cloud Function from Google Kubernetes Engine running on another GCP…In complex environments where different teams run their own Google Cloud projects, it is challenging to make sure that a service in a…A response icon1A response icon1
Çağatay Gürtürk·Feb 17, 2017Redirecting www Domain to non-www using 0 code at AWSLet us say that you do not want to www. subdomain for your website and want to have a 301 redirect to non-www version. There are millions…
Çağatay Gürtürk·Feb 16, 2017Restricting ELB access to CloudfrontUpdate 02/18/2018: I’ve upgraded the Javascript file to ES6 and promises, updated the Cloudformation template to YAML for better…A response icon7A response icon7
Çağatay Gürtürk·Feb 16, 2017Migrating a Native JAVA REST API to a Serverless Architecture with the Lambada Framework for AWSServerless computing has become a hot topic since AWS Lambda and Amazon API Gateway started to offer an elegant way to build and deploy…
Çağatay Gürtürk·Feb 16, 2017Using HAproxy in multi core environmentsHAproxy is a great load balancing solution that we use at Instela. We use HAProxy in a 8-Cores bare metal machine and we also use it to…A response icon1A response icon1
Çağatay Gürtürk·Feb 16, 2017ZF2 Controller Specific 404 Not Found PageAs we all know, Zend Framework 2 handles 404 not found event, so whenever you set HttpResponse’s status code in a controller with