DEV Community

Dmitry Romanoff profile picture

Dmitry Romanoff

404 bio not found

Joined Joined on  github website
Setting Up MySQL on Kubernetes with Prometheus & Grafana Monitoring

Setting Up MySQL on Kubernetes with Prometheus & Grafana Monitoring

2
Comments 1
4 min read

Want to connect with Dmitry Romanoff?

Create an account to connect with Dmitry Romanoff. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
How to Set Up Prometheus Exporters for PostgreSQL and MongoDB in Kubernetes

How to Set Up Prometheus Exporters for PostgreSQL and MongoDB in Kubernetes

Comments
3 min read
Deploying PostgreSQL, MySQL, and MongoDB on Kubernetes: A Step-by-Step Guide

Deploying PostgreSQL, MySQL, and MongoDB on Kubernetes: A Step-by-Step Guide

2
Comments
4 min read
Demonstrating Persistence vs. Non-Persistence in Kubernetes with MongoDB

Demonstrating Persistence vs. Non-Persistence in Kubernetes with MongoDB

Comments
3 min read
Diving into Prometheus: Monitoring and Alerting System

Diving into Prometheus: Monitoring and Alerting System

8
Comments
2 min read
Getting Started with MongoDB Compass: A GUI for MongoDB

Getting Started with MongoDB Compass: A GUI for MongoDB

8
Comments
2 min read
Deploying a MongoDB Collection Generator on Kubernetes

Deploying a MongoDB Collection Generator on Kubernetes

Comments
3 min read
Understanding and Optimizing AWS RDS Performance Using Performance Insights

Understanding and Optimizing AWS RDS Performance Using Performance Insights

Comments
3 min read
Automating PostgreSQL Table Monitoring with Bash

Automating PostgreSQL Table Monitoring with Bash

Comments
4 min read
Finding Tables Without Primary Keys in PostgreSQL Databases

Finding Tables Without Primary Keys in PostgreSQL Databases

Comments
4 min read
Identifying Unused Indexes in PostgreSQL: A Bash Script Solution

Identifying Unused Indexes in PostgreSQL: A Bash Script Solution

Comments
4 min read
Understanding CrashLoopBackOff in Kubernetes: A Case Study of Two Python Scripts

Understanding CrashLoopBackOff in Kubernetes: A Case Study of Two Python Scripts

Comments
2 min read
How to Install K9s on Ubuntu: A Step-by-Step Guide

How to Install K9s on Ubuntu: A Step-by-Step Guide

7
Comments
2 min read
Load Testing PostgreSQL on Kubernetes: A YAML-Only Approach

Load Testing PostgreSQL on Kubernetes: A YAML-Only Approach

Comments
3 min read
Troubleshooting a CrashLoopBackOff status in Kubernetes

Troubleshooting a CrashLoopBackOff status in Kubernetes

1
Comments 1
2 min read
Python code that generates a stock price chart for the last n days.

Python code that generates a stock price chart for the last n days.

Comments
4 min read
Simulating Database Operations with PostgreSQL on Kubernetes

Simulating Database Operations with PostgreSQL on Kubernetes

Comments
3 min read
Resolving Docker Push Errors: "Denied: Requested Access to the Resource is Denied"

Resolving Docker Push Errors: "Denied: Requested Access to the Resource is Denied"

Comments
2 min read
How to Deploy a Redis Cluster in Kubernetes

How to Deploy a Redis Cluster in Kubernetes

3
Comments
2 min read
The Strength of Vertica DB: A Case Study in Sales Analytics

The Strength of Vertica DB: A Case Study in Sales Analytics

Comments
3 min read
Populating a Vertica Database with Random Data

Populating a Vertica Database with Random Data

Comments
4 min read
Installing Vertica on a Single-Node Kubernetes Cluster Using Minikube

Installing Vertica on a Single-Node Kubernetes Cluster Using Minikube

1
Comments
2 min read
How to Install Vertica DB Client (vsql) on Ubuntu 24.04

How to Install Vertica DB Client (vsql) on Ubuntu 24.04

Comments
2 min read
How to Install Minikube on Ubuntu 24.04

How to Install Minikube on Ubuntu 24.04

4
Comments
2 min read
DevOps. Monitoring Databases. On-Premise and Cloud environments.

DevOps. Monitoring Databases. On-Premise and Cloud environments.

Comments
1 min read
Creating a Professional-Quality Slideshow with Python: A Guide to Building Your Own iMovie Alternative

Creating a Professional-Quality Slideshow with Python: A Guide to Building Your Own iMovie Alternative

1
Comments
6 min read
How to Run an Application In A Docker Container: A Step-by-Step Guide

How to Run an Application In A Docker Container: A Step-by-Step Guide

18
Comments 3
3 min read
Creating Dynamic Audio Narratives: A Guide to Combining Text-to-Speech and Music Using Python

Creating Dynamic Audio Narratives: A Guide to Combining Text-to-Speech and Music Using Python

