Alexander Sharov

Software

How to Block Search Engine Indexing in Kubernetes with HAProxy | HackerNoon

In Kubernetes, Ingress resources are frequently used as traffic controllers, providing external access to services within the cluster. Ingress is essential for routing incoming traffic to your service; however, there may be scenarios in which you want to prevent search engines from indexing your service’s content: it might be a development environment or something else. This blog post will walk you through the process of blocking your site’s indexing on Kubernetes Ingress using a robots.txt file,

Read More »
Software

tenv v2.0: The Importance of Explicit Behavior for the Version Manager | HackerNoon

The explicit behavior of the IAC version managers is quite crucial. It is especially critical in the realm of Terraform and OpenTofu because tool upgrades might destroy or corrupt all managed infrastructure. To protect users from unexpected updates, all version managers have to work clearly and without any internal wizardry that cannot be explained without a deep dive into the sources. tenv is a versatile version manager for OpenTofu, Terraform, Terragrunt, and Atmos, written in Go and developed by the tofuutils team.

Read More »