lima
minikube
lima | minikube | |
---|---|---|
113 | 83 | |
15,311 | 29,457 | |
1.1% | 0.6% | |
9.8 | 10.0 | |
1 day ago | 3 days ago | |
Go | Go | |
Apache License 2.0 | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
lima
- Lima v1.0.0
-
Docker Desktop Alternative
I'm currently using colima, and none of the other alternatives that I have found support forwarding UDP ports, which I use a lot, so that's a bummer!
Thankfully, lima has landed a new port forwarder with UDP support! [0]. I'm hoping to be able to use it soon once it makes into a release.
[0]: https://github.com/lima-vm/lima/commit/13e9cbcabc6a0a05ec389...
- Podman Desktop 1.11: Light mode and new Kubernetes features
-
Linux virtual machines, with a focus on running containers
Lima can launch Ubuntu VMs easily: https://github.com/lima-vm/lima/blob/master/examples/ubuntu....
-
Colima k8s nix setup
You can run a virtual machine (e.g. lima) from inside a nix-shell, exactly as you would do with a regular shell.
-
Ask HN: Startup Devs -What's your biggest pain while managing cloud deployments?
for others similarly curious, here's an example of the thing: https://github.com/noop-inc/template-java-spring-boot/blob/m...
they seem to be using the excellent lima <https://github.com/lima-vm/lima#readme> for booting on macOS; I run colima for its containerd and k8s support but strongly recommend both projects $(brew install lima colima)
- macOS 14.4 causes JVM crashes
- Lima launches Linux virtual machines for macOS
-
Simulate an Ubuntu-like VM inside macOS
Lima is what I use as well. It's quick and easy to just fire up a VM with default settings, but also very easy to configure with different file sharing options, port forwarding, different linux distributions, etc. (their examples are also pretty good IMO [1]).
In particular I use it to run an amd64 VM, which I need to run a stubborn service for work that doesn't run on arm CPUs.
[1] https://github.com/lima-vm/lima/tree/master/examples
-
Why are Apple Silicon VMs so different?
Lima (1) is a project that packages Linux distros for MacOS and executes them via qemu in the backend. Maybe you could solve your problem by launching one of their vms and inspecting the command line it generates. You might find an option you were missing.
(1) https://github.com/lima-vm/lima
minikube
-
Day 27 Project: RBAC and Network Policies in Minikube
Minikube: Ensure you have Minikube installed and running. If not, download and install it from the official website: https://minikube.sigs.k8s.io/
-
Kubernetes for Everyone: A Step-by-Step Guide for Beginners
Visit the Minikube releases page and download the latest release for your operating system.
-
Automated Acceptance Testing with Robot Framework and Testkube
A Kubernetes cluster - we're using a local Minikube cluster (https://minikube.sigs.k8s.io)
-
Getting started with Kubernetes: Introduction
To begin with, I don't have a home lab as such, so I'll run everything through minikube. I may switch things up later to get a more "realistic" k8s install, but minikube will be fine for a start.
- Montrez patte blanche : tuez des mutants !
-
Building Llama as a Service (LaaS)
With the containerized Node.js/Express API, I could run multiple containers, scaling to handle more traffic. Using a tool called minikube, we can easily spin up a local Kubernetes cluster to horizontally scale Docker containers. It was possible to keep one shared instance of the database, and many APIs were routed with an internal Kubernetes load balancer.
-
Can I scale my dockerized Flask solution with Kubernetes?
Install Minicube - a tool that allows us to spin up a Kubernetes cluster in a local machine Run minikube start to start your Kubernetes cluster Run minikube dashboard to spin up a web-based user interface that allows you to manage your Kubernetes cluster
-
K3s β Lightweight Kubernetes
If you're just messing around, just use kind (https://kind.sigs.k8s.io) or minikube if you want VMs (https://minikube.sigs.k8s.io). Both work on ARM-based platforms.
You can also use k3s; it's hella easy to get started with and it works great.
-
Developerβs Guide to Building Kubernetes Cloud Apps βοΈπ
$ minikube addons enable dashboard π‘ dashboard is an addon maintained by Kubernetes. For any concerns contact minikube on GitHub. You can view the list of minikube maintainers at: https://github.com/kubernetes/minikube/blob/master/OWNERS βͺ Using image docker.io/kubernetesui/dashboard:v2.7.0 βͺ Using image docker.io/kubernetesui/metrics-scraper:v1.0.8 π The 'dashboard' addon is enabled $ minikube addons enable metrics-server π‘ metrics-server is an addon maintained by Kubernetes. For any concerns contact minikube on GitHub. You can view the list of minikube maintainers at: https://github.com/kubernetes/minikube/blob/master/OWNERS βͺ Using image registry.k8s.io/metrics-server/metrics-server:v0.6.4 π The 'metrics-server' addon is enabled $ minikube addons enable ingress π‘ ingress is an addon maintained by Kubernetes. For any concerns contact minikube on GitHub. You can view the list of minikube maintainers at: https://github.com/kubernetes/minikube/blob/master/OWNERS π‘ After the addon is enabled, please run "minikube tunnel" and your ingress resources would be available at "127.0.0.1" βͺ Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v20230407 βͺ Using image registry.k8s.io/ingress-nginx/controller:v1.8.1 βͺ Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v20230407 π Verifying ingress addon... π The 'ingress' addon is enabled
-
Implementing TLS in Kubernetes
A Kubernetes distribution: You need to install a Kubernetes distribution to create the Kubernetes cluster and other necessary resources, such as deployments and services. This tutorial uses kind (v0.18.0), but you can use any other Kubernetes distribution, including minikube or K3s.
What are some alternatives?
colima - Container runtimes on macOS (and Linux) with minimal setup
multipass - Multipass orchestrates virtual Ubuntu instances
kind - Kubernetes IN Docker - local clusters for testing Kubernetes
podman - Podman: A tool for managing OCI containers and pods.
kubespray - Deploy a Production Ready Kubernetes Cluster
Docker-OSX - Run macOS VM in a Docker! Run near native OSX-KVM in Docker! X11 Forwarding! CI/CD for OS X Security Research! Docker mac Containers.
k9s - πΆ Kubernetes CLI To Manage Your Clusters In Style!
UTM - Virtual machines for iOS and macOS
k3s - Lightweight Kubernetes
nerdctl - contaiNERD CTL - Docker-compatible CLI for containerd, with support for Compose, Rootless, eStargz, OCIcrypt, IPFS, ...
helm - The Kubernetes Package Manager