Saturday, February 22, 2025

Steaming Cloud Foundry Application Logs to ELK - Architecture

 


Filebeat - is the lightweight log shipper for shipping PCF App logs to Logstash

Logstash - is the data processing pipeline. It collects logs from filebeat,  transform logs and send it to Elasticsearch

Elasticsearch - stores the logs in the data nodes in the form of document

Kibana - is the Visualization & Analytics tool to explore and interact with data stored in the Elasticsearch

Friday, January 24, 2025

Kubectl cheatsheet

Here's the quick-reference guide for essential kubectl commands to manage Kubernetes resources, including pods, deployments, services, logs, and troubleshooting tips. This is ideal for both beginners and experienced users.

https://github.com/nidhisht/kubectl-cheatsheet