okteto
Using okteto with Jenkins X
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 March 15, 2021: fix: add inner loop docs (4c4769b07b)