OpenJDK 17 installation and Java program to a K8S worker node #5159
Replies: 3 comments 5 replies
-
I don't think I fully understand the question, but there should be no reason to install OpenJDK pn the host. Kubernetes workloads run in containers, and container image should contain everything the application needs to run, i.e. the OpenJDK should be packages with the application itself as a container image. |
Beta Was this translation helpful? Give feedback.
-
Hi, kubernetes launches only container images. You do not need to install any application on the host machine (worker nodes). |
Beta Was this translation helpful? Give feedback.
-
Once Talos is up and running, it boots Kubernetes, so there's nothing
special about using Kubernetes on Talos vs. using Kubernete in general.
`talosctl -n <NODE> kubeconfig` downloads the `kubeconfig` (client-side
Kubernetes configuration), and after that regular `kubectl` commands might
be used to access Kubernetes resources.
Message ID: ***@***.***
… com>
|
Beta Was this translation helpful? Give feedback.
-
Would you please provide the procedure as to how I may install OpenJDK 17 and a Java program to a K8S worker node on Talos O/S in a private Rancher cloud? Appreciate your advice.
Beta Was this translation helpful? Give feedback.
All reactions