stuff to use kubernaut for demo
- ability to control the lifespan of the cluster (hard limit of 1 hour no good for demo)
- ability to have multiple clusters (I don't want my long lived cluster to prevent me from getting shorter lived ones)
- some way to specify a stable dns name for my cluster when I claim it (we put this in slides prior to demo so audience can participate)
- LoadBalancer support
- Multiple nodes (more capacity)
In terms of prioritizing, for me, at least, the min bar is being able to deploy the todo app into a kubernaut cluster.
@richarddli can you expand on the specifics of that?
i want to be able to do:
kubernaut claim
git clone github.com/datawire/todo
cd todo
forge deploy
and be able to have a working todo app.
Right... I am asking what doesn't work about that specifically? I mean I can go off and test it myself and maybe I'll hit an issue but it might also not be the same issue as yours.
I'm trying to figure out what feature(s) or bug is preventing that from being possible right now. There's prioritization and effort concerns also as I have a hunch I know what one of the issues is.
For starters, it doesn't give me an IP address for the API Gateway because it's a LoadBalancer.
Second, I see this:
Tolerations:
1m 10s 8 {default-scheduler } Warning FailedScheduling PersistentVolumeClaim is not bound: "todo-db-persistent-storage-todo-db-0"
Thanks! Those are at actionable items.