What is Dockerfile?

A warm Hello to all the readers! This is yet another article to understand a new concept of Docker. There is a special file called as Dockerfile. What is Dockerfile? Dockerfile is a file that contains instructions to build an image. Instructions are a series of commands that you will otherwise run in running container…

What is Container Orchestration?

A warm Hello to all the readers! Orchestration is automated configuration, management and coordination of different computer systems, applications and services. Container Orchestration is about managing lifecycle of containers. This is required when the infrastructure is to be scaled up. When there are thousands of systems running along with applications on them, there is a…

Understand What is Kubernetes

A warm Hello to all the readers! I have been learning Kubernetes and would like to pen down my knowledge. Will begin to explain what exactly is Kubernetes, what’s the purpose. What is Kubernetes? Kubernetes is an open source platform to manage containers. It is a framework to run distributed systems resiliently. It performs following…

My Definition of DevOps

A warm Hello to all the readers! If you don’t know, then DevOps is in the air since around 2008. It’s now 12 years and recently in past few years, it has bloomed a lot. People wants to get a DevOps job than traditional system administrator. I am also driven by any new thing in…