November, 2015
20 11 2015
As we know docker is for Build, Ship, Run applications. Usually developers use docker to dev new app and host them with applications like OpenShift. You can find a lot of article about develop and build application in docker containers. I decided to write a small article on an other aspect of docker that I often use. Application testing […]
devops, docker, python, tools
4 11 2015
If you deploy a lot of pods on each nodes, you might faced to an ressource error. Openshift 3 have a limits set on how many pods can be run on a node by default ? The answer is yes, by default the limits is 40 pods per node. It can be to low for […]
ansible, debug, docker, kubernate, openshift3, redhat