Let’s continue our journey with AWS OpenSearch Service. What we have is a small AWS OpenSearch...
In the first part, we covered the basics of AWS OpenSearch Service in general and the types of...
Ephemeral resources and write-only arguments appeared in Terraform a long time ago, back in version...
AWS EKS Terraform module version v21.0.0 added support for the AWS Provider Version...
Kubernetes: PVC in StatefulSet, and the “Forbidden updates to statefulset spec” error We...
Perhaps everyone has used operators in Kubernetes, for example, PostgreSQL operator,...
In the previous part, AWS: Getting Started with OpenSearch Service as a Vector Store, we looked at...
I actually started to write about creating my own Kubernetes Operator, but decided to make a...
Kubernetes: Pod resources.requests, resources.limits, and Linux cgroups How exactly do...
We are currently using AWS OpenSearch Service as a vector store for our RAG with AWS Bedrock...
We use two systems for collecting logs in the project: Grafana Loki and VictoriaLogs, to which...
We have VictoriaMetrics and VictoriaLogs running on an AWS Elastic Kubernetes Service cluster. We...
Terraform has two ways to bring existing resources under Terraform management — using the Terraform...
I would really like to play with some LLMs locally, because it will allow to better understand the...
After migration to a new EKS cluster, we started getting alerts about 503 errors sometimes. The...
We have an automation for AWS IAM that creates EKS Access Entries to give AWS IAM Users access to...
It’s difficult to describe in one post what thousands of books have been written about in a...
To put it very simply, Celery is something we can use to perform tasks outside of our main...
In the previous article, we figured out what an MCP is in general, and created a basic MCP server...
Everyone around us is talking about MCPs all the time, and it’s time to understand the topic. So,...
The last time I used decorators in Python was about 10 years ago, in Python 2. I want to refresh my...
I wrote about launching Nexus in the Nexus: launch in Kubernetes, and PyPI caching repository...
I have already mentioned the EXPLAIN feature in the PostgreSQL: AWS RDS Performance and monitoring...
We are migrating our Backend API from DynamoDB to AWS RDS PostgreSQL, and several times RDS...
We continue the migration from Grafana Loki to VictoriaLogs, and the next task is to transfer...
We run GitHub Runners in Kubernetes to build and deploy our Backend API, see GitHub Actions:...
One day, we looked at our AWS costs on AWS Load Balancers and understood that we needed to decrease...
So, we’re back to the topic of AWS VPC Flow Logs, VictoriaLogs, and the Grafana dashboard. In the...
VictoriaLogs: a Grafana dashboard for AWS VPC Flow Logs — migrating from Grafana Loki In...
AWS: VPC Flow Logs — logs to S3 and Grafana dashboard with Loki Continuing the topic...