LCLuc Caoincaoluc.hashnode.dev·4d ago · 10 min readAzure Service Bus for Event-Driven Systems What Is Azure Service Bus, and When Should You Reach for It? Azure Service Bus is a cloud-native message broker supporting both message queuing and publish-subscribe patterns. It operates at the PaaS 00
LCLuc Caoincaoluc.hashnode.dev·Jun 25 · 16 min readAzure AKS - AGIC and AGCWelcome back! This is the third and final post in my series on ingress and load balancing for Azure Kubernetes Service (AKS). In the first article we walked through the different ways you can expose w00
LCLuc Caoincaoluc.hashnode.dev·Dec 18, 2025 · 3 min readAWS IAM - Roles between two AWS AccountsProblem: Your company has two AWS accounts: DevAccount and ProdAccount. Developers in DevAccount need to access an S3 bucket in ProdAccount without using long-term credentials. How do you configure access securely? Solution: Create an IAM Role in Pr...00
LCLuc Caoincaoluc.hashnode.dev·Dec 17, 2025 · 4 min readAzure - How to Solve 504 Gateway Time-Out Errors with Azure Application GatewayFrom https://www.syncfusion.com/blogs/post/solve-504-gateway-time-out-error-azure-gateway When a browser attempts to load a website, a request is typically made to a web server. An HTTP 504 error code is sent to the browser when the request takes to...00
LCLuc Caoincaoluc.hashnode.dev·Dec 6, 2025 · 3 min readAws EksKubernetes Control Plane Components When you create an Amazon EKS cluster, AWS automatically sets up the core Kubernetes control plane, ensuring high availability and fault tolerance: ComponentRole etcdDistributed key–value store. EKS runs a m...00