Microblog



October 18, 2022 | 11:16

Tips for Az 400 Exam Microsoft Certified Devops Engineer Expert

I passed the AZ-400 exam today (18th Oct 2022) with a score of 920/1000. This exam is one of the new-role based Azure Certification that validates the skills of Azure DevOps Professionals. It qualifies you to work as Azure DevOps Engineers with recognition from Microsoft, who can design and implement strategies for collaboration, code, infrastructure, source control, security, compliance, continuous integration, testing, delivery, monitoring, and feedback. I already had some experience with Azure and have recently passed Azure Administrator Associate exam - AZ-104. Read more

June 1, 2022 | 13:25

Tips for AZ-104 Exam - Microsoft Certified Azure Administrator Associate

I passed the AZ-104 exam today (1st June 2022) with a score of 915/1000. This exam tests your skills to implement, manage and monitor an organization’s azure environment. I already had some experience with azure and have recently passed Azure fundamentals exam - AZ-900. Having hands on experience is better if you want to crack this exam. It took me around a week to get fully prepared. I referred following resources for preparation: Read more

January 12, 2021 | 18:09

Excluding Specific Logs From a Particular Pod in Fluentd

Problem: I want to exclude these noisy logs coming from activemq pod. kubernetes-cluster-logging $ kubectl logs activemq-79bd55f9c-jdtqf --tail 10 -f WARN | Transport Connection to: tcp://172.29.108.66:37302 failed: java.io.EOFException WARN | Transport Connection to: tcp://172.29.108.66:37366 failed: java.io.EOFException WARN | Transport Connection to: tcp://172.29.108.66:37518 failed: java.io.EOFException WARN | Transport Connection to: tcp://172.29.108.66:37582 failed: java.io.EOFException Solution: Create regex pattern for your log line that need to be excluded. Use kubernetes_metadata filter to enrich logs with kubernetes metadata. Read more

© 2020

Powered by Hugo & Kiss'Em.