If you are on macOS, give OrbStack a shot. It works surprisingly well and fast.
Podman Desktop 1.11: Light mode, Kubernetes features, macOS improvements
21–30 of 54 posts
Re: Podman Desktop 1.11: Light mode, Kubernetes features, macOS improvements
#22Podman Destop is surprisingly bad on MacOS. It has a kind of proxy-like/userspace network driver. That means your tcp connection shown in a host system through `netstat`. ICPM is not implemented and always returns success. Try running `ping 66.0.0.0` or any other non-existing IP from the container and see. At that moment I'll continue using, well, podman in a Linux VM running UTM.
If you haven’t tried it yet, I can recommend OrbStack[1] for container things on macOS. I don’t use it for anything more than spinning up dev DBs locally, but I know it supports Kubernetes in some form or another. [1] https://orbstack.dev
Into the trash it goes.
Re: Podman Desktop 1.11: Light mode, Kubernetes features, macOS improvements
#23For basic dev container stuff, I switched to podman and I'll not go back to Docker. It works great and it being daemonless is just a cherry on top.
Re: Podman Desktop 1.11: Light mode, Kubernetes features, macOS improvements
#24Earlier quoted context omitted.
I liked Multipass until I ran into storage corruption issues like many others [1][2] and broke all my VMs. On MacOS, Multipass uses qemu in which the apple-hvf support isn't getting much updates after 2021 [3]. [1]: https://github.com/canonical/multipass/issues/3455 [2]: https://github.com/canonical/multipass/issues/3235 [3]: https://github.com/qemu/qemu/commits/master/accel/hvf
Thanks for the heads up.
Re: Podman Desktop 1.11: Light mode, Kubernetes features, macOS improvements
#25For basic dev container stuff, I switched to podman and I'll not go back to Docker. It works great and it being daemonless is just a cherry on top.
Re: Podman Desktop 1.11: Light mode, Kubernetes features, macOS improvements
#26Re: Podman Desktop 1.11: Light mode, Kubernetes features, macOS improvements
#27Error: Command execution failed with exit code 125 Command execution failed with exit code 125 Error: vm "podman-machine-default" already exists on hypervisor
Re: Podman Desktop 1.11: Light mode, Kubernetes features, macOS improvements
#28Re: Podman Desktop 1.11: Light mode, Kubernetes features, macOS improvements
#29Earlier quoted context omitted.
If you haven’t tried it yet, I can recommend OrbStack[1] for container things on macOS. I don’t use it for anything more than spinning up dev DBs locally, but I know it supports Kubernetes in some form or another. [1] https://orbstack.dev
https://docs.orbstack.dev/faq#open-source Into the trash it goes.
Re: Podman Desktop 1.11: Light mode, Kubernetes features, macOS improvements
#30Used to be that people would wait ages for applications to get a "Dark mode", I find it funny how now we have to wait for "light mode" instead. Even so, good to see that arriving. I've been experimenting recently and I've found podman very useful compared to my previous experiences trying to do containery stuff. ( Admittedly a very long time ago now which burned me and put me off trying again for a long time. )