Operations | Monitoring | ITSM | DevOps | Cloud

DevOps

The latest News and Information on DevOps, CI/CD, Automation and related technologies.

What is Logspout?

Logspout is an open source log router designed specifically for Docker container logs. If you’ve ever looked into log management for Docker, chances are you’ve heard of it. Logspout is a container that collects logs from all other containers running on the same host, then forwards them to a destination of your choice. This lets you send logs to an HTTP/S server, syslog server, or other endpoint without having to monitor files or modify your host systems.

How to Monitor Amazon CloudFront with CloudWatch

Amazon CloudFront is a CDN that allows you to serve content from edge locations without having to actually stand up infrastructure around the world. However, since it’s a managed service, you have less visibility with traditional monitoring tools. As such, it becomes even more important to take advantage of the available monitoring tools in AWS. In this post, we’ll explain how to use CloudWatch to monitor CloudFront and what is important to watch.

Kubernetes and the Data Layer

Once you get your head around the concept of containers, and subsequently the need for management and orchestration with tools like Kubernetes, what started off as a weekend project suddenly starts to raise more questions than answers. Kubernetes removes much of the complexity of managing the interaction between applications and the underlying infrastructure. It is designed to let developers focus on the applications and solutions rather than worrying about the complexity of the hosting platform.

Calculating MTTR: An Evolution Driven by the Rise of DevOps

The shift to cloud computing and the DevOps revolution have fueled some important changes in the way we think about software development and monitoring. It has delivered huge benefits to the companies that have fully embraced the approach. In fact, the DevOps Research and Assessment (DORA) 2018 industry survey found a new small group of “elite” performers that are deploying code far more often and having a far better mean time to resolution (MTTR) than the next closest group.

Automated App Discovery - CloudHedge Discover

Using Application X-Ray, CloudHedge's Discovery tool automatically discovers Windows IIS and Linux applications within minutes instead of days or weeks. Post discovery process, the tool showcases all the relationships and dependencies between services, processes, and hosts which are necessary for containerization on a user-friendly dashboard. CloudHedge’s Discover tool supports enterprise Windows and Linux operating systems right from Windows 2003, Java, .Net, PHP, Python, JBoss, TomCat type of applications.

SysAdmin Day 2019 - Tech Support, Part 1

Work getting you down? It helps to talk about IT. Venting and swapping stories in the Community is great, but what if there was a place where techies could gather for a face-to-face heart-to-heart on the hassles of IT? Now there is. Tune into our series of Tech Support videos this SysAdmin Day. (No, not that kind of tech support.)

Useful tools to manage your application's secrets

When you build and deploy an application, chances are that you need to store some form of secrets. These are typically things like credentials for 3rd party systems and database credentials. As an ASP.NET Core developer, Microsoft provides you with an easy way to store secrets like these in your development environment, namely the Secret Manager.