Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 236 Bytes

File metadata and controls

19 lines (14 loc) · 236 Bytes

kubernetes-example

Run Locally

Build Application

mvn clean package

Build Docker Image

docker build -t kubernetes-example/springboot:1.0 .

Kubernetes deployment

kubectl apply -f ./manifests/application/