okteto
Using okteto with JayeX
If you install okteto it has a command you can use to spin up a development container inside a deployment so you can iteratively rebuild an application.
Then if your application is deployed to your staging environment you can cd into a git clone of your application and run…
# switch to the staging namespace
jx ns jx-staging
okteto up
You will now have a development container setup you can perform incremental builds
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified February 9, 2026: fix: some search and replace from Jenkins X to JayeX (393aa477aa)