-
Notifications
You must be signed in to change notification settings - Fork 17
WIP: Integrate Kubernetes deployment requirements for ink! playground #737
Conversation
Excellent start! Keep it up! FYI, those paritytech/devops links are 404 (probably a private repo). NBD, just wanted you to know. |
Architecture update:
With the Kubernetes implementation it should also be trivial to orchestrate different base images for Smart Contract compilation for job instantiations, so that we can finally also implement the versioning of ink! Smart Contracts which was requested by @cmichi in #427 and continued in #460 . Thanks for support and discussion @ArshamTeymouri ! We make the Kubernetes |
As I understand, this PR is supposed to solve current issues with https://ink-playground.substrate.io/ ? Any ETA on it? |
This is a very much WIP PR to
move away from running the Dockerfile in a sysbox runtime to a full Kubernetesto add a Kubernetes feature for deployment. As discussed in https://github.com/paritytech/devops/issues/2526.I'd prefer to keep the working Docker config, as it could be useful self-hosting and testing purposes.
I started to implement a
kubernetes
feature flag in the backend crate, which allows the main/webserver pod to call into the Kubernetes AI through kube instead of using the sysbox docker runtime.Supposed to solve:
#704
https://github.com/paritytech/devops/issues/2526