hitcounter

Using terraform for automation creating virtualbox virtual machine

  • April 22, 2018
  • Yuriy Medvedev
Terraform as Continuous delivery(CD) tool for automation virualbox As you know Hashicorp provide many providers for Terraform, few month ago I tried to found provider for virtualbox, on github I found experimental provider and begun to maintain it. Nowadays Virtualbox terraform provider has basic functionality and you can use it for poc or for developers How to install VirtualBox terraform provider? The installation so simple, for installation you can use command Read More

Создание docker container с tengine webserver(русская версия)

  • April 19, 2018
  • Yuriy Medvedev
Что такое tengine? Tengine является форком nginx, разрабатываемым и поддерживаемым крупнейшими китайскими сайтами: taobao.com и tmall.com и, разумеется, применяется на серверах этих сайтов в production. Полный список имеющихся на сегодня в tengine фич можно найти на странице http://tengine.taobao.org Я вам расскажу как быстро собрать docker container с tengine на борту с помощью Packer без всяких проблем и очень быстро. Вы сможете применить полученые знания для организации процесса Continuous delivery, packer прекрасная утилиа для использования в Continuous delivery(cd) или Continuous integration(ci) pipelines и как утилита для automation сборок любых образов. Read More

About me

  • April 19, 2018
  • Yuriy Medvedev
My name is Iurii Medvedev, and I enjoy meeting new people and finding ways to help them have an uplifting experience. I work as a devops team lead,I have more than 10 years with experience of system administration. I’m responsible for architecture clouds based systems and servers, continuous integration(ci) and continuous delivery(cd). My main task are integration of ci and continuous delivery tools, implementation monitoring systems,management tools and cloud’s automation. Read More

What is it Jenkins?

  • April 18, 2018
  • Yuriy Medvedev
Jenkins as CI/CD tool Jenkins offers a simple way to set up a continuous integration or continuous delivery environment for almost any combination of languages and source code repositories using pipelines, as well as automating other routine development tasks. While Jenkins doesn’t eliminate the need to create scripts for individual steps, it does give you a faster and more robust way to integrate your entire chain of build, test, and deployment tools than you can easily build yourself. Read More
2 / 2