minikube is a tool that helps deploy a local Kubernetes cluster on macOS, Linux, and Windows.
The main goal of minikube is to be the best tool for local development of Kubernetes applications and to support all suitable Kubernetes features.
@cybersoldier @tuxi usually moderate: several docker instances ( #pihole , #plantuml ), #vscode +#neivim with whatever technology I'm dabbling in at the moment, #obsidian for notes and #firefox for reading up.
On occasion... I'll spin up #minikube to try and give up again on #kubernetes . If I'm messing with exotic stuff... Weird distro, desktop extension dabbling, etc. I spin up a #gnomeboxes VM, which uses #qemu under the hood.
#pihole #plantuml #vscode #neivim #obsidian #firefox #minikube #kubernetes #gnomeboxes #qemu
On suit une installation pas-à-pas, de Minikube.
Puis le déploiement de PG.
Toutes les lignes de commandes sont détaillées & expliquées #pgDayFrance #minikube
Minikube est prometteur, voyons les pré-requis. (Regardez le replay ou le live pour en savoir plus)
#minikube #pgdayfrance
C'est rigolo car coté dev, on en sait un rayon sur Docker, et les containers. On a vite compris l'intérêt. #jeSaisDesTrucs
Donc Kubernetes (kates pour les intimes k8s) est un orchestrateur de containers.
Minikube c'est K8s sur un nœud unique. Mais on retrouve les fonctionnalités de Kubernetes #pgDayFrance #minikube
#minikube #pgDayFrance #jesaisdestrucs
Qu'apportent les containers ?
Les avantages.
Ensuite quelques avertissements :
Par rapport à l'abstraction de l'OS ? Petit avertissement sur les réelles compatibilités.
On parle de Docker.
Des performances ? De la sécurité ?
Applications qui doivent être "container-ready"
"Local #Development Techniques with #Kubernetes". I love this #NoSlides demo of tools to work /with/ #containers. We'll see #MiniKube, #Skaffold, #Dive, #Portainer, #Skooner, and much more. Join us #InPerson for #GIDS #DeveloperSummit at https://developersummit.com/, list of tools: https://gist.github.com/robrich/5abd6c1261eae55476db2a15d1c2180a
#development #kubernetes #noslides #containers #minikube #skaffold #dive #portainer #skooner #InPerson #gids #developersummit
Spent almost an hour wondering why my network policies weren't working in #minikube only to realize the CNI driver just doesn't support it out of the box. Luckily, it seems easy to enable calico with just a flag upon startup. #kubernetes
This is your reminder to delete all Minikube clusters and update if you are running anything less than v.1.30.0 (CVE-2023-1174, CVE-2023-1944) - CRITICAL 9.8, HIGH 8.4 #infosec #kubernetes #kubecon #minikube https://groups.google.com/g/kubernetes-security-announce/c/2ZkJFMDTKbM
#infosec #kubernetes #kubecon #minikube
👋 Petit #tuto pour expérimenter #kubernetes avec #minikube sur son pc local : https://antlas.art/posts/minikube/
#docker
#docker #minikube #kubernetes #tuto
Local #Development Techniques with #Kubernetes. It's a #NoSlides demo of #Minikube, #Portainer, #Skooner, #Dive, #k9s, and many more. Join us at #Geekle #DevOps Global Summit at https://events.geekle.us/devops23/ and grab the list of tools at https://gist.github.com/robrich/5abd6c1261eae55476db2a15d1c2180a.
#development #kubernetes #noslides #minikube #portainer #skooner #dive #k9s #geekle #devops
I'll be the first to tell you, the more I know, the more I know I don't know.. So today, this helped me.. Thanks, whoever wrote it.
https://minikube.sigs.k8s.io/docs/drivers/qemu/#networking
Normally native to penguin lands, where I don't have to adblock my own computer, sometime I find I'm having to work on a #Mac. Usually means having to find Easter eggs in somebody else's garden..Today's sidequest; I wanted #docker and #minikube to Just Work™. It didn't. #random #documentation #ahamoment ...Now it does.
#mac #docker #minikube #random #documentation #ahamoment
https://dev.to/sampritimitra/docker-and-kubernetes-made-relatable-i-5c4 - a cool series on getting started with #Docker, #Kubernetes, and #Minikube. Nice job https://github.com/Sampriti-Mitra.
So here's a conundrum. #kubectl help says that "set env" works on pods resources[1] but then it fails when tried with permission failed (or something). Huh!
https://man.archlinux.org/man/community/kubectl/kubectl-set-env.1.en
#kubectl #kubernetes #minikube #k8s
If Minikube says it "could not read CA Certificate" on Ubuntu, it might e due to an #AppArmor profile
because snap isolates everything in AppArmor profiles for better or worse, see: https://docs.ubuntu.com/core/en/guides/intro/security
To fix:
Edit the AppArmor profile.
/var/lib/snapd/apparmor/profiles/snap.docker.docker
add:
owner @{HOME}/.minikube/certs/*
Then
eval $(minikube docker-env)
And
apparmor_parser -r /var/lib/snapd/apparmor/profiles/snap.docker.docker
#apparmor #minikube #registry #certificate #tips
I haven't had to use Docker in a long time. I use #podman and #colima usually, #minikube and #rancher as fallbacks. I recently ran into a situation where I needed to use Docker on my mac. Apparently now you can't use docker at all without this subscription, If you close it, the app crashes, it doesn't say "you cannot use this software" nicely, it just crashes with no explanation.
I'm just... not going to fix this situation where I'm trying to help a fellow docker user.
#podman #Colima #minikube #Rancher
Enable the #minikube dashboard https://thenewstack.io/how-to-enable-and-use-the-minikube-dashboard/
#minikube seems to have tons of issues with #podman.
Rootless has no network. So things like NodePort and Ingress are not working.
In root mode I got into many weird states or limitations:
- #ingress load balancing hanging #curl randomly on web services
- hanging at PVC deletion
- PVC not always bounding to existing PVs with perfect match
- no support for network control flow in the default CNI (#calico does but no ingress)
Next time, I should consider the experimental notice in the docs.
#minikube #podman #ingress #curl #calico
Minikube: Using a Private Registry
#minikube #registry #documentations #references #bookmarked