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