Operations | Monitoring | ITSM | DevOps | Cloud

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

DBAle 31: Monitoring matters for modern data management

Is it a beer, is it a muffin or is it a Panda Pop? Who knows but at 9% strength, producer Louise joins our Chris duo as plan B, to monitor proceedings. Very fitting as our discussion focuses on monitoring for the modern data age. We talk busyness, hybrid estates, tooling, Multi-RDBMS, and a surprising amount about car mechanics. In The News we debate scrape or breach, and the potential maximum fines for the latest Facebook scandal. So, grab yourself a beer and tune in – cheers.

Podcast: Break Things on Purpose | John Martinez, Director of Cloud R&D at Palo Alto Networks

In this episode Jason is joined by John Martinez, Director of Cloud R&D at Palo Alto Networks, to talk about the FinOps Foundation and the vast range of optimization opportunities to reduce spend in the cloud. John comes in with some extremely useful insights into how FinOps is laid out and their use of a “crawl, walk, run approach.” John and Jason discuss multi cloud and go into the specifics on the costs associated with multi cloud as well the security changes that will come with.

Policy as code for Kubernetes with Terraform

As you scale microservices adoption in your organization, the chances are high that you are managing multiple clusters, different environments, teams, providers, and different applications, each with its own set of requirements. As complexity increases, the question is: How do you scale policies without scaling complexity and the risk of your applications getting exposed?

The Fine Line Between Confidence and Delusion in the Cloud

In a recent survey of hybrid cloud decision makers, we uncovered a disconcerting trend. The vast majority of respondents reported that they are confident in their existing tools and capabilities for a whole host of activities necessary to manage cloud performance and spend … and yet they don’t have many of the tools that are actually needed to perform those tasks.

Cloudsmith Raises $15m in Series A to Evolve the Future of Software Supply Chains

Today, we are excited to announce that Cloudsmith has secured $15 million of funding in our recent Series A round. This latest round will help us continue to build best-in-class technology for today’s software engineers and their organizations by evolving cloud-native package management and providing a secure, single source of truth for all software artifacts and assets.

Ubuntu 14.04 and 16.04 lifecycle extended to ten years

LONDON, UK – Canonical announces the lifecycle extension of Ubuntu 14.04 LTS ‘Trusty Tahr’ and 16.04 LTS ‘Xenial Xerus’ to a total of ten years. This lifecycle extension enables organizations to balance their infrastructure upgrade costs, by giving them additional time to implement their upgrade plan.

Three Network Challenges Keeping CIOs Awake At Night

Networks aren’t just getting bigger, they’re also becoming more congested and more complex. There are a lot of new considerations for CIOs as they attempt to build fast, secure and reliable networks that can meet all the demands of their business. In this blog, we look at some of the common challenges facing enterprises and explore how a more agile networking model can help.

Ensure First Come First Server using Azure Service Bus

One of the patterns easily supported by the Azure Service Bus is the first-in-first-out (FIFO) pattern, which isn’t supported in the other queue service – Azure Storage Queues. To realise FIFO with the Azure Service Bus is to use sessions. Any service can create a session when sending a message to a queue or topic by setting the SessionId property. Subsequently, the session comes into existence when the queue or topic is session aware, which means you have specified ‘Enable session’ when creating the queue or topic.

OpenSearch Clusters: Get Started with Install and Configuration

Our first tutorial gave a general introduction to OpenSearch installation and configuration. We recently also published a comparative introduction for OpenSearch queries (and how they parallel or contrast with Elasticsearch). Now, we’ll continue that series with an intro to OpenSearch clusters. This is a very simple tutorial with straight-forward examples, but we will try to cover some detail and common advanced settings.