[22.07.26 업뎃] Cache for disks on Azure (태훈 씨 - SQL 서버) [+디스크 캐싱의 용도 마침내 확인]
·
CLOUD/Azure Cloud
https://www.linkedin.com/pulse/virtual-machine-disk-caching-azure-yos-vincenzo/ Virtual Machine Disk Caching in Azure Azure disks (operating system and data) have configurable cache settings that you should be aware of when designing systems for durability and performance. The caching behavior differs whether you are using Standard storage or Premium storage. www.linkedin.com 기본적으로 디스크 캐시로는 RAM이..
CKA 취득 목표
·
System Engineering/Kubernetes
쿠버네티스 들은김에 CKA를 따자 https://mokpolar.tistory.com/14 CKA 합격 후기 및 준비하는 법 공유 TL; DR Certified Kubernetes Administrator (CKA) with Practice Tests 강의 두번 반복 Kubernetes Documentation을 참고하면서 문제를 푸는 데 익숙해지자. 크롬, 비발디 브라우저와 북마크를 미리 준비해두자... mokpolar.tistory.com 이곳을 참고했다. https://www.udemy.com/home/my-courses/learning/ https://kubernetes.io/docs/home/ Kubernetes Documentation Kubernetes is an open source con..
(맨날헷갈림ㅋㅋ) 핵심 암호화 기법/ 알고리즘들. 보자마자 바로 특징과 차이점 알도록 공부!
·
Computer Science/Security
* 암호화 기법 TLS / SSL / IPSEC / HTTPS / FTPS / SFTP / SSH / PKI * 암호화 알고리즘 디피헬만 / RSA / ECDHE / AES 맨날 그런가보다 하고 지나갔는데 이번에 좀 제대로 공부하고 넘어가자!
TLS란? (SSL과 비교)
·
Computer Science/Security
https://luavis.me/server/tls-101 Luavis' Dev Story - 알아두면 쓸데없는 신비한 TLS 알아둬봐야 정말 쓸데없는 신비한 TLS. luavis.me 처음에 SSL이 만들어졌어. 근데 얘는 http만 지원하거든? 그래서 모든 application layer를 커버할 수 있는 TLS가 만들어졌어. -> 확인해보니까 SSL이랑 TLS랑 적용 알고리즘이 다르대. 근데 그냥 같은 의미로 쓰인다는데...? SSL/TLS는 FTP, SMTP같은 다른 프로토콜에도 적용이 가능하다!
디피 헬만이란?
·
Computer Science/Security
https://rsec.kr/?p=242 디피 헬만 키 (Diffie-Hellman Key) 를 2048 bit 로 바꿔야 하는 이유 디피 헬만 키 (Diffie Hellman Key) 의 원리 및 분석. 디피 헬만 키의 취약성 및 권고설정 확인 rsec.kr 서로 Key를 교환할 때 사용하는 방식이다.
[쫌 어려움] 쿠버네티스 네트워크를 이해해보자
·
System Engineering/Kubernetes
https://jonnung.dev/kubernetes/2020/02/24/kubernetes-pod-networking/ 조은우 개발 블로그 jonnung.dev https://medium.com/google-cloud/understanding-kubernetes-networking-pods-7117dd28727 Understanding kubernetes networking: pods This post is going to attempt to demystify the several layers of networking operating in a kubernetes cluster. Kubernetes is a powerful… medium.com https://kubernetes.io/docs/conc..