Vladimir Mikhalev · @heyValdemar
0 followers · 9 posts · Server hachyderm.io

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.

github.com/kubernetes/minikube

#kubernetes #k8s #minikube

Last updated 1 year ago

❌ Ditto · @thegreybeardofthetree
6 followers · 105 posts · Server fosstodon.org

@cybersoldier @tuxi usually moderate: several docker instances ( , ), + with whatever technology I'm dabbling in at the moment, for notes and for reading up.

On occasion... I'll spin up to try and give up again on . If I'm messing with exotic stuff... Weird distro, desktop extension dabbling, etc. I spin up a VM, which uses under the hood.

#pihole #plantuml #vscode #neivim #obsidian #firefox #minikube #kubernetes #gnomeboxes #qemu

Last updated 1 year ago

Mère Teresa · @mereteresa
283 followers · 2447 posts · Server mastodon.tetaneutral.net

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

#minikube #pgDayFrance

Last updated 1 year ago

Mère Teresa · @mereteresa
283 followers · 2447 posts · Server mastodon.tetaneutral.net

Minikube est prometteur, voyons les pré-requis. (Regardez le replay ou le live pour en savoir plus)

#pgDayFrance #minikube

Last updated 1 year ago

Mère Teresa · @mereteresa
283 followers · 2447 posts · Server mastodon.tetaneutral.net

C'est rigolo car coté dev, on en sait un rayon sur Docker, et les containers. On a vite compris l'intérêt.

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

#minikube #pgDayFrance #jesaisdestrucs

Last updated 1 year ago

Mère Teresa · @mereteresa
283 followers · 2447 posts · Server mastodon.tetaneutral.net

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"

#pgDayFrance #minikube

Last updated 1 year ago

robrich · @robrich
20 followers · 150 posts · Server hachyderm.io
Ryan Peters · @ryan
449 followers · 2618 posts · Server social.binarydad.com

Spent almost an hour wondering why my network policies weren't working in 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 #minikube

Last updated 2 years ago

Micah Hausler · @micahhausler
330 followers · 82 posts · Server hachyderm.io

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 groups.google.com/g/kubernetes

#infosec #kubernetes #kubecon #minikube

Last updated 2 years ago

black.cat.sleeping · @antlas
0 followers · 3 posts · Server pouet.chapril.org

👋 Petit pour expérimenter avec sur son pc local : antlas.art/posts/minikube/

#docker #minikube #kubernetes #tuto

Last updated 2 years ago

robrich · @robrich
12 followers · 111 posts · Server hachyderm.io
Internet Rando · @mousey
38 followers · 342 posts · Server mastodon.seattlematrix.org

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.

minikube.sigs.k8s.io/docs/driv

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 . Usually means having to find Easter eggs in somebody else's garden..Today's sidequest; I wanted and to Just Work™. It didn't. ...Now it does.

#mac #docker #minikube #random #documentation #ahamoment

Last updated 2 years ago

robrich · @robrich
6 followers · 67 posts · Server hachyderm.io
Andrei G. :unverified: · @ndrei
46 followers · 289 posts · Server fosstodon.org

So here's a conundrum. help says that "set env" works on pods resources[1] but then it fails when tried with permission failed (or something). Huh!

man.archlinux.org/man/communit

#kubectl #kubernetes #minikube #k8s

Last updated 2 years ago

Volkan Özçelik · @volkan
35 followers · 1223 posts · Server z2h.dev

If Minikube says it "could not read CA Certificate" on Ubuntu, it might e due to an profile

because snap isolates everything in AppArmor profiles for better or worse, see: docs.ubuntu.com/core/en/guides

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

Last updated 2 years ago

Brahn · @Brahn
15 followers · 307 posts · Server hachyderm.io

I haven't had to use Docker in a long time. I use and usually, and 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

Last updated 2 years ago

Jeff MAURY · @jeffmaury
84 followers · 322 posts · Server mastodon.social
Holger Behrens · @hbrns
96 followers · 237 posts · Server fosstodon.org

@ndrei I am not a fan of

#minikube

Last updated 2 years ago

Andrei G. :unverified: · @ndrei
42 followers · 270 posts · Server fosstodon.org

seems to have tons of issues with .

Rootless has no network. So things like NodePort and Ingress are not working.

In root mode I got into many weird states or limitations:
- load balancing hanging 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 ( does but no ingress)

Next time, I should consider the experimental notice in the docs.

#minikube #podman #ingress #curl #calico

Last updated 2 years ago

Volkan Özçelik · @volkan
35 followers · 1223 posts · Server z2h.dev