Operations | Monitoring | ITSM | DevOps | Cloud

DevOps

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

Stackdriver Sandbox - Stack Doctor

Want to get started with Stackdriver without impacting your production monitoring setup? Join Yuri Grinshteyn to learn how to use the Stackdriver Sandbox to start learning about and using Stackdriver. The Sandbox includes a GKE cluster with a sample microservices application deployed and fully instrumented for monitoring, logging, and tracing.

A Civo 2019 retrospective: How we got here and what's next

Looking back over 2019 it's been a huge time of change for us as a company. When I co-founded Civo four years ago we were aiming to be an IaaS (Infrastructure-As-A-Service) provider, focusing on small developers and teams rather than huge corporate hosting requirements. The developer experience was really important to us, but trying to carve out a niche in such a crowded market was really challenging.

Avoid downtime with EPIC Electronic Health Record (EHR) systems by using VirtualWisdom

January 30, 2020 As a healthcare CIO mandated with the transition to electronic healthcare records, you’ve done your due diligence, evaluated various EHR vendors and most likely settled on Epic, a software vendor with over 25% of the US acute care hospital market share. You’ve followed Epic guidelines for minimum hardware requirements and acquired what you believe is the right workstation, server, networking, and storage infrastructure for Epic.

AWS Billing Alerts: When to Use Them and How to Set Them Up

Making sure you don't overspend on AWS is a perennial challenge for many software companies. To help make sure you don't surpass your budget, AWS offers billing alerts, which send you an alert when your costs have reached a certain threshold. This can be a handy way to keep your costs in check, but can take some time to set up and will cost you some extra money.

Serverless Has Evolved in 2020

Come January, pretty much any current tech keyword you type into Google News will result in hundreds of prediction op-eds and roundups. The fact that it’s an entirely new decade has amplified this phenomenon and serverless is no exception. As the CEO of a company dedicated to helping software teams build, manage, and deliver serverless applications, it’s a joy to read these posts by some of the brightest minds in the industry.

Azure Functions Triggers and Bindings

Azure Functions is a serverless compute service that lets you run event-triggered code without having to explicitly provision or manage infrastructure, in other words, Microsoft’s Azure Functions is a modern serverless architecture, offering event-driven cloud computing that is easy for developers to use. This blog is about Azure Functions triggers and bindings.

Intro to Rio Online Training: The Application Deployment Engine for Kubernetes

Rio is an application deployment engine built on top of Kubernetes, Istio, Knative, and Prometheus. You can use it to build, test, deploy, scale, and version stateless apps on any standard Kubernetes cluster, which means that you can run your apps the way you want to without having to spend time wiring them together.

Docker logging best practices

When an application in a Docker container emits logs, they are sent to the application’s stdout and stderr output streams. The container’s logging driver can access these streams and send the logs to a file, a log collector running on the host, or a log management service endpoint. In this post, we’ll explain how the driver you choose—and how you configure it—influences the performance of your containerized application and the reliability of your Docker logging.