docs: add blogs section with curated CNCF and nttlabs posts#4863
docs: add blogs section with curated CNCF and nttlabs posts#4863unsuman merged 2 commits intolima-vm:masterfrom
Conversation
Introduce website/content/en/docs/blogs/_index.md mirroring the structure of the Talks section, seeded with four well-known blog posts covering Lima's CNCF Sandbox entry, Incubating promotion, and the 2.0 / 2.1 releases. Weight 451 places it directly after Talks (450) in the sidebar so the two curated-content sections sit together. Closes lima-vm#4818. Signed-off-by: Vishal Kumar Singh <vishal.kr.singh2021@gmail.com>
| weight: 451 | ||
| --- | ||
|
|
||
| Curated blog articles about Lima. Suggestions welcome via [GitHub issues](https://github.com/lima-vm/lima/issues). |
There was a problem hiding this comment.
https://github.com/lima-vm/lima/discussions/categories/show-and-tell is more appropriate
There was a problem hiding this comment.
You can also add:
- https://medium.com/nttlabs/containerd-and-lima-39e0b64d2a59
- https://medium.com/nttlabs/accelerating-llama-on-lima-with-wasi-nn-rpc-06b84bcbbe5c
- https://medium.com/nttlabs/containerd-v2-0-nerdctl-v2-0-lima-v1-0-93026b5839f8
- https://medium.com/nttlabs/containerd-v2-1-nerdctl-v2-1-and-lima-v1-1-74400ee87c2c
- https://www.cncf.io/blog/2024/10/10/lima-completes-fuzzing-audit/
There was a problem hiding this comment.
Some others:
https://cloud.tencent.com.cn/developer/article/2425111?from=15425&frompage=seopage
https://medium.com/@lizrice/exposing-loadbalancer-services-running-on-kind-in-lima-vms-4d58cd4b5e12
https://jvns.ca/blog/2023/07/10/lima--a-nice-way-to-run-linux-vms-on-mac/
https://blog.wayanjim.my.id/en/posts/setup-k3s-single-node-gitops-dengan-flux
https://cloudsecburrito.com/lima-linux-on-macos-without-the-ceremony
https://medium.com/@lysharing/why-i-chose-limactl-461840c476ad
|
Thanks for the steer, @AkihiroSuda — agreed that a Show-and-tell thread fits this kind of curated list much better than a docs page, since it grows with community contributions rather than being frozen at merge time. Moved the content (plus your five NTT Labs / CNCF additions) to a new discussion thread here: #4864 Closing this PR. The docs/blogs directory and any sidebar weight changes are reverted implicitly by the close. |
|
Thanks @unsuman — great list! I've added all six links to the Show-and-tell discussion so they're discoverable there: #4864 (comment) Feel free to reply in that thread directly with any future finds and I'll fold them in. |
My suggestion was just to replace a link to https://github.com/lima-vm/lima/issues with https://github.com/lima-vm/lima/discussions/categories/show-and-tell though. I have no strong opinion whether we should collect blogs in the web site or in the GitHub Discussions, but probably we should make sure that the GitHub Discussion thread is linked from the web site, otherwise visitors can't find it. |
…uman's additions Address lhotari-style review feedback on lima-vm#4863 properly this time -- Akihiro's original review comment on line 6 was specifically "replace the /issues link with discussions/categories/show-and-tell", not "delete the page". Closing the PR was an over-correction; reopening with the actual requested change in place. - Replace the trailing "Suggestions welcome via GitHub issues" line with a pointer to the Show-and-tell discussion category and the specific community-blogs thread (lima-vm#4864), per Akihiro's follow-up: "probably we should make sure that the GitHub Discussion thread is linked from the web site, otherwise visitors can't find it." - Add Akihiro's five nttlabs / CNCF suggestions from the same review, year-bucketed against the published dates: 2021 -- containerd & Lima (Sep 2021, nttlabs) 2024 -- Accelerating Llama on Lima with WASI-NN RPC (Jun 2024, nttlabs) 2024 -- Lima completes fuzzing audit (Oct 2024, CNCF) 2024 -- containerd v2.0, nerdctl v2.0, Lima v1.0 (nttlabs) 2025 -- containerd v2.1, nerdctl v2.1, Lima v1.1 (nttlabs) - Add unsuman's six community finds: jvns.ca (Jul 2023) gets a proper year bucket since its URL carries the date; the remaining five posts without clearly published dates go into a "More community posts" section at the bottom, each linked with a short descriptor, so the docs page stays honest about what it can and can't date. Signed-off-by: Vishal Kumar Singh <vishal.kr.singh2021@gmail.com>
|
Apologies @AkihiroSuda -- I misread your first review and closed this too quickly. Re-reading now: your line-6 comment was specifically "replace the What's on this push:
Discussion #4864 stays up regardless; the docs page links to it explicitly so contributors have a clear place to drop new finds, and I'll continue folding well-known ones onto this page as they accumulate there. Happy to iterate if you'd prefer a different split (e.g. keep only the CNCF/nttlabs set on the docs page and push everything else entirely to the discussion, or drop the "More community posts" bucket in favour of a single "See the Show-and-tell thread for community write-ups" line). |
Summary
Addresses #4818 -- adds the curated
blogssection Akihiro suggested when #4817 landed.Creates
website/content/en/docs/blogs/_index.md, modelled directly on thetalks/_index.mdstructure (year-bucketed##headings,###per entry, one-line description, "Read the [post on ...]" link). Weight is451so the section appears right under Talks (450) in the sidebar.Seed content
Four well-known posts to start with; easy to grow from here:
If you prefer a different initial set (e.g. include Rancher Desktop / Colima coverage, or a specific author's post) happy to swap.
Checklist
talks/_index.md_index.mdweightCloses #4818.