spring-boot-hello

时间:2024-04-17 19:49:11
【文件属性】:

文件名称:spring-boot-hello

文件大小:13KB

文件格式:ZIP

更新时间:2024-04-17 19:49:11

Shell

春天引导你好 先决条件: 安装Java 安装GIT 安装Maven 安装Docker EKS群集设置 从github克隆代码: git clone https://github.com/Naresh240/spring-boot-hello.git cd pring-boot-hello 构建Maven工件: mvn clean install 为Springboot应用程序构建Docker映像: docker build -t naresh240/spring-boot-hello:latest . Docker登录: docker login 将Docker映像推送到dockerhub: docker push naresh240/spring-boot-hello:latest 在EKS-Cluster上部署Springboot应用程序: kubectl app


【文件预览】:
spring-boot-hello-master
----gitOpsRepo()
--------deployment.yml(345B)
----jenkins()
--------Jenkinsfile-CI(1008B)
--------Jenkinsfile-ecrWithOutEnv-CI(1KB)
--------Jenkinsfile-dockerRegistry-CI(1KB)
--------Jenkinsfile-ecrWithEnv-CI(1KB)
--------README-ECR.md(437B)
--------Jenkinsfile-CD(3KB)
----pom.xml(1KB)
----ecs()
--------aws-task-latest.json(440B)
--------deploy.sh(1KB)
----template.json(603B)
----.github()
--------workflows()
----kubernetes()
--------deployement.yml(451B)
--------nodeport-service.yml(224B)
--------loadbalancer-service.yml(249B)
----Dockerfile(124B)
----src()
--------main()
----README.md(2KB)
----azure()
--------azure-pipelines.yml(684B)

网友评论