Comment on Kubernetes for beginers?
dust_accelerator@discuss.tchncs.de 2 weeks agoAdding to this, you can try out podman kube play <your-file>.yaml (see here) before going full k8s or k3s setup to familiarize yourself with the concepts, without moving too far away from the docker-compose ease of use.
Vorticity@lemmy.world 2 weeks ago
As the guy whose comment you added to, thanks for pointing out
podman kube play. I’ve ever used it before and it looks worth playing with. It’s a bit limited in terms of what resources it can create if you’re used to k8s, but it definitely looks useful for testing and quickly standing up simple apps.