First thing is first, this is really cool. This feels like the right way to frame LLM-assisted engineering. AI can generate a shocking amount of code, but the actual value is in the review discipline, and tests around it. The browser Kubernetes angle is cool, but what I find more interesting is the workflow, and especially testing behaviour against k8s instead of just trusting “looks right.” I do wonder how many team…
I ported Kubernetes to the browser
11–20 of 110 posts
Re: I ported Kubernetes to the browser
#12Investing early in this hn post before it’s a banger. Instant classic
Re: I ported Kubernetes to the browser
#13Re: I ported Kubernetes to the browser
#14Though it seems like right now this is probably better for conceptual/architectural education. The real fun is when you start learning to master kubectl.
Re: I ported Kubernetes to the browser
#15Re: I ported Kubernetes to the browser
#16Re: I ported Kubernetes to the browser
#17This is cool. As someone who has authored Kubernetes educational content in a past role, I can definitely see the appeal of building something like this. iirc we first used Katacoda and then used some other similar platform and they were very useful since they spun up a fresh instance on the fly for each user with a specific setup. Though it seems like right now this is probably better for conceptual/architectural ed…
Re: I ported Kubernetes to the browser
#18For a while I have wanted to make a web page where you can do service load balancing and queuing simulations so this would be a great basis for it.
Re: I ported Kubernetes to the browser
#19First thing is first, this is really cool. This feels like the right way to frame LLM-assisted engineering. AI can generate a shocking amount of code, but the actual value is in the review discipline, and tests around it. The browser Kubernetes angle is cool, but what I find more interesting is the workflow, and especially testing behaviour against k8s instead of just trusting “looks right.” I do wonder how many team…
I mean this is a specific case where you literally have a spec to code against. Not all coding endeavors have that opportunity, unfortunately.
Re: I ported Kubernetes to the browser
#20I wonder if stuff like this will also be created when token costs explode.