In one of my organizations, most of our Redis infrastructure runs on Kubernetes. if you know about the Redis cluster, you can connect to shards using the IP of the machines. Since we are running Redis in statefulsets, we have exposed the IPs of the pods inside our infrastructure. Kubernetes cluster is EKS and the
Tag: aws
Do you know about Netflix Simian Army?
When we talk about micro services, cloud infrastructure and ability of the infrastructure which is resilient, Netflix is one of the top companies which comes into scene. Netflix always work in the direction of making its infrastructure more resilient to make it always available cause it has to serve a lot of traffic. In this
Go server less with AWS LAMBDA.
Yes, server less with AWS LAMBDA, this could be of great future use. If you are facing problems in managing servers what could be more easy to manage than no server. These are the words of Amazon CTO. Here we will be talking about aws service lambda which allows you to run your scripts or server
Normal AWS SQS Queues and FIFO queues.
While working in one of the project I recently came across the problem. The problem was that the data I push in queue is not coming in the same order I push it in. I thought of it as a callback problem with my JS code but when I tried more I came to realise
How to maintain consistency while uploading to AWS S3
In how to maintain consistency while uploading to AWS S3, We are talking about amazon web services storage service, popular by the name S3. We can upload file to it and retrieve it when ever required. It is also used by many big companies to serve their static files like CSS and JS. How to maintain
Software Development tools: Tools for designing, development and management.
[sgmb id=3] When we talk about a software development, it contains the events that start from idea to model designing to first user registration and further improvements. In this article we are gonna talk about the tools that you will need at different stage of software development. Sketch: This is one of the most awesome
Top Tools that every beginner web developers should know about and should get use to.
Google SearchYes Google search is the ultimate tool according to me for the beginner web developers. These are the guys who are new to the technology and are unaware of the syntaxes, small mistakes that they do, small flows that they sometimes not follow. If they are stuck anywhere what is the first thing they
Setting up blog with WordPress and Nginx: Step 1- Setting up aws server and nginx.
This series of blog post will take you through every step to set up a blog. What all we will use to make our Blog with an https domain and SMTP services. AWS or any other server – for hosting Nginx – server Yandex – for free smtp Domain name and DNS mapping. Lets encrypt
Top 8 websites every web developer should know.
When you are in field of rapid web development and deployment, sometimes it becomes really important to get help with certain issues, in this scenario these sites come handy. They save us a lot of time and provide us with the best solutions. Here is the list of Top 8 sites that I used while