I started to remember why did I start blogging. The answer is “to collect my experience and share it publicly”. So, I’ll keep this going and now I want to remember how to upgrade the Cassandra cluster smoothly with no downtime.
Category Archives: Tech
Nice mustache, sir! Jenkins 2.x tips and tricks
One year ago the first Jenkins 2.x release has changed the product paradigm dramatically. Now you don’t have to waste hours clicking UI buttons calling shell scripts from stage windows. Now you can do almost everything from a source code.
Cheatsheet: Git
This cheatsheet is inspired by Git Book I’ve read a few days ago. Getting some useful stuff from other sources, I’ve built a list of commands which seem quite useful for my workflow.
Won’t chit-chat about version control importance and Git domination. You know it all. Just take a look what’s here.
Configure OSSEC to send alerts from Gmail
Setting up any system analyzer, we want to always keep a track on all events happened in our machines. The best way to make that – email alerts. It means every time when application gets alert, it’s going to forward the copy of it to your email.
By default applications like OSSEC supports only local mail servers. But what if we just don’t have them? What if we use only tools like Gmail, Yahoo etc.? At that rate we could build mail relay listening on 25 port for applications work.
Cheatsheet: Docker
Devopsdays Moscow: 6 мыслей
Предисловие
Это мой первый русскоязычный пост в блоге. Почему не на английском?
а) ценность данного поста на английском языке будет невысокой
б) очень хотелось бы сделать обобщение мероприятия для тех, кто на него не попал (нет, на Хабре его не будет)
в) попробовать изложить свои мысли как есть, без попыток перенять новые лексические обороты и прочих штук из иностранного языка.
25 web-sources for Operations Engineering
Information in the world of information! Text data in the world of data! Such subjects – the best friends for us and the best enemies at the same time. I recently surprised I hold so many articles and Linux guides about tools I still don’t use. Data juggling is going to be one of the most important qualities of contemporary human. Even more handy than stubbornness and work speed.
Infrastructure from scratch. Part 10. Testing
This is the last part of my Junior Ops cycle. Who reads it ever?
The proper testing can reduce troubleshooting stuff and speed up development-commit-deploy lifecycle. There are many kinds of software testing, each of them has a specific area. Here I’d like to concentrate on 2 areas: performance testing and load testing. I’m dealing with them choosing Yandex.Tank.
Infrastructure from scratch. Part 9. Continuous Delivery.
Frankly speaking, I wished to put together CI and CD thoughts. But the post became too large. So, I’ve got the idea to separate them and take the easier way for reading. It’s still TL/DR, but not so exhausted.
Infrastructure from scratch. Part 8. Continuous Integration.
The more we grow up the more routine we have. For example, servers park includes more identical instances. The same thing matters build/release/deploy lifecycle. The more we work, the more business wants. Now typical development team needs to shape the changed software few times of day. It’s a toil.