No Image

LSN-0081-1: Kernel Live Patch Security Notice

2021-09-13 KENNETH 0

LSN-0081-1: Kernel Live Patch Security Notice Maxim Levitsky discovered that the KVM hypervisor implementation for AMD processors in the Linux kernel did not properly prevent a guest VM from enabling AVIC in nested guest VMs. An attacker in a guest VM could use this to write to portions of the host’s physical memory.(CVE-2021-3653) Maxim Levitsky and Paolo Bonzini discovered that the KVM hypervisor implementation for AMD processors in the Linux kernel allowed a guest VM to disable restrictions on VMLOAD/VMSAVE in a nested guest. An attacker in a guest VM could use this to read or write portions of the host’s physical memory.(CVE-2021-3656) Andy Nguyen discovered that the netfilter subsystem in the Linux kernel contained an out-of-bounds write in its setsockopt() implementation. A local attacker could use this to cause a denial of service (system crash) or possibly execute arbitrary [ more… ]

[도서] Microservices Security in Action

2021-09-13 KENNETH 0

[도서] Microservices Security in Action 분야별 신상품 – 국내도서 – 컴퓨터와 인터넷 [도서]Microservices Security in Action 프라바스 시리와데나,누완 디아스 저/박상영 역 | 에이콘출판사 | 2021년 09월 판매가 43,200원 (10%할인) | YES포인트 2,400원(5%지급) 마이크로서비스 아키텍처에서 발생할 수 있는 다양한 보안 이슈를 살펴보고 예제 코드와 실습을 활용해 해당 이슈를 해결하는 데 필요한 지식을 전달한다. 책을 다 읽을 때쯤이면 마이크로서비스 보안을 이해하고 안 Source: [도서] Microservices Security in Action

AWS 주간 소식 모음 – 2021년 9월 13일

2021-09-13 KENNETH 0

AWS 주간 소식 모음 – 2021년 9월 13일 안녕하세요! 여러분~ 매주 월요일 마다 지난 주 업데이트된 국내 AWS관련 콘텐츠를 정리해 드리는 AWS 주간 소식 모음입니다. AWS 클라우드에 대한 새로운 소식을 확인하시는데 많은 도움 되시길 바랍니다. AWSome Day 온라인 컨퍼런스 (9월 30일) AWSome Day 온라인 컨퍼런스는 AWS 공인 강사가 진행하는 1일 무료 클라우드 교육 행사로 AWS 클라우드 개념, 핵심 AWS 서비스, 그리고 이러한 서비스를 통해 다양한 응용 분야 및 산업에서 혁신을 이루고 AWS 클라우드에서 성공을 가속화할 수 있는 방법을 소개해 드립니다. 지금 등록하기 >> AWS코리아 블로그 Amazon Lex, 대화형 채봇 서비스에 한국어 지원 시작 (2021-09-10) Amazon FSx for NetApp ONTAP 정식 출시 (2021-09-10) Amazon S3 멀티 리전 액세스 포인트 – 다중 리전 애플리케이션의 성능 및 가용성을 가속화하는 방법 (2021-09-10) Amazon EFS Intelligent-Tiering – 지능형 액세스 패턴 기반 비용 최적화 스토리지 클래스 (서울 리전 포함) (2021-09-09) Amazon S3 Intelligent-Tiering – 수명이 짧은 [ more… ]

[도서] 맛있는 디자인 망고보드

2021-09-13 KENNETH 0

[도서] 맛있는 디자인 망고보드 분야별 신상품 – 국내도서 – 컴퓨터와 인터넷 [도서]맛있는 디자인 망고보드 엄혜경,이동균 저 | 애드앤미디어 | 2021년 09월 판매가 15,300원 (10%할인) | YES포인트 850원(5%지급) *망고보드 개발사와 함께하는 유일한 책 *파워포인트보다 쉽고, 포토샵만큼 퀼리티가 좋은 디자인을 제작할 수 있습니다. *카드뉴스, 상세페이지, 홍보물, 동영상까지 모두 직접 만들 수 있습니다. 누구나 마케 Source: [도서] 맛있는 디자인 망고보드

No Image

Building Smaller Container Images

2021-09-11 KENNETH 0

Building Smaller Container Images p.indent { margin-left: 20px; } This post is part of our series about container technology: What Are Namespaces and cgroups, and How Do They Work? Building Smaller Container Images (this post) Containers are everywhere in the modern application landscape. Developers are using them in multiple ways – building them, pushing them to registries, and generally making applications work within containers. In this blog I explore the world of container images – specifically, how to make your container images smaller and why that’s important. Along the way, I show the code and commands for building a very small container image that can be used for testing. What Are Container Images? The best definition that I’ve seen of a container image is this one: Images can exist without containers, but a container needs to run an image to exist. This [ more… ]