Thu.Dec 15, 2022

article thumbnail

Four observability trends IT leaders should have on the radar in 2023

Dynatrace

Just as the world began to emerge from the immediate effects of an unprecedented global healthcare crisis, it faced yet another emergency. Soaring energy costs and rising inflation have created strong macroeconomic headwinds that force organizations to prioritize efficiency and cost reduction. However, organizational efficiency can’t come at the expense of innovation and growth.

article thumbnail

JSON and Relational Databases – Part One

Percona

JSON data and relational databases have traditionally been diametric opposites. One is very free form with minimal rules on the formatting and the other is very strict and formal. So many folks were surprised when relational databases started adding a JSON data type to their products. In this multi-part blog series, we will start with an overview of using JSON in a relational database.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

What is ITOps? Why IT operations is more crucial than ever in a multicloud world

Dynatrace

As more organizations adopt cloud-native technologies, traditional approaches to IT operations have been evolving. Complex cloud computing environments are increasingly replacing traditional data centers. In fact, Gartner estimates that 80% of enterprises will shut down their on-premises data centers by 2025. This transition to public, private, and hybrid cloud is driving organizations to automate and virtualize IT operations to lower costs and optimize cloud processes and systems.

article thumbnail

Prioritizing tasks using the Eisenhower matrix

Addy Osmani

The Eisenhower matrix is a popular time management tool that can help you prioritize your tasks and make the most of your time.

88
article thumbnail

Three smart log ingestion strategies in Dynatrace (without OneAgent)

Dynatrace

While many organizations have embraced cloud observability to better manage their cloud environments, they may still struggle with the volume of entities that observability platforms monitor. The key to getting answers from log monitoring at scale begins with relevant log ingestion at scale. While engaging the automatic instrumentation of the Dynatrace OneAgent makes log ingestion automatic and scalable , our customers have set up multiple other log ingestion methods.

Strategy 177
article thumbnail

Least Privilege for Kubernetes Resources and Percona Operators

Percona

Operators hide the complexity of the application and Kubernetes. Instead of dealing with Pods, StatefulSets, tons of YAML manifests, and various configuration files, the user talks to Kubernetes API to provision a ready-to-use application. An Operator automatically provisions all the required resources and exposes the application. Though, there is always a risk that the user would want to do something manual that can negatively affect the application and the Operator logic.

article thumbnail

Testing Kubernetes with KUTTL

Percona Community

Automated testing is the only way to be sure that your code works. Enabling automated testing can be hard and we say a lot of tools to write automated tests in the industry since the beginning. Some veterans in the industry may remember Selenium, Cucumber frameworks that help automate testing in the browser. However, testing in Kubernetes can be hard.

Testing 52