Operations | Monitoring | ITSM | DevOps | Cloud

DevOps Automation Best Practices for Automotive Software Delivery

In this webinar you will learn:

  • How DevOps helps solve the challenges around Automotive and Embedded software delivery
  • What a modern CI/CD pipeline and toolset look like in the Automotive industry
  • DevSecOps best practices: How to ensure security and compliance as an integral part of your pipeline
  • Patterns for reducing the footprint/latency of last-mile deployments to speed-up releases and minimize service interruption
  • Hard-won tips and tricks around increasing developer producti

Introducing Custom Reports & Dashboards for Jira Software

Launching ManageEngine Analytics Plus for Jira Software and Jira Core. Discover important Agile & Scrum metrics, KPIs, reports and dashboards that project managers now have access to, allowing them a level of visibility into their team and projects like never before.

Getting up and running with Calico Host Micro segmentation Protection on AWS

In this online training, we will explain how to install and configure Calico on a vm/host to apply network policy to resources outside your K8s cluster. The talk will be primarily a walkthrough and demo and you will receive all manifests and instructions to do the demo on your own after the session.

Cloud to Cloud, Easily Integrate Cloud Monitoring Tools in a Time of Remote Work

OpsRamp can ingest, process, and analyze events from third-party tools and automatically create new managed resources for alerts ingested from other monitoring tools. Automatic resource creation ensures rapid root cause analysis for third-party resources with relevant context. Application owners can also tag external resources to service maps so that they can drill-down and troubleshoot the supporting hybrid infrastructure for the associated business-critical service.

Using NGINX as a Queue for JSON Payloads

Request Metrics is a performance analytics tool. As such, we need to build a data ingestion pipeline that will consume performance data and process it. One common approach to ingest is to shove incoming data into a queue. We like simple things, and figuring out fancy distributed queues is anything but. So we're going to eschew best practices and use NGINX as our queue!