Operations | Monitoring | ITSM | DevOps | Cloud

How to Take Data Stored in InfluxDB Cloud 2 and Use It in a "Switch" Node within Node-Red

This video shows you how to take data that is stored in InfluxDB Cloud 2 and use it in a "Switch" node within Node-Red. In our example, we read the average house temperature and decide whether or not the heating should be switched on.

How to Build a Monitoring Application in Less Than 10 Minutes

This talk shows how to use Tasks, Flux, dashboards and monitoring and alerting in InfluxDB Cloud to create an external service or website monitor. This video is a simple example for everyone to use as a template for their own custom monitoring applications built on top of InfluxDB Cloud.

Building a GitOps Workflow

Since the rise of Kubernetes, GitOps workflows have become the standard way for teams to manage the state of large systems. GitOps is a way to perform application management and delivery, which at its core leverages a version control system to maintain the desired state of the system. Being able to describe the desired state using human readable text files, and allowing automation to handle deployments and updates based on those files, means less opportunity for human error and faster deployments.