|
|
|
|
|
by llom2600
1569 days ago
|
|
Much of the complexity in the sandbox is in ensuring that the development environment behaves as it it would in production - but also that it loads as fast as possible. So we have to do a bit of stuff behind the scenes involving dynamically linking libraries, provisioning Kubernetes resources, etc. But generally that's about right. We've haven't open-sourced any of it yet, but there are definitely a few components of our system that we'll open source once we feel they're stable enough. |
|
What benefit would Kubernetes bring to this architecture? You can create and destroy docker container using the api.
What do you guys use Kubernetes for?