# springboot-k8s **Repository Path**: Sphere_Docker/springboot-k8s ## Basic Information - **Project Name**: springboot-k8s - **Description**: springboot-k8s - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 4 - **Created**: 2020-04-02 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README springboot - k8s 1. 编译 ```bash mvn clean package -Dmaven.test.skip=true ``` 2. 构建镜像 ```bash cd docker docker build -t k8s:0.1.0 ``` 3. 部署 ```bash kubectl create -f k8s.yml ``` 4. 关闭清理 ```bash kubectl delete -f k8s.yml ``` 更多