It’s buzzing news that Amazon Prime architecture is shifting to a monolithic application. Many videos and articles are mushrooming to criticize microservices and serverless architecture. We should come out of this crowd mindset. I always believe that business needs should drive the choice of technology. Sometimes a technology or architectural change can positively impact how […]
A paradigm shift in any industry happens once in a while. Software development is not an exception here. Most of the time, we experience incremental improvements and inspired duplicated products and services. Microservices and Containerization is a paradigm shift in modern scalable web application development. Can you think of scaling an application without microservice architecture […]
To expose node port service in google cloud Kubernetes engine a few things to note, Service can only be exposed through NodePort with port range of 30000–32767 In case if you have your service defined as below to expose in Google Kubernetes Engine(GKE). apiVersion: v1 kind: Service metadata: name: nginx spec: type: NodePort ports: – […]
Your consistent hashing strategy could be as simple as a modus operation. It could start there but can’t end there. ‘Hotspots’ are the real deal and dictators of hashing strategy to high-scaleable applications #scaleability #distributedsystems #availability #engineeringstrategy
Any application that’s served over the web is a cloud application. yeah, even the one hosted in your backyard connected to the internet. The moment someone says cloud application if you imagine those 3 cloud service provider then that’s the success of their product but your understanding has to be reviewed 🙂 containerization, microservices, agile, devops […]