ChatGPT
源码资源
排序
Springboot项目部署到K8s
在上一篇文章中,实现了Springboot项目打包为镜像推送到Docker远程仓库。今天把Springboot项目部署到K8s。编排部署文件springboot.yaml文件apiVersion: apps/v1 kind: Deployment metadata: nam...
Springboot项目打包上传到Docker仓库
前言实现Springboot项目打包为镜像推送到Docker远程仓库.环境准备1、Docker使用的Desktop Docker2、Desktop Docker内登录远程Docker仓库3、Springboot项目项目简介我用的项目是自己手写的一个简...