Bridging Distances: Deploying Docusaurus Website on Fermyon Cloud using Spin, AWS Cloudfront, and the Magic of WebAssemblyJul 8, 2023·5 min read
Kubernetes GKE setup (Batteries included)From Terraform setup to Cluster autoscaler, wordpress app with HPA configured, ingress controller, monitoring, loadtestingApr 23, 2024·10 min read
Create your own K8s cluster in AzureSetup Azure you can sign up to Azure under student license for ~ 1 year Lets begin Lets first create the cluster Click the review and then create Then go to the resources group and look for the blog-k8s execute the above 2 shell commands i...Mar 22, 2022·1 min read
Let's learn DockerWhat is a Container A container is a running process with resource and capability constraints managed by a computer’s operating system. The files available to the container process are packaged as a container image. Containers run adjacent to each ot...Mar 15, 2022·3 min read
Let's learn YAML using examplesWhat is a data serialization YAML YAML Ain't Markup Language YAML/JSON/XML / object ---> serializer --> stream of bytes --- database ...Feb 6, 2022·4 min read
How to use Linux in Windows (7/8/10) without WSLInstallation of Virtual machine and Linux First, need to install Virtual Box OR VMWare install Linux (Recommended Debian for lower resource utilization, but can use Ubuntu) For Demonstration, I am using VMWare Install any Linux Destro Debian Ubuntu ...Jan 26, 2022·2 min read