Overview KEDA is an event driven autoscaler for Kubernetes that allows you to scale containers based on events. It is a lightweight single purpose component that can be added to any Kubernetes cl...
Overview Terraform is a great tool for defining your infrastructure using code and getting it deployed to Azure or your chosen cloud provider. One of the many challenges you may face is importing e...
Overview SonarQube is an automatic code review tool to detect bugs, vulnerabilities, and code smells in your code. It can integrate with your existing workflow to enable continuous code inspection...
Azure Functions is a serverless event based compute engine that can execute almost any logic using blocks of code on demand commonly referred to as Functions. For this tutorial we will be building ...
What is Gitops and Flux? GitOps for Kubernetes is trending and is being adopted more widely across organisations. With GitOps you can apply your standard development practices to Infrastructure inc...