我刚接触K8的设置,我想知道在生产环境中部署服务的最佳方式是什么。下面是我能想到的几种方法,你能指引我正确的方向吗?2) Run each application normally using "java -jar *.war" into pods and expose their ports using port binding.
谢谢。
我有一个带有MultipartConfig注释的控制器(其片段如下所示):@RequestMapping("packages")public class PackagesController @RequestMapping(method = RequestMethod.POST)
public String create(@RequestParam("pac