Home
Study Log
Cancel

Azure TIL

Azure Blob storage Microsoft’s object storage solution for the cloud offers three types of resources storage account storage account provides a unique namespace ...

Trouble Shooting(Go)

GoLand No Tests Were Run test 함수내에 fmt.printf 를 사용하는경우, test가 실행되었다고 인식이 되지 않는다. fmt.println을 사용해서 해결가능하다. 서버와 gRPC stream으로 통신시 stream으로 부터 데이터를 읽을때 failed to read frame: read tcp ... use of clos...

Trouble Shooting(Terraform)

Terraform plan시 Error: Failed to query available provider packages 발생원인 : azure 리소스를 정의할때 모듈명을 azurerm_... 로 명시했어야 됬는데, azurem_... 으로 명시했을때 문제가 발생했음.

NAT

NAT이란 Network Address Translation 이고 public address와 private address사이에 맵핑을 제공합니다 이렇게 하면 private address가 외부로 노출이 되지 않기때문에 보안상 이점이 있고 ipv4주소 공간을 절약할수 있습니다. 종류에는 4가지가 있습니다. Static NAT : 내부 네트워크 주소를 ...

Networking

Azure Virtual Network Azure Application Gateway web traffic load balancer that enables you to manage traffic to your web applications Azure Application Gateway can do URL-based routing an...

보험

생명보험이란? 사람의 질병과 생명에 대해 보장을 해주는 보험 종신보험이란? 평생 보장하는 보험

Zookeeper가 KRaft로 대체된 이유

Zookeeper를 대체하는 이유 원래구조에서는 각각의 클러스터는 컨트롤러역할을 하는 노드가 하나씩 있었고, 이 컨트롤러는 topic, partition 로그들을 저장하고 다른 브로커들처럼 consumer/produce 요청들도 다룰뿐 아니라, broker id, rack, topic, partition, leader, ISR 정보, 클러스터 범위의...

Modulo Arithmatic

Modulo 사순연산은 분배 법칙이 성립

전월세 계약정리

전월세 계약정리 계약만료전 2개월전에 통보를 안하면 자동 계약갱신됨(묵시적 갱신) 묵시적 갱신되고나서 나간다고 통보를 하면 3개월 후에 나갈수 있게됨 단, 일반 계약갱신은 그렇지 않음. 임대인에게는 일반 갱신이 유리하고, 임차인에게는 묵시적 갱신이 유리

Testing Github Action in local

Using custom docker image for local test Install act brew install act Build custom docker image docker build -t local-airflow-ci . -f ./Dockerfile.ci --build-arg AIR...

Trending Tags