Security Logging in the Application Development Lifecycle

Security logging is a fundamental aspect of application development that safeguards our software against threats and vulnerabilities. Let us explore the significance of security logging in the application development lifecycle, where it should be implemented, what information should be logged, and why it is essential for the security and integrity of your applications. Why is … Read more

Building redundant EKS monitoring and alerting stack

As Kubernetes containers are actually Linux processes, we can use our favorite tools to monitor and log cluster performance. In Kubernetes, application monitoring does not depend on a single monitoring solution. Each organization is unique in form of requirements to monitoring sensitivity and log ingestion, analysis and persistence. This is very important building our own … Read more