Operations | Monitoring | ITSM | DevOps | Cloud

DevOps

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

Key Kubernetes Concepts

Cloud computing, containerization, and container orchestration are the most important trends in DevOps. Whether you’re a data scientist, software developer, or product manager, it’s good to know Docker and Kubernetes basics. Both technologies help you collaborate with others, deploy your projects, and increase your value to employers. In this article, we’ll cover essential Kubernetes concepts. There are a lot of Kubernetes terms, which can make it intimidating.

Kubernetes vs Docker: How to Choose

If you’re thinking about using containers to manage an application, there are a lot of options for technologies to use. It can be difficult to even know where to begin to make a decision. One common question is whether someone should use Docker vs Kubernetes for managing their application containers. This is a misleading question. In truth, Docker and Kubernetes aren’t competing technologies. There’s no need for them to face off.

How Canonical and Dell work together across desktop, cloud and edge.

Canonical is engaged with all six of Dell's lines of business and is the only Dell EMC partner that enables the desktop, cloud and edge, combining the best of Ubuntu opensource software with Dell hardware. Regis Paquette, VP Strategic Alliances and OEMs, talks about it during Dell Technologies World 2019.

Introduction to Rancher

This video provides a short introduction to Rancher, an open-source container management platform that makes it easy for organizations to adopt Kubernetes. With Rancher, IT organizations can deploy, manage and secure any Kubernetes deployment regardless of where it is running. Best of all, Rancher is intuitive to use, and built to support DevOps teams, as they use containers to automate operations and move to continuous delivery.

SFTT #2: Using Cognito In Serverless Integration Testing

Welcome to the second edition of Serverless from the Trenches, our series of bite-sized blog posts aimed at developers and DevOps working in serverless. Each article will focus on a different technique or tool to solve a real-world problem and – hopefully – help make your work in serverless more productive. This week we look at how to add Cognito to your integration tests flow, making for true black box testing.

Canary releases with Azure Deployment Manager and Datadog

Canary releases are a powerful technique for updating large-scale production environments safely. The idea is simple: deploy the update to a subset of your environment, pause and monitor to ensure everything is healthy, and then deploy to the next subset. But implementing these staged releases can be challenging, as you’ll need to retool your deployment pipeline and build programmatic health checks to validate the success of each canary release.