Hacker News new | ask | show | jobs
by josephjacks 3627 days ago
Minikube is awesome! We used it at Apprenda in a recent K8s 101 webinar (0). Standing up a local K8s cluster in 1-2 minutes is a really great experience.

(0): https://apprenda.wistia.com/medias/ckbmoa10sd

1 comments

Great webinar! Kudos!

I set this up on my laptop and am noticing a strange behavior. When accessing the pod via http://192.168.99.100:30764/grid?cols=3&rows=5, all pods display the same ID. This means that the "NodePort" load-balancer is not performing round-robin load-balancing as expected. Any thoughts?

My environment: Macbook Pro, Intel i7, 16GB OS X (El Capitan 10.11.5) Docker for Mac (v1.12.0-rc3 client and server versions, https://www.docker.com/products/docker#/mac) kubectl v1.3.0 minikube v0.6.0

Nevermind. The root-cause seems to be aggressive browser caching.

Chrome and Safari display the same behavior i.e. all pod IDs the same.

Firefox displays different pod IDs (90% of the IDS are the same, however there are a few that are different)