목록programming/Network (10)
관심있는 것들 정리
https://learn.openshift.com/ OpenShift: Interactive Learning Portal Interactive Learning Portal Our Interactive Learning Scenarios provide you with a pre-configured OpenShift® instance, accessible from your browser without any downloads or configuration. Use it to experiment, learn OpenShift and see how we can help solve learn.openshift.com 서비스 메쉬 https://learn.openshift.com/servicemesh OpenShif..
https://medium.com/nerd-for-tech/design-patterns-for-microservices-circuit-breaker-pattern-ba402a45aac2 Design Patterns for Microservices — Circuit Breaker Pattern In my previous article: Design Patterns for Microservices — Aggregator Pattern, I have discussed about Aggregator Pattern, how to use it… medium.com https://www.exoscale.com/syslog/istio-vs-hystrix-circuit-breaker/ Microservices Circu..
https://urmaru.com/5 데이터그램 전송 계층 보안 DTLS 개념 이해 데이터그램 전송 계층 보안 DTLS(Datagram Transmission Layer Security) DTLS(Datagram Transmission Layer Security)는 도청, 변조 또는 메시지 위조를 방지하기 위해 고안된 방식으로 통신함으로써 데이터 그램.. urmaru.com https://m.blog.naver.com/sehyunfa/221645554279 안전한 데이터 전달을 위한 DTLS(Datagram Transport Layer Security) HTTP와 같은 TCP 기반의 프로토콜 암호화에는 과거에는 SSL, 현재는 주로 TLS가 사용되고 있... blog.naver.com Robin segg..
https://lion-king.tistory.com/entry/%EB%B3%B4%EC%95%88-MTLS-%EB%9E%80-Mutual-TLS-Authentication [보안] MTLS 란? (Mutual TLS Authentication) TLS란? - Transport Layer Security (전송계층보안) SSL 및 TLS는 네트워크를 통해 작동하는 서버, 시스템 및 응용프로그램간에 인증 및 데이터 암호화를 제공하는 암호화 프로토콜입니다. (예시. 웹 브라 lion-king.tistory.com https://www.jacobbaek.com/1040 Mutual TLS Mutual TLS 란? Mutual TLS 에 대하여 알아보자. 우선 Mutual 이란 뜻을 보면 상호간, 양방향 이라는 ..
https://www.envoyproxy.io/docs/envoy/latest/configuration/security/secret Secret discovery service (SDS) — envoy 1.20.0-dev-24845d documentation TLS certificates, the secrets, can be specified in the bootstrap.static_resource secrets. But they can also be fetched remotely by secret discovery service (SDS). The most important benefit of SDS is to simplify the certificate management. Without this ..
Linux 상에서 응용 어플리케이션에서(root 권한 필요), rtnetlink를 이용, ECMP table 설정을 위한 자료를 구글링하다 찾은 자료를 리스트업해둠... man7.org/linux/man-pages/man7/rtnetlink.7.html rtnetlink(7) - Linux manual page rtnetlink(7) — Linux manual page RTNETLINK(7) Linux Programmer's Manual RTNETLINK(7) NAME top rtnetlink - Linux IPv4 routing socket SYNOPSIS top #include #include #include #include rtnetlink_socket = socket(AF_NETLINK, int ..
2020년 12월 release된 g60 spec에 redirection 기능이 추가됨 기존에는 redirection 관련하여 NRF 간 통신에만 redirection code handling이 있었으나, 이제는 NFRegister, NFDeregister, NFStatusSubscribe 등 일반 메시지에도 307 redirection이 추가되었다 redirection 관련하여 참조할만한 페이지 Understanding HTTP 307 Temporary Redirect Status Code in Depth (kinsta.com) Understanding HTTP 307 Temporary Redirect Status Code in Depth Learn all about HTTP 307 Temporary ..