A “Hello World” in Kubernetes should be very similar to one in Docker. Oh no, wait, actually, it should not.
Posts Tagged ‘Coding’
“Hello World” in Kubernetes
Posted: 11th November 2018 by knoppi in Computer Stuff, LinuxTags: Coding, Docker, Kubernetes, Linux
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