issues
search
RHEcosystemAppEng
/
DepDraw
0
stars
5
forks
source link
K8s Client
#10
Closed
dmartinol
closed
1 year ago
dmartinol
commented
1 year ago
K8s Client
Go
Under src/k8sclient/ folder
artifactId: k8sclient
version: 0.0.1-SNAPSHOT
image: k8sclient:0.0.1-SNAPSHOT
REST services:
GET /health returns 200
dmartinol
commented
1 year ago
Acceptance criteria:
Basic instructions in README to build and run in local machine or container environment
Possibly UT code to check the /health endpoint
Dockerfile (for Quarkus it should be generated for free)
deployment.yaml and service.yaml to deploy in OpenShift and create networking resources (including Route if requested)
K8s Client