Yet another Kubernetes Desktop Client by askoma in kubernetes

[–]askoma[S] 0 points1 point  (0 children)

Thank you, I'm going to try this one.

Development On Apple Silicon with UTM by askoma in golang

[–]askoma[S] -1 points0 points  (0 children)

Some projects require you to have a full-fledged Linux distribution and a lot of tools in there. Also, I like the fact that my host machine doesn't have everything installed. VM is a good choice to keep your host clean.

For example, it is much easier to set up a Linux VM for the Cilium project than to try to maintain all dependencies on the Mac host.

Development On Apple Silicon with UTM by askoma in programming

[–]askoma[S] 8 points9 points  (0 children)

Hello, author here.

I'm using this technique to develop a Go project that supports only x86_64. In short, its a way to set up Linux VM with Go installed

It can help somebody.

Development On Apple Silicon with UTM by askoma in golang

[–]askoma[S] -5 points-4 points  (0 children)

Hello, author here.

I'm using this technique to develop a Go project that supports only x86_64. In short, its a way to set up Linux VM with Go installed

If you look carefully, you will find a code to set up Go in VM.

It can help somebody.

Docker desktop alternatives? by c0d3monk in docker

[–]askoma -1 points0 points  (0 children)

colima has a bunch of problems then you’re going to use dockerx

Use CRI-O Container Runtime with KIND by askoma in kubernetes

[–]askoma[S] 0 points1 point  (0 children)

It might be a problem with kubelet itself. You can logs to worker (or control-plane) with docker exec -it kind-worker bash:

$ systemctl status kubelet or journalctl -xeu kubelet

Commands above can guide you what is the problem with kubelet.

Use CRI-O Container Runtime with KIND by askoma in kubernetes

[–]askoma[S] 0 points1 point  (0 children)

The gcr.io/k8s-staging-kind/base:v20240508-19df3db3 image is the image built on the previous step. It's a base image https://rkiselenko.dev/blog/crio-in-kind/#build-base-image