Onix Internal
DevOps Knowledge Base

Our experience

Our experience

Mar 6, 2019
2 min read
117 views
Examples of cost optimization of the project infrastructure

How we reduced the cost of using AWS resources. In most cases where we reduced the AWS costs the reason was a wrong built architecture, to which we made changes. Sometimes resources were used incorrectly from the beginning, sometimes when the application expanded, the architecture needed to be changed. Since the project is under the […]

By Serhii Kholin

Our experience

Dec 24, 2018
2 min read
102 views
Logging/monitoring experience

Logging and monitoring on any infrastructure is an essential part of our work. Here the couple examples what we do.

By Serhii Kholin

Our experience

Jul 7, 2017
6 min read
100 views
СonneSOA project, that we have experience working, develop and support with

SOA project’s components The project contains the next list of components: Application with http access (Python applications based on Tornado framework and go application with http access to them). Applications (Python application) that read queries and execute necessary actions. Hashicorp Consul (https://www.consul.io/) service for automatic discovery of services. Ebay Fabio (https://github.com/fabiolb/fabio) is used as http, […]

By Serhii Kholin

Our experience

Jul 4, 2017
1 min read
95 views
Our DevOps Experience

We are taking advantage of AWS and its services and have a solid experience with Docker and “dockerizing” applications written in various languages: NodeJS, Golang, Kotlin, PHP, Python. We deployed different environments: from the easiest one-server deployment with 3-5 containers using Ansible to environments with scaling groups on AWS with 10-20 microservices using Terraform.

By Serhii Kholin

Onix Internal

Apr 18, 2017
1 min read
72 views
Mirohost sites, onix.kr.ua

 

By Serhii Kholin

Onix Internal

Mar 29, 2017
1 min read
78 views
Docker monitoring

Local tools Google cAdvisor sudo docker run –volume=/:/rootfs:ro –volume=/var/run:/var/run:rw –volume=/sys:/sys:ro –volume=/var/lib/docker/:/var/lib/docker:ro -p 127.0.0.1:8080:8080 –rm google/cadvisor:latest  

By Serhii Kholin