-
Hi guys. We have karavan in some environment (ENV 1). For example launched in kuberless mode, but nevermind. We have an app. We deployed an app to external registry by karavan's build button. It's ok. So now we need to deploy and start an app in external kubernetes (ENV 2). What are the correct steps to do this? UPD 1: public static boolean inKubernetes() {
if (inKubernetes == null) {
inKubernetes = Objects.nonNull(System.getenv("KUBERNETES_SERVICE_HOST"));
}
return inKubernetes;
} @mgubaidullin help ) UPD 2: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Yes you can customize those build scripts anyhow you like |
Beta Was this translation helpful? Give feedback.
Yes you can customize those build scripts anyhow you like