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..
powershell의 az cli를 통해 aks에 접속하는 방법
·
CLOUD/Azure Cloud
https://www.ntweekly.com/2020/11/17/how-to-connect-to-an-azure-kubernetes-service-aks-cluster-with-azure-cli-and-kubectl/ How To Connect to an Azure Kubernetes Service (AKS) Cluster With Azure CLI and Kubectl In this blog post, I will show you how to connect to an Azure Kubernetes Service (AKS) cluster using Azure CLI and run Kubectl commands. www.ntweekly.com ㄴ여기서 kubectl 커맨드 권한을 획득하고 kubectl g..
Resource 생성할 때, 네이밍 규칙 잘 지켜야댐...
·
CLOUD/Azure Cloud
예를 들어서, 스냅샷을 만들 때는 뒤에다 snapshot 붙이고 스냅샷에서 디스크 만들 때는 뒤에다가 -os-disk 이런식으로 붙여놔야돼 그냥 자동으로 냅두니까 -os-disk 이게 안붙더라고...
클라우드 아키텍트로서 새로운 기술을 대하는 태도
·
Career Path
https://aws.amazon.com/ko/blogs/korea/how-to-become-an-aws-expert/ [AWS Heroes 특집] 클라우드 전문가가 되는 6가지 방법 | Amazon Web Services 이 글은 AWS 커뮤니티 히어로인 Michael Wittig 가 기고하셨습니다. Michael Wittig 는 AWS 기반의 클라우드 아키텍처 DevOps 및 소프트웨어 개발을 전문으로 다루는 컨설팅 업체인 widdix의 공동 설립자입니 aws.amazon.com