Top 10 uncommon DevOps tools you should know
Top 10 uncommon DevOps tools you should know
Understand how you can optimize DevOps practices to boost your company’s competitiveness.
Top 10 uncommon DevOps tools you should know
Terraform is one of the tools you should be using in your DevOps toolchain. This blog post describes the essential reasons to consider Terraform as one of your DevOps tools.
Datadog provides AWS CloudFormation templates to create resources in AWS in order to monitor AWS services and send metrics back to Datadog. To get metrics of different services, we’ll need to enable integration for them specifically.
Whether you are a developer, operations professional, or simply interested in understanding this transformative approach, this guide will serve as a valuable resource on your DevOps journey.
Building a CI/CD Pipeline Project with Git, Docker, SonarQube, Jenkins, and Nexus.
In general, I will use Jenkins as the CI/CD platform, then Dependency Track as SCA, SonarQube as SAST, Trivy for Container Image Scanner and Defectdojo as the centralized report monitoring.
Datadog “Application performance monitoring” refers to the practice of continuously monitoring and tracking the performance of applications.
Here are some popular tools used in DevSecOps for different stages of the software development lifecycle
In today’s world of distributed systems and microservices, managing and monitoring logs across multiple services can be challenging. That’s why having a centralized logging solution is crucial to streamline operations and gain valuable insights.
Installing Datadog Agent on a Kubernetes cluster using helm chart and Configuring Log Collection
Datadog is a software-as-a-service data analytics platform used for providing monitoring of servers, databases, tools, and services.
In this post, I will go through the steps required to integrate Datadog APM with EKS using Fargate as computing option.
For those who don’t know, Datadog is a monitoring platform for cloud applications. They offer a ton of integrations, making it easy to set up. We are currently using it for the corporate website frontend, which is a Next.js application hosted on Vercel.
Security is a great challenge for cloud providers and Google Cloud Platform has chosen to secure all its services with OAuth2 protocol. The security token is passed in the header of the API calls for identifing the user. The authorizations are based on roles and they are checked in IAM.
In this blog post, I’ll show you how to set up Datadog to monitor your Nuxt.js app and what metrics to monitor. By the end of this article, you’ll have a better understanding of how to optimize your Nuxt.js app for performance and make sure it’s running smoothly for your users.
In this article, I’ll be talking about Datadog installation for Python APIs (Flask + Gunicorn), which I believe is one of the best all-around tools out there.