Logo AppDev24 Login / Sign Up
Sign Up
Have Login?
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.
Login
New Account?
Recovery
Go to Login
By continuing you indicate that you agree to Terms of Service and Privacy Policy of the site.

DevOps

 

DevOps & CI/CD related tips & tricks, issues & resolutions

4 Articles
3 Sub-categories
Articles

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 More

Simplifying 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 More

Automate 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 More

GitHub 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
Sub-categories

Terraform

Terraform related tips & tricks, issues & resolutions

Explore

Docker

Docker related tips & tricks, issues & resolutions

Explore

Kubernetes

Kubernetes related tips & tricks, issues & resolutions

Explore