Monitoring Golang Application with Prometheus

A warm Hello to all the readers! I have posted multiple articles about getting started with Prometheus. It talks about installing, configuring and monitoring system through Prometheus. In this section, we will learn how to instrument our golang code to export interesting metrics to Prometheus. Today’s world is about white box monitoring than old school…

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…