https://kubernetespodcast.com/episode/039-minikube/
Minikube is a tool that makes it easy to run Kubernetes locally, by running a single-node Kubernetes cluster inside a VM on your desktop or laptop. Craig and Adam talk to author and maintainer Dan Lorenc from Google Cloud, and in the wake of the Super Bowl, discuss how “football” means something different to each of them.
Do you have something cool to share? Some questions? Let us know:
- web: kubernetespodcast.com
- mail: kubernetespodcast@google.com
- twitter: @kubernetespod
Chatter of the week
- Adam watched the Super Bowl
- Craig watched some Superb Owls
- You can watch some ads
- Jeff Bezos’s earnings per minute
News of the week
- Spark Operator for Kubernetes now in Beta
-
New members in the CNCF TOC
- Alexis Richardson from Weaveworks
- Brendan Burns from Microsoft
- Joe Beda from VMware
- Matt Klein from Lyft
- Xiang Li from Alibaba
- Kelsey Hightower from Google
- Google Kubernetes Engine usage metering
- Advanced application deployments and traffic management with Istio on GKE
- Ambassador 0.5.0
- Kubernetes as an API standard; looking toward a Rust implementation
Links from the interview
- Dan leads a team working on:
- Minikube was helped in the early days by Localkube from RedSpread, who were acquired by CoreOS (who were acquired by Red Hat, who were acquired by IBM)
- There was also Boot2docker, but Kubernetes didn’t like Docker-in-Docker much back then
- Guide for developing Minikube
- Other similar projects:
- Things it was hard to get working:
- Load balancers; solved via tunneling
- Persistent volume provisioning, solved with a custom hostpath provisioner
- Minikube Roadmap
- Dan Lorenc on GitHub and on the web