Onix Internal
DevOps Knowledge Base

Recent posts
View All

Our experience

Feb 4, 2025
2 min read
23 views
Optimizing Laravel with PHP OPcache: How to Reduce Page Load Time by Half

Laravel applications often contain a large number of files that need to be interpreted with each server request. In my project, the number of files reached 20,000, causing significant disk load and affecting page load speed. The solution to this problem was using PHP OPcache, which significantly reduced IOPS and doubled the speed of request […]

By admin

Our experience

Feb 4, 2025
2 min read
17 views
Complex Project: AWS ECS Cluster with Internal AWS NLB and Akka Cluster Discovery Protocol

Challenge: We deployed an AWS ECS Cluster using Terraform, with multiple application components communicating via AWS Network Load Balancer (NLB). The NLB was chosen because the application used a custom protocol (AKKA Cluster Discovery Protocol over TCP), which AWS ALB does not support. Initially, everything worked fine with an external-facing NLB, but the client requested […]

By admin

Our experience

Jan 27, 2025
2 min read
23 views
Example of AWS-Based Infrastructure Overview: Development, Staging, and Production Environments with CI/CD Integration.

The provided diagram illustrates three similar environments: development, staging, and production. Development and staging are hosted in the same AWS region, while production can optionally be deployed in a region of choice. The infrastructure includes the following components: AWS ECS (or optionally AWS Elastic Beanstalk) for application orchestration. AWS RDS for relational database management. AWS […]

By admin

Projects

Nov 28, 2024
4 min read
33 views
Features of Dockerizing Applications Written in Next.js

In this article, we describe the challenges faced by the Onix team while creating a Docker environment for a project written in Next.js. Background: A small project written in Next.js, consisting of a backend, frontend, and a database, needed to be deployed in a cloud environment with minimal costs (up to $50 per month). The […]

By admin
Education
View All

Education

Nov 28, 2024
1 min read
183 views
Onix DevOps achivements (certificates)

The certificates of members of our department

By Daria Hrytsiuk

Education

Nov 28, 2024
1 min read
38 views
Використання AWS EC2 G2 інстансів

G2 інстанси оптимізовані для додатків, що використовують ресурси відео підсистеми. Після запуску такого інстансу, фізично отримуємо доступ до відео карти nVidia. Такий інстанс необхідно налаштувати щоб додатки могли використовувати ці ресурси, в іншому випадку буде використовуватися тільки ЦП.

By Nikolay Dikhtyar

Education

Nov 28, 2024
1 min read
47 views
Полезные ссылки по Security Audit хостингов

7 Security Measures to Protect Your Servers Nginx config file testing utility by Yandex

By Serhii Kholin
Mail-configuration
View All

Mail Configuration

Nov 28, 2024
1 min read
48 views
Создать SPF: Как сделать так, чтобы письма не попадали в СПАМ

Взято з відси. SPF — это не только уровень защиты от солнечных лучей. Это еще и мощная технология, которая ограждает домен отправителя от действий мошенников. О том, как она работает и почему без настроенной SPF все меры по защите почтовой репутации летят коту под хвост – рассказываем. P.S. будет много технических терминов, но мы их просто объясним.:)

By Serhii Kholin
Onix-internal
View All

Onix Internal

Nov 28, 2024
8 min read
306 views
How to deploy WordPress on Kubernetes using Gitlab

This tutorial will guide you in deploying a WP application in Kubernetes using the GitLab repository and a remote server with a MySQL database. Also added a manifest for Kubernetes cron job for data backup to AWS S3 bucket. Create a repository on GitLab Put the source of code of WP site or add folders […]

By Daria Hrytsiuk

Onix Internal

Nov 28, 2024
2 min read
145 views
Starlink testing in Onix-Systems Company, Ukraine. November 2022

The results of Starlink testing at Onix’s office(prepared by the infrastructure administrator) Starlink testing took place on November 28 from 11:00 a.m. to 8:00 p.m. According to statistical data, 180-200 unique IP addresses participating in the testing. During the testing, they downloaded 219 GB and transmitted 39 GB of data. This amounts to 258 GB […]

By Serhii Kholin

Onix Internal

Nov 28, 2024
5 min read
53 views
New Relic integration on different clouds

Recently, more and more users are using multiple cloud resources to host their applications their corporate resources. According to this situation for multi-cloud systems need a multi-cloud tool for monitoring. One example of such a universal monitoring system could be New Relic. Especially after the last update (to New Relic ONE), which allows you to […]

By Volodimir Reznichenko
Our-experience
View All

Our experience

Nov 28, 2024
2 min read
23 views
Optimizing Laravel with PHP OPcache: How to Reduce Page Load Time by Half

Laravel applications often contain a large number of files that need to be interpreted with each server request. In my project, the number of files reached 20,000, causing significant disk load and affecting page load speed. The solution to this problem was using PHP OPcache, which significantly reduced IOPS and doubled the speed of request […]

By admin

Our experience

Nov 28, 2024
2 min read
17 views
Complex Project: AWS ECS Cluster with Internal AWS NLB and Akka Cluster Discovery Protocol

Challenge: We deployed an AWS ECS Cluster using Terraform, with multiple application components communicating via AWS Network Load Balancer (NLB). The NLB was chosen because the application used a custom protocol (AKKA Cluster Discovery Protocol over TCP), which AWS ALB does not support. Initially, everything worked fine with an external-facing NLB, but the client requested […]

By admin

Our experience

Nov 28, 2024
2 min read
23 views
Example of AWS-Based Infrastructure Overview: Development, Staging, and Production Environments with CI/CD Integration.

The provided diagram illustrates three similar environments: development, staging, and production. Development and staging are hosted in the same AWS region, while production can optionally be deployed in a region of choice. The infrastructure includes the following components: AWS ECS (or optionally AWS Elastic Beanstalk) for application orchestration. AWS RDS for relational database management. AWS […]

By admin
Projects
View All

Projects

Nov 28, 2024
4 min read
33 views
Features of Dockerizing Applications Written in Next.js

In this article, we describe the challenges faced by the Onix team while creating a Docker environment for a project written in Next.js. Background: A small project written in Next.js, consisting of a backend, frontend, and a database, needed to be deployed in a cloud environment with minimal costs (up to $50 per month). The […]

By admin

Projects

Nov 28, 2024
8 min read
37 views
ELK stack 5.x [Swipe-SOA]
By Serhii Kholin

Projects

Nov 28, 2024
1 min read
44 views
Cross domain request with basic authorization

Постановка задачи: * есть 2 домена – domain1.com, domain2.com * с domain2.com нужно выполнить AJAX запрос, при этом domain1.com закрыт HTTP basic auth

By Serhii Kholin