Operations | Monitoring | ITSM | DevOps | Cloud

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

Elasticsearch with Python: A Detailed Guide to Search and Analytics

If you’re using Python for search, log aggregation, or analytics, you’ve probably worked with Elasticsearch. It’s fast, scalable, and fairly complex once you go beyond the basics. The official Python client gives you raw access to Elasticsearch’s REST API. But getting it to work the way you want, especially under load, can be tricky. This blog walks through practical ways to index, query, and monitor Elasticsearch from Python code, without getting lost in the docs.

Deploying secure AI: Canonical + SpectroCloud for federal missions

As mission requirements evolve, federal agencies and defense teams need infrastructure supporting AI/ML workloads anywhere, from secure cloud environments to disconnected edge locations. In this fireside chat, Mark Lewis (VP, Application Services at Canonical) and William Crum (Senior Defense Success Engineer at SpectroCloud) discuss how their organizations are helping federal customers deploy secure, scalable, and consistent Kubernetes and AI infrastructure across hybrid and edge environments.

4 Chaos Engineering recommendations from Gartner

Gartner recently published their annual Hype Cycle reports, including the Hype Cycle for Infrastructure Platforms. Designed to help heads of infrastructure and IT operations make informed decisions about infrastructure platforms, it includes over thirty different topics covering everything from platform engineering to distributed cloud to policy as code—including Chaos Engineering and Site Reliability Engineering.

How Much Power Does a NVIDIA GB300 NVL72 Need?

Note: As of publication, NVIDIA has not released final specifications for the GB300 NVL72. The details shared here are based on projections informed by GB200 benchmarks, industry analysis, and expected generational improvements. As the AI arms race accelerates, data center professionals are already preparing for what’s next: the anticipated NVIDIA GB300 NVL72.

A New Era of Cooperation: How the UK-India Free Trade Deal Can Benefit India's Digital Economy

India’s digital economy is on a historic growth trajectory. According to the Digital Infrastructure Providers Association (DIPA), it’s projected to reach $1 trillion by the end of 2025, driven by rising internet penetration, data consumption, and cloud adoption.

Streamline API testing with Proxy Mock! Capture, mock, and replay API calls locally

Alan Mon introduces Proxy Mock, a powerful tool for capturing and replaying API calls. Learn how to effortlessly record inbound and outbound API requests and responses. The demonstration highlights how Proxy Mock operates entirely on your local machine, eliminating the need for cloud services or internet connectivity for testing. See how to set up Proxy Mock, inspect captured API calls (including request/response headers, body, and unique signatures), and leverage it to mock API responses for seamless local testing, ultimately boosting productivity and reducing the need for costly non-production environments.