YAY minikube-preloads is its own project now and its live !
Fun fact: the older the Kubernetes Version, the bigger their preloaded images, good job Kubernetes for making their images smaller and smaller over time !
https://t.co/z5HSSMCgSf
@kubetools thank you @kubetools for the tutorial ! for the resource usage comparison please checkout minikube's benchmarking
https://t.co/fF6tbi97DB
cpu benchmarks vs others
https://t.co/0kO65hU2m0
image build benchmarks
https://t.co/crk4J1IN1C
Fresh out of the oven for #KubeCon Atlanta! 🔥
Want to use your MacBook's GPU to run AI Chatbots on Kubernetes? I made a brand new video showing you exactly how to do it.
https://t.co/EoXr1Q8eAN
Fresh out of the oven for #KubeCon Atlanta! 🔥
Want to use your MacBook's GPU to run AI Chatbots on Kubernetes? I made a brand new video showing you exactly how to do it.
https://t.co/EoXr1Q8eAN
I just released minikube 1.37.0 with a special feature for AI developer ! Now you can run AI workloads on your macbook's GPU using minikube ! we have an easy to follow tutorial, dont miss it !
https://t.co/jEQ35b4Kr2
Minikube 1.37.0 is just fresh out of the bakery ! check it out https://t.co/ttWlEInC1g
We got a brand new driver (krunkit) and starting today you can use your Macbook's GPU for deploying AI workloads to Kuberentes ! here is a super easy tutorial to follow https://t.co/MsGsMryNi3
The krunkit Minikube driver has landed!
You can create a Minikube cluster with your Mac GPU and run AI workload up to 2 orders of magnitude faster!
minikube start --driver krunkit
Will be available soon in Minikube 1.37
@minikube_dev@slpnix
I just released a new version of setup-minikube github actioner
remember to start a kubernetes cluster in your github workflow simply add this step:
uses: medyagh/setup-minikube@latest
https://t.co/9VP2cxkQIo
A new minikube version is out, The highlight of this release is significantly much faster and improved vfkit networking on macOS,(--network vment-shared) option! support for Kubernetes v1.33.1 and introduced the ability to configure addons via a dedicated config file and more !
next minikube version will speak also in Indonesian !
Thanks to https://t.co/bViq3p7ALK
reminder that if you like to see minikube speak your language it is easy to contribute that (minimal coding required) https://t.co/JF4Awi7jJi
🎉🎉🎉 a new version of minikube's github action is out 🎉🎉
Give it a try, Start a k8s cluster and test your PRs against kubernetes simply by adding this block to your github action yaml
- name: setup-minikube
uses: medyagh/setup-minikube@latest
https://t.co/eTjCAyPObu
The new minikube 1.35 is out ! one of the exciting features is support for AMD gpus (in addition to nvidia),
if you use are an AI developer and wanna use minikube, please share your story and I would love to make this experience better for you
https://t.co/RCWdAX2FJh
🎉🎉🎉 minikube v1.34.0 is out !!! 🎉🎉🎉
check out the cool things to try out
such as "a brand new driver for macOS: “vfkit”"
Give it a try:
minikube start -d vfkit