Using containers in my eyes reaches its full potential only when combined with an orchestrator – the usual choice should be Kubernetes. But if you build your own Dockerfiles you want to have a development environment where you can test the images on that orchestrator. This environment should be set up easily and responding fast.
Archive for the ‘Programming’ Category
Single-node Kubernetes development environment on Ubuntu 18.04
Posted: 24th July 2018 by knoppi in Computer Stuff, Linux, Programming, SoftwareTags: Docker, Kubernetes, Linux, Ubuntu
0
Reconsidering the mailing list issue
Posted: 19th March 2015 by knoppi in Computer Stuff, Linux, Programming, SoftwareTags: Coding, Communication, Linux, Software
Yesterday, I published an article about majordomo and my conclusion of nut using it, since the version my webhoster provides does not support archives and digest functionality. But do I need it actually? I think that the mailing lists will have only a very limited number of users and, hence, only a small amount of […]
Logging in Python
Posted: 28th November 2012 by knoppi in Computer Stuff, ProgrammingTags: Coding, Linux, Python
I am an excessive user of the built-in logging facilities of Python. Most information about that topic can be found in the Python Logging Howto or in the description of the logging module. If you’re interested how I use it in my modules, just go on reading