Operations | Monitoring | ITSM | DevOps | Cloud

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

Capturing and Containing Hidden Cloud Costs-How Overprovisioning Can Hurt Your Budget

The traditional method of planning server, network, and storage capacity is to look at the usage peaks and then add a safety margin. Most cloud hosting is planned this way. The idea that you only pay for what you use is not based on actual usage, rather on the capacities you initially specify. Most cloud migrations involve a ‘lift and shift’ approach of moving an application to a different host with minimal maintenance.

7 Essential Best Practices to Follow When Adopting a DevOps Model

Terms such as DevOps, Agile and LEAN are now used in a single bundle. If a project is created according to the LEAN methodology, all processes become more efficient with DevOps and Agile, making it possible to remain flexible and respond quickly to changes. In this article, we will share seven best practices you need to follow when adopting a DevOps model.

LogicTalks - How Aurora Innovates and Automates with Cloud Monitoring

In this episode of LogicTalks, Mark Banfield, Chief Revenue Officer at LogicMonitor, sits down with the CEO of Aurora, Ant Malloy. Aurora.io is a software and services organization who serves a wide variety of MSPs, telco resellers and IT resellers. Listen in as Mark and Ant discuss the innovative ways Aurora is able to quickly deploy and integrate devices in the cloud and on-premises to deliver ROI to its customers.

Is Kubernetes the Tool, or Are You?

This presentation ran at the DevOps Institute skilUP Day event on May 21, 2020. If Kubernetes exists to make your life easier, why is it such a nightmare to use? There are a million and one presentations on how to use Kubernetes in your DevOps workflow, but they all start from a flawed foundation. They all assume that you wanted to use Kubernetes in the first place. In the shiny world where Kubernetes is King, we are its subjects, forced to use it and smile while we grit our teeth.

Deploy a Rancher Cluster with GitLab CI and Terraform

In today’s ever-changing world of DevOps, it is essential to follow best practices. That goes for security, access control, resource limits, etc. One of the most important things in the world of DevOps is continuous integration and continuous delivery, or CI/CD. Continuous integration is a crucial part of an efficient deployment. We are all guilty of repeating manual steps over and over again – especially when it comes to node configuration.

Using Helm for Kubernetes management and configuration

Helm is a popular open-source tool used to manage and configure your Kubernetes cluster. Basically, it is a package manager (think Homebrew or NPM) built for Kubernetes. It helps automate processes like installing, configuring, upgrading, and removing items. This post will give you a brief introduction to Helm and how it might help you manage your Kubernetes cluster.