반응형 IT Tech/Cloud47 [서비스메시] Istio Architecture # Istio 1.4 Architecture - Mixer에서 정책, 접근제어 등 모든 트래픽에 대한 관리를 수행하게 되어 단일 장애포인트가 발생 # Istio 1.6 Architecture # Istio 홈페이지 https://istio.io/latest/about/service-mesh/ The Istio service mesh Service mesh. istio.io 2021. 8. 27. [Container] 이미지/컨테이너 취약점 분석툴, Security Scanner tool 런타임 분석 # Falco https://falco.org/ Falco Runtime Security falco.org 정적인 이미지 파일 분석 #1 Alcide https://www.alcide.io/ Kubernetes Security - Cyber Security Platform | Alcide Case study TakeAway.com Boosts its Food Delivery Platform with EKS and Alcide Security www.alcide.io #2 WhiteSource for Containers https://whitesource.atlassian.net/wiki/spaces/WD/pages/710640440/WhiteSource+for+Containers WhiteS.. 2021. 8. 27. [docker] Multi-stage build 개념 : 일반적으로 애플리케이션을 빌드하려면 많은 의존성 패키지 및 라이브러리를 필요로합니다. 그래서 이미지자체의 용량이 커지거나 최종적으로 실행할 때 불피요한 라이브러리들이 있을 수 있습니다. 이럴 때는 멀티 스테이즈를 활용하여 여러개의 FROM 명령어를 사용하여 최종적으로는 반드시 필요한 실행 파일만 최종 이미지 결과물에 포함시켜 이미지의 용량을 줄일 때 유용합니다. 출처: https://hoony-gunputer.tistory.com/entry/docker-build-과정 [후니의 컴퓨터] Docker v17.06.0-ce 이후 버전부터 지원됨 In the build stage, we start off with the node:alpine base image. Basically, we are usi.. 2021. 8. 27. [Swagger] API 명세 관리, node.js # Open API : REST API를 위한 표준 API 명세 규격 최근에는 REST API로 많이 개발을 하는데, 전체 API 명세를 어떻게 하면 되는지 알려주고 있다. yaml파일이나 json 형태로 endpoint, parameter, response 등 API 의 모든 내용을 표현해 준다. swagger에서도 Open API를 지원한다. # Swagger : Open Api Specification(OAS)를 위한 프레임워크 https://swagger.io/ API Documentation & Design Tools for Teams | Swagger swagger.io # 프로젝트에 독립적인 API docs 만들기 npm i swagger-ui-express swagger-jsdoc 2021. 8. 24. [k8s] KubeEdge architecture https://kubernetes.io/blog/2019/03/19/kubeedge-k8s-based-edge-intro/ 2021. 8. 23. 이전 1 ··· 4 5 6 7 8 9 10 다음 반응형