3
Comments
3 min read
Visualizing Options Flow with Python: A Step-by-Step Guide

Visualizing Options Flow with Python: A Step-by-Step Guide

2
Comments
4 min read
Automate Foreign Key Index Checks in PostgreSQL: A Practical Bash Script

Automate Foreign Key Index Checks in PostgreSQL: A Practical Bash Script

Comments
5 min read
Optimizing PostgreSQL Buffer Cache: Automating Analysis with a Bash Script

Optimizing PostgreSQL Buffer Cache: Automating Analysis with a Bash Script

1
Comments
4 min read
How to Automate Image Downloading with Python: A Comprehensive Guide

How to Automate Image Downloading with Python: A Comprehensive Guide

2
Comments
3 min read
Monitoring and Managing AWS RDS Snapshot Storage Across All Regions

Monitoring and Managing AWS RDS Snapshot Storage Across All Regions

1
Comments
3 min read
Understanding Recursive Queries in PostgreSQL: A Process Hierarchy Example

Understanding Recursive Queries in PostgreSQL: A Process Hierarchy Example

Comments
3 min read
“docker.errors.DockerException: Error while fetching server API version: Not supported URL scheme http+docker”

“docker.errors.DockerException: Error while fetching server API version: Not supported URL scheme http+docker”

3
Comments 1
3 min read
Automating Database Health Checks with Python: A Step-by-Step Guide

Automating Database Health Checks with Python: A Step-by-Step Guide

6
Comments
6 min read
Efficiently Managing AWS Unattached Volumes with a Shell Script

Efficiently Managing AWS Unattached Volumes with a Shell Script

Comments
2 min read
How to Check Fragmentation in an Oracle Database

How to Check Fragmentation in an Oracle Database

1
Comments
4 min read
PostgreSQL. “Fatal error: failed to delete Postgres user.”

PostgreSQL. “Fatal error: failed to delete Postgres user.”

Comments 1
3 min read
PostgreSQL. How to move old historical records from your main table to a separate table?

PostgreSQL. How to move old historical records from your main table to a separate table?

5
Comments
4 min read
AWS Aurora Global Database

AWS Aurora Global Database

Comments
3 min read
Optimizing MySQL Database Performance: Identifying and Managing Long Queries

Optimizing MySQL Database Performance: Identifying and Managing Long Queries

1
Comments
4 min read
Python. Flipping Calendars.

Python. Flipping Calendars.

1
Comments
4 min read
Python. Exploring MySQL Table Sizes.

Python. Exploring MySQL Table Sizes.

1
Comments
1 min read
How the presence of indexes and the size of tables affect the choice of execution plan when joining tables in PostgreSQL?

How the presence of indexes and the size of tables affect the choice of execution plan when joining tables in PostgreSQL?

2
Comments
7 min read
Populating a table in PostgreSQL with one million records of random data.

Populating a table in PostgreSQL with one million records of random data.

1
Comments
1 min read
The main methods of joining tables in PostgreSQL.

The main methods of joining tables in PostgreSQL.

Comments
3 min read
The ARRAY_TO_STRING() function in PostgreSQL

The ARRAY_TO_STRING() function in PostgreSQL

Comments
2 min read
How do you check a distribution of values that PostgreSQL has collected on some column of a table?

How do you check a distribution of values that PostgreSQL has collected on some column of a table?

2
Comments
2 min read
Python code to know the zodiac sign based on the provided birthday.

Python code to know the zodiac sign based on the provided birthday.

1
Comments
2 min read
Python code that inserts a large number of records into a MySQL table.

Python code that inserts a large number of records into a MySQL table.

Comments
2 min read
Python. Automating creation backups of MySQL database.

Python. Automating creation backups of MySQL database.

1
Comments
4 min read
How to calculate the distance between Kyoto and Tokyo using a PostgreSQL database?

How to calculate the distance between Kyoto and Tokyo using a PostgreSQL database?

3
Comments 1
2 min read
DevOps. Monitoring Databases. On-Premise and Cloud Environments.

DevOps. Monitoring Databases. On-Premise and Cloud Environments.

1
Comments
1 min read
PostgreSQL: Deleting all records from a table, except for the first and last ones.

PostgreSQL: Deleting all records from a table, except for the first and last ones.

3
Comments
2 min read
How to find the third and fifth-highest values in a PostgreSQL table?

How to find the third and fifth-highest values in a PostgreSQL table?

2
Comments
2 min read
Understanding of NULL in PostgreSQL database.

Understanding of NULL in PostgreSQL database.

3
Comments
2 min read
How to join tables in PostgreSQL using the WITH clause?

How to join tables in PostgreSQL using the WITH clause?

1
Comments
2 min read
PostgreSQL. How to check connections that are not using SSL encryption?

PostgreSQL. How to check connections that are not using SSL encryption?

2
Comments
2 min read
Statistical information about tables in a PostgreSQL Database.

Statistical information about tables in a PostgreSQL Database.

3
Comments
2 min read
loading...