Kubernetes taint - what is it and how to work with it?
Taint and affinity control what pods should be repelled by the nodes (taint) and where the pods would be attracted to (affinity). That’s one of the great fea...
Taint and affinity control what pods should be repelled by the nodes (taint) and where the pods would be attracted to (affinity). That’s one of the great fea...
Django is a popular Python web framework. I’ve been asked a couple of times how Python based applications can be automated so here I’ll give an example.
There are cheap Kubernetes clusters out there and nowadays people like to do some tests. In this short article I will show you how to create a simple admin u...
DigitalOcean recently released to a set of users their new Kubernetes service which is really great. So, I decided to do yet another Jenkins over Kubernetes ...
Have you ever tried building code on Docker just to end up with a huge container? Yes? Me too.