Prashanth Ponugoti's
Dev Ops Blog
Latest Articles
Apache Kafka Kafka is not just a pub-sub system. It’s an event streaming platform . It Collects, stores, and processes events in real time. Kafka Supports: Distributed Logging, Pub-Sub...
Namespaces- Organizing Components Default Namespaces In K8s we organize resources in Namespaces. We can have multiple Namespaces in Cluster. We can think of a namespace as a virtual...
POC1: Deploy Mongo, DB and Mongo Express I am going to deploy 2 applications, MongoDB and Mongo Express. So, first we will create a Mongo DB pod and to talk to that pod we need a service...
YAML Config File Kubernetes configuration file which is the main tool for creating and configuring components in Kubernetes cluster. Three parts of a K8s Config File: Configuration...
Kubernetes Architecture and Kubectl Commands Node Processes (Worker Node) Worker servers, or Nodes, are one of the main components of the Kubernetes architecture. These cluster servers...
What is Kubernetes & Main Kubernetes Components Kubernetes Kubernetes is an open-Source container orchestration framework originally developed by Google. It facilitates the management...