Operations | Monitoring | ITSM | DevOps | Cloud

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

Configuring a Correlation Engine in Moogsoft | Moogsoft Product Videos & How-Tos

Moogsoft's correlation engine groups related alerts and forms incidents. This happens automatically with no configuration. But in this video, we take a sample use case and create additional correlation settings to tailor it to the specific needs. Don't forget to subscribe for content on DevOps, Observability, AIOps and more!

Cloud Data Fusion: Concepts of Networking

To understand implementation, security, and connectivity in Cloud Data Fusion, it’s helpful to first understand the networking concepts. In this episode of Networking End to End, Lorin Price goes over what Cloud Data Fusion is, Public IP vs Private IP, and more. Be sure to look out for more videos on the Concepts of Networking for Google Cloud’s managed services! Chapters

Netdata Machine Learning Meetup

This video livestream meetup by Netdata takes a deep dive into the fundamentals of Machine Learning in DevOps Infrastructure Monitoring. It also covers the Netdata way of approaching Machine Learning. The Anomaly Advisor major update to Netdata is introduced as a valuable troubleshooting tool for any DevOps or Site Reliability Engineer looking for anomalies in their infrastructure. The hosts share real-world infrastructure monitoring & troubleshooting examples, as well as early feedback from the community on the Anomaly Advisor.

The Challenges of Building Multi Cloud

Multi cloud has long been a contentious topic when you talk about cloud infrastructure. Infrastructure as code tools such as Terraform and Pulumi have made deploying to any cloud much easier - you can now use a single interface to deploy infrastructure to virtually any cloud environment. However, the effort of creating infrastructure for each cloud provider still requires significant expertise and time to get right, leading many to see it as a effort not worth taking.

Getting The Most Out Of Docker

Docker is the industry leader in the world of containerization. While the concept of containers is not new, still, it was not easy to create new containers. The underlying operating system complexities of creating a container were very challenging. Docker changed that and made things easier by handling the complexities mentioned above to launch a container. It's now super easy for developers to build, manage, scale and deploy their applications securely using Docker.

CI/CD Pipelines for Kubernetes: Best Practices and Tools

Kubernetes is today’s leading container management platform, due to its comprehensive API and developer-friendly features. Using Kubernetes, you can create scalable and reliable applications that run on-premises systems and public clouds. Its out-of-the-box features allow it to distribute hundreds of instances over data centers and keep them up and running. In order to catch up with the automation level of Kubernetes, developing and deploying applications requires more autonomy.

Sponsored Post

Simplifying SLO and Error Budget tracking for SRE teams

Service level objectives (SLOs), and the subsequent service level indicators (SLIs) are the foundation to establishing a strong SRE culture and how they promote accountability, trust and timely innovation. We are on a mission to simplify SLO and Error Budget tracking and with that aim in mind, we have added the SLO Tracker feature to the Squadcast platform. SLO Tracker seeks to provide a simple and effective way to keep track of your error budget burn rate without the hassle of configuring and aggregating multiple data sources.

Monitor PlanetScale with Datadog

PlanetScale is a serverless, MySQL-compatible database platform powered by Vitess. PlanetScale handles database scaling while also providing you with the tools to increase your development velocity, such as branching, non-blocking schema changes, automatic backups, built-in connection pooling, as well as a helpful interface and CLI. Datadog’s new integration gives you deep visibility into your PlanetScale databases, so you can optimize your usage and costs.

Red Hat Shares - Cloud services basics

Enterprises spent US$178 billion on cloud infrastructure services in 2021, 37% more than in 2020. And “global spending on cloud services is expected to reach over US$482 billion in 2022.” Clearly the use of cloud services is on the rise. But what are cloud services exactly, and why are they beneficial? Cloud services are infrastructure, platforms, or software that are hosted by third-party providers and made available to users through the internet.

Testing Flask framework with Pytest

Writing tests in any programming language can be difficult, but it does not have to be. In this tutorial, I will show you how you can easily write and run tests using Flask and Pytest. As a bonus, we will also integrate a CI/CD pipeline to run tests on a Flask app using CircleCI. Be sure to check out our other Flask tutorials to learn about application logging, authentication decorators, and automating Flask deployments.