Kubernetes technology--deploy the actual java project deployment

1. Container delivery process

(1). The overall process is as follows:

(2). k8s deployment project details process (detailed process)

2. java actual project deployment

(1). Prepare the java project and package the project into a jar package or war package. Here you need to rely on two environments: jdk and maven environment.

Use mvn clean package to package as follows

Guess you like

Origin blog.csdn.net/u013185175/article/details/132598775