Kubernetes Learning Path
Today Kubernetes is present in all major clouds (Google cloud, AWS, Azure, etc…) as a fully managed service, serverless at this point and It is...
DevOps
What is GitOps?
English writer and philosopher “Aldous Huxley” once said: “Speed provides the one genuinely modern pleasure.” I think life is like this and so the software...
Service Discovery Patterns – What, Why, and How?
The Service Discovery concept is not new and has been since from the beginning of distributed computing. In simpler terms, Services discovery tools help services...
Load Balancing – what, why and how ?
Load balancing refers to either software or hardware that distributes the workloads (distribution of data) among multiple computing instances (servers) in order to improve the...
Dockerfile tips for production – [latest]
This article covers the latest Dockerfile tips and suggestions for writing clean and reliable Dockerfiles for production. Also, it covers the recommended best practices and...
What do you mean by shift left in DevOps?
Summary: The DevOps movement has evolved the way on how the organization operates and DevSecOps a new practice came along quickly by shifting security a...
What is DevOps? explained in layman terms – Part 1
DevOps is no longer a buzzword. It has evolved big time since many of us thought it was just a catchy word in recent times....
What is git stash?
Git is currently an essential tool for any programmer now. It is an open-source distributed version control developed by Linus Torvalds to help manage Linux...