너무 복잡하게 만드신것 같다. 거의 스프링급 설정인데
쿠버네티스 부트 개발이 시급함.
구글이 좀 빨리 해줘야 할듯.
도커나 쓰셈
도커는 단일 머신까지만 간편하고 로드밸런싱 설정에는 한계가 있달까요?
개좆같고 챗봇도 개소리만 쳐함
해당 댓글은 삭제되었습니다.
이말이옳다.
뭐가 맘에 안 듦
익숙한 리눅스 스크립트가 yaml 지옥으로 대체됨apiVersion: apps/v1kind: Deploymentmetadata: name: nginx-deploymentspec: selector: matchLabels: app: nginx replicas: 2 # tells deployment to run 2 pods matching the template template: metadata: labels: app: nginx spec: containers: - name: nginx image: nginx:1.14.2 ports: - containerPort: 80
리눅스 스크립트 짜는게 더 지옥이죠
도커나 쓰셈
도커는 단일 머신까지만 간편하고 로드밸런싱 설정에는 한계가 있달까요?
개좆같고 챗봇도 개소리만 쳐함
해당 댓글은 삭제되었습니다.
이말이옳다.
뭐가 맘에 안 듦
익숙한 리눅스 스크립트가 yaml 지옥으로 대체됨apiVersion: apps/v1kind: Deploymentmetadata: name: nginx-deploymentspec: selector: matchLabels: app: nginx replicas: 2 # tells deployment to run 2 pods matching the template template: metadata: labels: app: nginx spec: containers: - name: nginx image: nginx:1.14.2 ports: - containerPort: 80
리눅스 스크립트 짜는게 더 지옥이죠