Operations | Monitoring | ITSM | DevOps | Cloud

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

Monitor Tanzu Kubernetes Grid on vSphere with Datadog

With vSphere and Tanzu Kubernetes Grid (TKG), VMware enables enterprise organizations to combine the economic advantages of virtual machines (VMs) with the agility, portability, and scalability provided by Kubernetes. vSphere is VMware’s platform for the provisioning and management of VMs.

JFrog Quick Tip How to install and connect the JFrog CLI

With the JFrog CLI, you have access to the functions of the JFrog Platform, such as Artifactory and Xray. In this way, for example, the extended security functions of Xray can be made available directly in a terminal on a laptop. In this quick tip, I will show you where to get the JFrog CLI, install it and connect it to your platform. This works with the free tier, the Enterprise Trial, and all other subscriptions and on-prem installations.

Cloud Monitoring: Create custom notification channels

Are you looking to learn how to send alerts from Cloud Monitoring to your custom notification service? In this video, we share the different ways of processing notifications from Cloud Monitoring. Watch this video to learn the steps involved in sending the notifications from Cloud Monitoring using Cloud Run to your custom notification service, including a description of the sample notification service and of the Cloud Run code.

Playbooks: A new superpower for designers

From one designer to another, you should know why Playbooks is a fantastic addition to your design tool belt. Playbooks were designed with technical workflows in mind, from incident response to release management, but its flexibility makes it a perfect fit for any repeated process. I love it for creating reusable templates of design checklists and an excellent way to do design review sign-off.

Ping Command: A Beginner's Guide

One of the most continually used tools by network administrators is the ping command. Over a half-century has passed since it was unleashed, and unsurprisingly, it has proven effective in troubleshooting networks. Testing the availability of a networking device on a network (mostly computers) can be done by employing the ping command. In order to check the connectivity between hosts and servers, the PING (Packet Internet Groper) command is utilized.

CircleCI Breach: How to Rotate All Stored Secrets ASAP

Yesterday, CircleCI, a Continuous Integration/Continuous Delivery (CI/CD) service, notified the world it had been breached via a critical advisory from its CTO. As a major software delivery pipeline service, CircleCI users store myriad credentials for various services in CircleCI’s “Secrets Store” infrastructure.

Critical Metrics and Alerts in the Continuous Delivery Process

Continuous delivery is a software development approach in which code changes are automatically staged for production release. A foundation for modern application development, continuous delivery extends continuous integration by automatically deploying code changes to test and production environments after the build phase. When properly implemented, developers have deployable build artifacts that have passed a standardized testing process and can be deployed to environments as needed.