I built this thing to help me learn Kubernetes in the context of a test app that I made. I'm not sure if y'all will find it useful, but I wanted to publish it to share the love.
I wrote k8s-harness so I could create disposable Kubernetes clusters for my tests. This way I could deploy my apps for my local "integration" tests without having to worry about spinning up infrastructure.
I'm somewhat new to Kubernetes and didn't know if there are better ways of doing this. If there are, please, do tell!
OP here.
I built this thing to help me learn Kubernetes in the context of a test app that I made. I'm not sure if y'all will find it useful, but I wanted to publish it to share the love.
I wrote k8s-harness so I could create disposable Kubernetes clusters for my tests. This way I could deploy my apps for my local "integration" tests without having to worry about spinning up infrastructure.
I'm somewhat new to Kubernetes and didn't know if there are better ways of doing this. If there are, please, do tell!