In my introduction to this blog series, I talked about why Unified Endpoint Manager (UEM) is more relevant than ever before. While reading this blog put your own experiences into perspective with how you and your company were forced to work during COVID-19.
Emergency risk management (ERM) is the process of identifying potential threats and minimizing the impact of disasters on business operations and people. The process requires leaders within an organization to determine how they will keep stakeholders informed and safe during critical events. Leaders must also craft disaster recovery plans to quickly remedy the effects of a catastrophic event on communities, government agencies and organizations.
At Moogsoft we use Jenkins to implement our CICD Pipelines. We run Jenkins where we run most everything else; Kubernetes, but you don’t need to have Jenkins running on Kubernetes to use this plugin. This is made possible by the community maintained Kubernetes plugin. Recently we had the need to not only run agents local to the same cluster that Jenkins runs in, but in other clusters across different regions.
In our first post we went over setting up the Kubernetes Plugin. This described the basic setup of getting the plugin configured, and set with the proper perms to function. In this post we will go over how to leverage the plugin to generate agent pods. At Moogsoft most of our pipelines are scripted and are built inside of, or from parts of, Jenkins shared functions library we maintain.
Node.js is a known and popular JavaScript framework for 2021. With the increasing utilization of Node.js in development, there is an equally increasing need for Node.js server monitoring. Since server monitoring is essential to all applications, it is important that you apply best practices when monitoring Node.js servers. Servers are devices for storing or processing information provided to other devices, applications, and users on-demand.
AWS CloudFormation Modules, now available for public use through the AWS CloudFormation Public Registry, are a huge step forward for enterprise IT teams to create large manageable Infrastructure-as-Code (IaC) practices around CloudFormation. We’re excited to support the launch today with our own Bastion module. Unsure what Modules are? Read on.
We’re beginning to see light at the end of the COVID-19 tunnel, and companies are rolling out their plans to return to the workplace. For those of us in business resilience (aka business continuity, incident management, or crisis management), it’s game on. However, the game has changed. Business resilience has traditionally been operationally focused—on site security, utilities, fire safety, natural disasters, and the like. In a post-COVID world, resilience is personal.
The aim of this article is to demonstrate how you can instrument a Java application using Opentelementry and Jaeger. In this example, we will be instrumenting our Java application using OpenTelemetry and the OpenTelemetry Java client, and the tracing data will be exported and visualized using Jaeger. We will use the Logz.io Jaeger backend as it is compatible with common tracing standards like Zipkin, OpenTelemetry, and OpenTracing.