I ported Kubernetes to the browser(ngrok.com)
304 points by peterdemin 16 hours ago | 89 comments
tl;dr: Summary not available
HN Discussion:
  • Useful tool for Kubernetes education and teaching conceptual/architectural basics
  • Interesting example of disciplined LLM-assisted engineering with proper testing workflow
  • Skeptical that this is truly 'ported to the browser' since it doesn't run real containers
  • Duplicating Kubernetes source is unmaintainable and the title is misleading
  • ~Suggests technical improvements like running pods in Web Workers with SharedArrayBuffer