DevOps에서의 배포
DevOps에서의 배포Blue-Green Deployments운영과 개발서버를 분리하는 방식.기존 방식과 동일하게 2셋의 서버가 필요하고 2배의 비용이 발생한다는 것은 동일 하지만 기존 운영/개발서버를 분리하는방식과 다른 점은 블루서버는 테스트이고, 초록서버는 서비스 운영 중인 서버이다.이때 블루서버에서 테스트를 진행하고 문제가 없으면, 블루로...
View Article쿠버네티스컨트롤러의 Replicatoin Controller와 Replica set의 차이
ReplicaSet은 Replication Controller 의 새버전으로 생각하면 된다.큰 차이는 없고 Replication Controller 는 Equality 기반 Selector를 이용하는데 반해, Replica Set은 Set 기반의 Selector를 이용한다. 라벨은 사용자가 선택해서 사용하기 위해서 붙인다고 했습니다. 라벨을 설정했으면 특정...
View ArticlePKS & DevOps Monitorings
- Tools For monitoring Resourceshttps://kubernetes.io/docs/tasks/debug-application-cluster/resource-usage-monitoring/ - vmware-pks-monitoring-overview - Wavefront Container monitoring Suite 항상 최악의...
View ArticleDevNetOps
DevNetOps는 DevOps의 철학, 원칙, 동작을 NetOps(네트워크 운영)에 적용한 것입니다. DevOps의 철학은 1980-2000년에 발생한 소프트웨어 엔지니어링 문화와 린 생산방식(lean manufacturing)에서 유래했습니다. 이러한 원칙을 보통 CALMS(Culture, Automation, Lean, Measurement,...
View ArticlevCenter shell enable
shell.set --enabled trueThis will enable BASH Shell for the defaultof 3600 seconds as can be viewed by running: shell.get If you wish to extend the timeout to themaximum of 86400 seconds / 1 day then...
View ArticlevCenter 세션설정후 클라이언트 서비스 재시작
Use PuTTY to open an SSH session on vCenter (VCSA) cd /etc/vmware/vsphere-client/ cp webclient.properties webclient.properties.baknow you have a backup, just in case something goes wrong vi...
View Article장문복과 GD
장문복과 빅뱅 GD는 뭐가 다른것일까???????????? 태어난 시대? 소속사? 뭣이됬든 분명한건 결과는 다르단것!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
View Article미개하다
대한민국 국민은 미개하다. 힘이없기때문에 미개할 수 밖에없다.가족이 있기때문에 미개할 수 밖에없다.하루벌어 하루먹고살기바쁘기 때문에 미개할 수 밖에없다.약한사람들 부려먹는 노예정신때문에 미개할 수 밖에없다.이미개같은 사상이 박혀서 미개할수밖에없다.
View Articles3 용량불러오기
aws s3 ls s3://bucket/folder --recursive | awk 'BEGIN {total=0}{total+=$3}END{print total/1024/1024" MB"}' aws s3 ls s3://<bucketname> --recursive | grep -v -E "(Bucket: |Prefix:...
View Article