fosstodon.org is one of the many independent Mastodon servers you can use to participate in the fediverse.
Fosstodon is an invite only Mastodon instance that is open to those who are interested in technology; particularly free & open source software. If you wish to join, contact us for an invite.

Administered by:

Server stats:

9.8K
active users

#Terraform

30 posts24 participants9 posts today

Made a tiny demo project illustrating reproducible GKE infrastructure in the spirit of how we operate at Twin. Just a few lines of Go built from and deployed to #kubernetes using #terraform & kubectl through a few #nix flakes wrappers. Comes up in one command once direnv and nix are installed, either to a local cluster provisioned on demand or to a Google Cloud project where billing is enabled. Any Linux or Mac. Docker only needed for local deploys, and there easily replaced by any minikube backend. Feels like too much to cover for just one blog post… Anything standing out for a first article?

Contribute to pcarrier/reproducible-gke development by creating an account on GitHub.
GitHubGitHub - pcarrier/reproducible-gkeContribute to pcarrier/reproducible-gke development by creating an account on GitHub.

Как мы помогли Piklema Predictive создать надежную и масштабируемую IT-инфраструктуру

Piklema Predictive — российская компания, разрабатывающая решения для оптимизации горного производства через анализ данных диспетчеризации, цифровые советчики, MES-систем и планирования. За 4 года сотрудничества AvantIT выполнил три миграции их инфраструктуры между облаками (Azure → AWS → GCP → Azure), внедрил Kubernetes и настроил мониторинг, что позволило клиентам Piklema снизить затраты на производство на 15–20%. Проблема: Piklema столкнулась с двумя критичными ограничениями. Во-первых, их инфраструктура на Docker Compose не обеспечивала отказоустойчивость, требуемую промышленными заказчиками. Во-вторых, зависимость от грантов вынуждала ежегодно менять облачного провайдера, что приводило к ручным миграциям длительностью до 2 месяцев. Отсутствие мониторинга усугубляло риски: о нехватке ресурсов (например, места на диске) узнавали только после сбоев. Цель проекта: Создать гибкую, отказоустойчивую инфраструктуру, которую относительно просто переносить между облаками при завершении гранта. Она должна...

habr.com/ru/articles/903564/

ХабрКак мы помогли Piklema Predictive создать надежную и масштабируемую IT-инфраструктуруPiklema Predictive — российская компания, разрабатывающая решения для оптимизации горного производства через анализ данных диспетчеризации, цифровые советчики, MES-систем и планирования. За 4 года...

We have migrated our OpenTofu/Terraform module template from GitHub to @Codeberg.

codeberg.org/SkypLabs/terrafor

It follows the standard module structure as described in the OpenTofu documentation, plus some non-standard but commonly used files and folders. The template also comprises a pre-commit configuration file.

Feel free to use it (public domain licensed), and if you do, don't hesitate to share your feedback with us if necessary!