Operations | Monitoring | ITSM | DevOps | Cloud

DevOps

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

Serverless Summer School Cliff's Notes - AWS Serverless Products, Explained

School’s out for… Autumn? That’s right, while you were avoiding the back-to-school rush at Office Depot, cutting the crusts off PB&Js, and taking the layers out of mothballs (confession: I have never seen let alone used a single mothball), Serverless Summer School began winding down and is now over for the season. Until next year, school-themed Stackery livestreams!

CloudHedge Windows IIS App Modernization

Have age-old Windows applications eating away tons of resources every month? Here is a sneak-peek on how Windows IIS based applications can be transformed to a container platform of your choice by using CloudHedge's patented tools - Discover, Transform and Cruize. CloudHedge leverages these tools in a sequence to perform automated app modernization to enable enterprises with the benefit of deploying their apps on the choice of cloud - AWS, Azure, GCP, and ICP.

Startup CTO: How to Hire Software Engineers

At some point, your startup will scale to the point that you need additional help building your product, and as the CTO, it’s up to you to find, hire, and onboard new software engineers. This process is intimidating because engineering hires are critical to the success or failure of your startup. In this series, we’ll talk about Blue Matador’s approach to the hiring process as well as the insights I’ve gained as CTO. This first post will cover when and who to hire.

Five worthy reads: Embracing the era of everything-as-a-service (XaaS)

Five worthy reads is a regular column on five noteworthy items we’ve discovered while researching trending and timeless topics. This week, we delve into the increasing adoption of XaaS models across enterprises to achieve agility, pervasive automation, and digitization of business verticals.

Step by step guide on how to install Microsoft's System Centre Virtual Machine Manager (SCVMM)

If you run Microsoft’s Hyper-V as your virtualisation platform rather than the ever popular VMware ESX then you probably want a way to manage your Hyper-V hosts as well as the virtual machines that reside on this. Well you can do a lot of the functions that SCVMM does with the free tool for managing Hyper-V, the Hyper-V Manager (which comes as part of the Windows Operating System). System Centre Virtual Machine Manager is also called System Centre VMM or SCVMM for short.

Peering Inside the Container: How to Work with Docker Logs

We live in a containerized world, and traditional monitoring and logging are being forever changed. The dynamic and ephemeral nature of containers creates new logging challenges. Docker addresses these in some ways. Docker Engine provides various logging drivers that determine where logs are sent or written to. The default driver for Docker logs is “json-file,” which writes the logs to local files on the Docker host in json format.

What to do when you lose logs with Kubernetes

Kubernetes has fundamentally changed the way we manage our production environments. The ability to quickly bring up infrastructure on demand is a beautiful thing, but along with it brings some complexity, especially when it comes to logging. Logging is always an important part of maintaining a solid running infrastructure, but even more so with Kubernetes. Because Kubernetes clusters are constantly being spun up, spun down, always in flux, making sure logging functions correctly is critical.