Working with Kubernetes

Among other things I am currently working with Docker and Kubernetes. Both are really interesting and challenging subjects that I really enjoy!

The image of this blog post shows the output of an Apache web server running in Kubernetes!

$ kubectl get pods
NAME READY STATUS RESTARTS AGE
nginx-2-6bd764c757-77rq9 1/1 Running 0 10s
nginx-2-6bd764c757-kbqd7 1/1 Running 0 10s
nginx-2-6bd764c757-srmds 1/1 Running 0 10s