Oleg Atamanenko

thoughts about programming

Tag: bestpractices

Deploying in Kubernetes. Checklist.

While kubernetes is easy to start with, it is quite challenging to master and know all details. In this post I will provide checklist of important manifest stanzas that are applicable to most applications that are targeted to run in production and which are expected to not have downtime during cluster maintenance and/or application updates.

Continue Reading…

Docker Best Practices

Introduction

After using docker for last several years I’d like to share best practices that works in production.

Continue Reading…