DevOps
DevOps & CI/CD related tips & tricks, issues & resolutions
Monitoring SQLAgent Logs with ELK
As a database administrator, monitoring and analyzing log files is an essential task to ensure the smooth operation of your Microsoft SQL Server instance. In this article, we will explore how to monitor and search MSSQL Server SQLAgent logs using the Elastic Stack (ELK) on MacOS
Updated 22 Jun, 2024
Read MoreSimplifying AWS Access in GitHub Actions with OIDC Provider
Managing AWS access keys for GitHub Actions can be a challenge, especially when ensuring security and ease of access. Traditionally, AWS IAM user access keys have been used to grant GitHub Actions the permissions needed to interact with AWS resources. However, there is a more secure and manageable way: using OpenID Connect (OIDC) identity providers to obtain temporary AWS credentials.
Updated 22 Jul, 2024
Read MoreAutomate Docker CI/CD Pipelines with GitHub Actions
In today’s fast-paced development environment, continuous integration and continuous deployment (CI/CD) are no longer optional—they’re essential. Automating these processes not only speeds up your workflow but also minimizes human error, allowing you to focus on what truly matters: writing quality code.
Updated 12 Aug, 2024
Read MoreGitHub Self-Hosted Private Runners on AWS
Using GitHub’s default runners may not always be ideal, particularly if you need custom configurations, enhanced security, or cost-efficiency. Hosting self-managed GitHub runners on AWS offers flexibility and control over your CI/CD processes. In this guide, we'll walk through the process of setting up GitHub self-hosted private runners on AWS.
Updated 16 Aug, 2024
Read More