Home
Jobin Jose
Cancel

SNAT Port Exhaustion in AKS

SNAT Port Exhaustion in AKS Kubernetes networking is complex, and understanding Source Network Address Translation (SNAT) is crucial for seamless communication within clusters. In this post, I wil...

Certificate Management

Are you frequently handling SSL/TLS certificates and struggling with multiple formats for different purposes? Managing certificates can be cumbersome, but Azure App Service Certificates streamline ...

Aliases I use in my Bash Shell

Why Use Aliases? I’m constantly immersed in Kubernetes tasks throughout the day. Whether it’s troubleshooting or conducting routine checks, one of the biggest challenges I face is the need to re...

TechDocs in Backstage

What is TechDocs? TechDocs is Spotify’s in-house solution for documentation-as-code, seamlessly integrated into Backstage. It aligns with the “docs like code” philosophy, where documentation is aut...

Azure Workload Identity on Kubernetes

Deployed workloads within Kubernetes clusters necessitate Azure AD application credentials or managed identities for accessing Azure AD protected resources, like Azure Key Vault and Microsoft Graph...

Unveiling the Construction of This Blog

When seeking information, we typically turn to the internet and utilize specific keywords for our search. While numerous blog posts are available, a significant portion of them reiterate the same i...

WSL Bash customization using oh-my-posh

In this post, I will explain how I tweaked my bash prompt in WSL using oh-my-posh. Below are the steps I followed to personalize my bash shell. Install oh-my-posh. sudo wget https://github.com/Ja...