Dec 7: How to deploy Web Service in Kubernetes
Easy steps to start with deploying a Web Service in Kubernetes: Make a docker image of your application Push to docker registry Make a…
Let the world know about your learnings, moment of realization, or that fastastic production goof-up and how you saved the day!
Easy steps to start with deploying a Web Service in Kubernetes: Make a docker image of your application Push to docker registry Make a…
Recently Github has made GitHub Container Registry free for public images.🤩 Easy to manage and easy to maintain! It has become super…
You configure your router with your WiFi SSID and password and a bunch of other settings. You will be surprised to know how your router…
Some time last year, Reliance Jio and AirTel enabled Wifi Calling (Voice over WiFi) for their customers. It was great news for someone like…
So, if you have been working on web services in this half of the decade, you must have come across the term "load balancing". So what is…
While writing code, we often write tests side by side. Ideally, tests should cover all the branches of your system, and any unwarranted…
Recently was working around speeding up CI Build, which took time around 50 min . This post is about speeding up builds with Docker caching…
Recently was working around DNS and thought to put it here! Computers work with numbers. Computers talk to another computer using a numeric…