Open rhakdnj opened 6 months ago
$ brew install kompoe
docker-compose
가 존재하는 경로에서 kompose convert를 실행한다.
$ k apply -f a.yaml,b.yaml,c.yaml
$ k get all
$ watch -n 0.1 curl 12.33.123.11:8080/hello-world
kind: Deployment
spec:
template:
readinessProbe:
httpGet:
path: /health
port: liveness-port
failureThreshold: 5
periodSeconds: 5
initialDelaySeconds: 60
livenessProbe:
httpGet:
path: /health
port: liveness-port
failureThreshold: 5
periodSeconds: 5
initialDelaySeconds: 60