Posts Tagged ‘Kubernetes’

“Hello World” in Kubernetes

Posted: 11th November 2018 by knoppi in Computer Stuff, Linux
Tags: , , ,

A “Hello World” in Kubernetes should be very similar to one in Docker. Oh no, wait, actually, it should not.

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.