Skip to main content

Blogs

2020

Proxyless gRPC load balancing in Kubernetes
·1138 words·6 mins
Build a proxy-less load balancing for your gRPC services using the new xDS load balancing
Automate your GitHub Pages Deployment using Hugo and Actions
·643 words·4 mins
Explore how you can automate the build and deployment of GitHub Pages using Hugo and GitHub Actions
Automated and Authenticated APIs stack using Lambda, API Gateway and Cloudformation (AWS)
·638 words·3 mins
Set up a protected API endpoint using AWS Lamda, API Gateway, and automate the deployment of the stack using AWS CloudFormation.

2018

Spring Cloud Config Auto Refresh + Custom Kafka topic
·335 words·2 mins
Spring Cloud Config allows your java application to follow Externalized configuration pattern which is must have if you are building microservices. Explore how to leverage that to define your own Kafka topics
Docker limit resource utilization using cgroup-parent
·1189 words·6 mins
Leverage Docker cgroup-parent to efficiently manage CPU and Memory utilization across all containers