Skip to content
Discussion options

You must be logged in to vote

Hi,

Theia Cloud itself does not add much on top of a regular Docker container/Kubernetes Pod when it comes to loading times. Mainly, it adds a sidecar container for authentication, but that's it.

If a session for a user is already running and the user comes back to it, there should be no delay, the user will just be forwarded to the running application.

For new sessions the startup time is essentially how long it takes to launch a new Pod with your application on Kubernetes. This depends on several factors:

  • How long your application image itself takes to start
  • Whether the image is already available on the Kubernetes node or needs to be pulled
    • Theia Cloud can help here with its preloadin…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@nwparker
Comment options

Answer selected by nwparker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants