Kubernetes vs Docker: Top 4 Differences to Understand

Docker is a container platform, while Kubernetes is a container Orchestration platform, If I tell you this is the difference between Kubernetes and Docker. so did you understand anything? No! Right. So, to understand the main difference between the 2 technologies, it’s highly suggested to have a fundamental understanding of how docker or containerization works. … Read more

What is GIT Branching Strategy?

Are you aware of how branching works? if not then it’s very crucial to understand the concept of branching before we understand the strategy of GIT branching. Branching is separation from the mainstream or main Master. so you must be thinking what is this separation from the master, why not we may continue to work … Read more

What is DevOps

DevOps is a culture or a process to improve the application delivery from development to any other environment by ensuring there is Automation, Code Quality, Continuous Monitoring, and Continuous Testing. The Final goal of a DevOps process is to avoid any manual steps and bring in Automation in the Code deployment. Why DevOps A developer … Read more