Azure
Study resources for the AZ-104 Microsoft Certified Azure Administrator
Reading Time: < 1 minute The ultimate Azure AZ-104 study guide. Azure Administrator exam study guide.
Reading Time: < 1 minute The ultimate Azure AZ-104 study guide. Azure Administrator exam study guide.
Reading Time: 5 minutes So, in this short article, I am going to walk you through how I am scanning for vulnerabilities in my container images during the CI pipeline using Azure DevOps. For this, I am using Trivy https://github.com/aquasecurity/trivy by AQUA https://www.aquasec.com/. It’s an open-source simple and comprehensive vulnerability scanner for containers. Perfect Read more…
Reading Time: 5 minutes As I work more with Containers and Azure Container Registry the more potential I see. In fact just the other day I was noticing that the list of images in my ACR was growing quickly. The list was getting huge. Now, this might be OK for some people, but I Read more…
Reading Time: 4 minutes So, what actually is keda? So, Keda or, Kubernetes-based Event Driven Autoscaler is a way for you to drive the scaling of any container in your kubernetes cluster based on a number of events (in my case messages on a RabbitMQ queue). This is achieved by two custom resources: ScaledObjects Read more…
Reading Time: 2 minutes Microsoft Azure Certifications Explained – A Deep Dive for IT Professionals in 2020 It’s common knowledge, or at least should be, that certifications are the most effective way for IT professionals to climb the career ladder and it’s only getting more important in an increasingly competitive professional marketplace. Similarly, cloud-based Read more…
Reading Time: 3 minutes As someone who manages an AKS cluster you really need to know how to troubleshoot it. Luckily Azure has your back a bit with the AKS Diagnostic tool. This tool will help you identify and resolve issues with your cluster. This is a nice little feature that comes with your Read more…