Thu.Apr 18, 2024

article thumbnail

How observability, application security, and AI enhance DevOps and platform engineering maturity

Dynatrace

DevOps and platform engineering are essential disciplines that provide immense value in the realm of cloud-native technology and software delivery. However, these practices cannot stand alone. Rather, they must be bolstered by additional technological investments to ensure reliability, security, and efficiency. One of these key investments includes observability.

DevOps 181
article thumbnail

How to Improve Database Performance: The Ultimate Guide

Percona

Welcome to the ultimate guide on how to boost your database performance! We’ve designed it to help you understand and improve the performance of your databases, regardless of your level of experience as a DBA or whether you manage databases for a small or large company.

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

Deploying Percona Everest on GCP with Kubectl for Windows 11 Users

Percona Community

Welcome to this blog post! Today, our primary goal is to guide you through deploying Percona Everest on GCP using Kubectl, specifically for users on Windows 11. It’s been some time since I last used Windows, so this will be an excellent opportunity to do it from scratch. Let me tell you a little bit about Percona Everest. You may have already heard it recently.

article thumbnail

Should You Deploy Your Databases on Kubernetes? And What Makes StatefulSet Worthwhile?

Percona

Why do cloud-native databases matter?Kubernetes makes it easier to run applications. It’s like having a magic wand for managing everything from small tasks to significant operations. However, despite the popularity of Kubernetes, there are many cases when it might not be the best solution for your database needs.

article thumbnail

Fun with Linux memory

n0derunner

How to use some of Linux’s standard tools and how different types of memory usage shows up. Examples of using malloc and writing to memory with three use-cases for a simple process In each case we run the example with a 64MB allocation so that we can see the usage from standard linux tools. We … The post Fun with Linux memory appeared first on n0derunner.