Skip to content
NGINX STORE
  • Blog
  • AWS
  • Training
  • eBook
  • Docs
    • 공식한글문서
      • NGINX Documentation
      • NGINX Plus Documentation
      • NGINX Ingress Controller Documentation
      • NGINX Unit Documentation
    • 가이드문서
      • NGINX Plus Sizing 가이드
      • NGINX Ingress Controller Sizing 가이드
  • Certification
  • Unit 커뮤니티
  • STORE
    • 제품
      • NGINX Plus
      • NGINX Plus Ingress Controller
      • NGINX App Protect
    • 솔루션
      • NGINX Plus API Gateway
    • 가격
      • Pricing
    • 체험판
      • NGINX Plus Trial License
    • 문의하기
      • Contact
Login/SignUp
Search here...
OpenTracing
  • msa
  • 2023년 1월 12일
  • NGINX

OpenTracing + NGINX 요청 및 응답 시간 분석

OpenTracing + NGINX 요청 및 응답 시간 분석 모든 이점에도 불구하고 Microservices 아키텍처는 새로운 복잡성을 야기합니다. 하나는 애플리케이션을 구성하는 모든 Microservices 간에 데이터 흐름을 통해 처리되는 요청을 Tracing 하는 문제입니다. 이를 위해 Distributed Tracing이라는 새로운 방법론이 개발되었으며 OpenTracing 은 Distributed…

ReadMore
SELinux
  • msa
  • 2023년 1월 11일
  • NGINX

NGINX에서의 SELinux 보안 이슈 모두 모아봤습니다.

NGINX에서의 SELinux 보안 이슈 모두 모아봤습니다. 최신 RHEL(Red Hat Enterprise Linux) 및 관련 배포판의 SELinux(Security-Enhanced Linux)에 대한 기본 설정은 매우 엄격하여 편의성보다는 보안 측면에서 잘못될 수 있습니다. 기본 구성에서 NGINX Open Source 및 NGINX Plus의 기능을 제한하지 않지만 구성할 수…

ReadMore
Microsoft AD FS
  • msa
  • 2023년 1월 2일
  • NGINX

NGINX Plus를 사용한 Microsoft AD FS의 고가용성

NGINX Plus를 사용한 Microsoft AD FS의 고가용성 Microsoft AD FS(Active Directory Federation Services)를 사용하면 Windows Server에서 애플리케이션을 호스팅하는 조직이 Extranet을 통해 신뢰할 수 있는 비즈니스 파트너의 직원에게 SSO(Single Sign-On) 액세스를 확장할 수 있습니다. 비즈니스 파트너 간의 ID 정보 공유를 페더레이션(Federation)이라고…

ReadMore
kTLS
  • msa
  • 2022년 12월 28일
  • Blog,NGINX

kTLS(Kernel TLS) 및 SSL_sendfile( )로 NGINX 성능 향상

kTLS(Kernel TLS) 및 SSL_sendfile( )로 NGINX 성능 향상 TLS(Transport Layer Security)는 매우 널리 사용되는 암호화 프로토콜입니다. 커널(kTLS)에서 TLS를 구현하면 User space과 커널 간의 복사 작업의 필요성이 크게 감소하여 성능이 향상됩니다. kTLS 와 sendfile()을 결합하면 데이터가 전송을 위해 네트워크 스택으로 전달되기…

ReadMore
NGINX JavaScript Module
  • msa
  • 2022년 12월 1일
  • NGINX

NGINX JavaScript 모듈을 사용한 로그 진단

NGINX JavaScript 모듈을 사용한 로그 진단 이번 포스트는 Production 배포의 어려운 점 중 하나인 로깅에 대해 설명하며 NGINX JavaScript 모듈을 사용하여 로그를 수집하는 사례와 구성 방법을 제시하여 불필요한 데이터에 휩싸이지 않고 문제 해결을 위해 적절한 양의 상세 로그를 수집하는 작업에…

ReadMore
Microsoft Azure
  • msa
  • 2022년 11월 30일
  • NGINX

NGINX Plus 및 Microsoft Azure의 Load Balancer 비교

NGINX Plus 및 Microsoft Azure의 Load Balancer 비교 Microsoft Azure 를 사용하는 고객에게는 Load Balancing을 위한 세 가지 옵션이 있습니다. NGINX Plus, Azure Load Balancing 서비스 또는 NGINX Plus와 함께 사용할 수 있습니다. 이 포스트는 결정을 내리는 데 필요한 정보를…

ReadMore
트래픽 급증
  • msa
  • 2022년 11월 17일
  • NGINX

NGINX로 트래픽 급증에 대한 리스크를 제거하는 방법

NGINX로 트래픽 급증에 대한 리스크를 제거하는 방법 COVID-19 팬데믹으로 인해 고객들이 연말 연시에 쇼핑하는 장소와 방법이 바뀌었습니다. 이로 인해 많은 오프라인 매장이 문을 닫은 쇼핑객들은 그 어느 때보다 더 많은 온라인 소매업체로 몰려들었고, 2020년 전자상거래 매출이 2019년 대비 33% 증가한…

ReadMore
NGINX 요청 제한
  • msa
  • 2022년 11월 8일
  • NGINX

요청 제한 NGINX 및 NGINX Plus로 구현하기

요청 제한 NGINX 및 NGINX Plus로 구현하기 가장 유용하지만 종종 잘못 이해되고 잘못 구성되는 NGINX의 기능 중 하나는 요청 제한 입니다. 이를 통해 사용자가 주어진 시간 동안 받을 수 있는 HTTP 요청의 양을 제한할 수 있습니다. 요청은 웹사이트의 홈페이지에 대한…

ReadMore
key-value store
  • msa
  • 2022년 11월 3일
  • NGINX

NGINX Plus Key-Value Store를 사용하여 동적으로 대역폭 제한하기

NGINX Plus Key-Value Store를 사용하여 동적으로 대역폭 제한하기 Key-Value Store 기능은 HTTP용 NGINX Plus Release 13에 도입되었으며 Release 14에서 TCP 및 UDP로 확장되었습니다. Key-Value Store를 사용하면 구성을 다시 로드하거나 NGINX Plus를 다시 시작할 필요 없이 NGINX Plus가 모든 종류의 기준에…

ReadMore
  • msa
  • 2022년 10월 24일
  • NGINX

njs 0.7.7 로 NGINX 구성을 모듈화하고 재사용 가능하게 만드세요.

njs 0.7.7 로 NGINX 구성을 모듈화하고 재사용 가능하게 만드세요 2015년 NGINX JavaScript 모듈(njs)(원래 이름 nginScript)을 도입하고 2017년에 일반 공급한 이후, 우리는 꾸준히 새로운 기능을 추가하고 수십 개의 버전 업데이트를 통해 구현을 개선해 왔습니다. 일반적으로 새로운 NGINX JavaScript 버전의 기능에 대해…

ReadMore

글 내비게이션

  • 1
  • …
  • 24
  • 25
  • 26
Search for:

Recent News

  • NGINX API Gateway - L7 Load Balancer 설정
    NGINX API Gateway – L7 Load…
    2022년 1월 28일
  • Let’s Encrypt 인증서로 NGINX SSL 설정하기
    Let’s Encrypt 인증서로 NGINX SSL 설정하기
    2022년 2월 11일
  • NGINX Plus API Gateway로 JWT 인증…
    2022년 2월 14일

Category

  • API Gateway (38)
  • AWS (16)
  • Blog (3)
  • Keycloak (2)
  • Kubernetes (61)
  • Microservices (30)
  • NGINX (259)
  • NGINX Unit (23)
  • Programmability (1)

Popular Tag

5xx errors 51Degrees A/B 테스트 A/B 테스팅 Access Control Active Health Checks Adaptive Applications Adaptive Apps adaptive streaming agile development Akita Amazon EC2 M6g Amazon EKS Amazon Web Services (AWS) Apache Tomcat API API Connectiveity Manager API connectivity API Connectivity Manager API connectivlty api ga API Gateway API Gateway WAF API Gateway 패턴 API governace API KEY 인증 API Management API security API Sprawl API WAF API 보안 API 지표 APM App Delivery application delivery controller (ADC( Application Delivery Controller (ADC) application delivery platform application development application health checks Application Load Balancer application performance Assembly automation and management Autoscaling AWS AWS Application Load Balancer AWS NLB Azure app service benchmarking BITMOVIN Blue-Green Blue-Green 배포 Cache Caching calico Canary Canary 배포 CDN Cedexis ChatGPT Chef ClickHouse Cloud cloud load balancer configuration example Consul containers content delivery network (CDN) continuous integration (CI) COVID-19 dashboard DDoS debugging debug server DevOps DevSecOps Diamanti Direct Server Return(DSR) Django DNS DNS SRV Docker DoS (denial of service) dynamic modules e-commerce Elastic Compute Cloud (EC2) Elasticsearch ELK event loop F5 Beacon F5 BIG-IP Fabric Model FIPS Galera Cluster Gestalt IT Google Cloud GPG Key Grafana gRPC grpc api gateway HAProxy hardware migration HashiCorp Vault HDS Health Check high availability (HA) HLS HSTS (HTTP Strict Transport Security) HTCPCP HTTP/2 HTTP/2 Server Push HTTP/3 HTTPoxy HTTPS IBM Cloud Private Idempotent Immutable Infrastructure Internet of Things (IoT) IP Transparency JavaScript JSON Web Token (JWT) jwt json 캐싱 JWT Token JWT 검증 JWT 인증 Keepalive keepalive connections Kernel TLS Kestrel Key-Value Key-Value Store Keycloak Kibana kTLS Kubecost Kubernetes Kubernetes Egress Kubernetes Gateway Kubernetes Ingress Controller Kubernetes networking Kubernetes 네트워크 LDAP Let's Encrypt Librato live activity monitoring Load Balancer load balancing load balancing' log4j Logging Lua MARA Microcaching Microgateway MicroK8s Microservice Microservices Microservices Architecture Microsoft Active Directory Microsoft AD FS Microsoft Azure MinIO Modern App Modern App Reference Architecture monitoring MQTT MRA MSA MSA 무중단 배포 MySQL Namespace NetOps Network Load Balancer NGINX NGINX Agent NGINX Amplify nginx api gateway NGINX App Protect NGINX App Protect DoS NGINX App Protect WAF NGINX Cache NGINX Caching nginx grpc nginx grpc api gateway NGINX Ingress Controller NGINX Ingress Operator NGINX Instance Manager NGINX JavaScript NGINX JavaScript Module nginx jwt NGINX Load Balancer NGINX Management Suite NGINX Microservice Reference Architecture NGINX Open Source NGINX OSS NGINX Plus NGINX Plus API NGINX Plus Certified Module NGINX Plus Ingress Controller NGINX Plus 인증 모듈 NGINX Service Mesh NGINX Sizing Guide NGINX SSL NGINX SSL 설정 NGINX Unit NGINX Unit Route NGINX WAF NGINX 오픈소스 Node.js NS1 OAuth 2.0 Object Storage Okta OpenID Connect OpenShift Open Source OpenSSL OpenStack OpenTelemetry OpenTelemetry (OTel) OpenTracing Opsani optimizations Packer Pandora FMS PCI DSS Photon OS PHP Platform Ops Programmability progressive download Prometheus Proxy Proxy Model pseudo-streaming Puppet Python QUIC Rate Limit Rate Limiting Rate Limting Real-Time API Red Hat OpenShift regular expressions responsive web design (RWD) rever Reverse Proxy reverse proxy server Rewrite Rolling Router Mesh Model rtapi Rust security security advisory Security Monitoring Self-Service SELinux SEO Server-Side WebAssembly Service Discovery Service Mesh session persistence Shift Left Security Shift Lelt Signal Sciences single sign-on (SSO) software load balancing Spring Boot SQL Injection SSH SSL/TLS SSL/TLS termination SSL Private Key SSO SSO/Rest static file caching Streaming TCP load balancing Telemetry Terraform thread pools UDP load balancing upgrades video Video on Demand(VOD) virtual load balancer virtual machine WAF web application firewall web application firewall (WAF) WebAssembly (Wasm) Web Server WebSocket WordPress WURFL Zero Trust 관찰 가능성 디바이스 감지 디버그 라우팅 로드 밸런싱 마이크로서비스 모니터링 성 속도 제한 앱서버 앱 서버 인증서 제로 트러스트 카나리 배포 카나리아 배포 컨테이너 이미지 클라우드

Contact Us

Cloud-Native, MSA, API Gateway, NGINX를 고려하신다면 언제든지 연락주세요.

지금 연락하세요.

Company

NGINX 국내 단독총판 (주)아이티언에서 운영하는 NGINX STORE 플랫폼입니다.

API Gateway

  • NGINX API Gateway – API 정의 및 인증 구현
  • NGINX API Gateway – Backend 서비스 보호
  • NGINX API Gateway – gRPC API Gateway 배포
  • NGINX Plus API Gateway: JWT 토큰 인증 및 콘텐츠 라우팅 실현
  • 어떨 때 사용할까요? API Gateway vs Ingress Controller vs Service Mesh
  • API Gateway를 배포하기 전에 생각해봐야 할 것들
  • 마이크로서비스 구축을 위한 API Gateway 패턴 사용하기
  • 효과적인 API 제공을 위한 API Gateway 패턴 선택
  • [eBook] API Gateway로서 NGINX Plus 설정하기
  • NGINX를 API Gateway로 배포하기
  • NGINX Plus API Gateway
  • NGINX Plus
  • NGINX Plus Trial License
  • NGINX Plus 가격

Contacts

  • 경기도 안양시 동안구 시민대로 401(관양동, 대륭테크노타운15차) 1211,1212호
  • 월-금 9:00 - 18:00
  • 1670-0817
  • msa@nginxstore.com

Newsletter

지금 뉴스레터를 신청하시면 NGINX STORE의 다양한 콘텐츠 및 최신 소식을 이메일로 전달 받으실 수 있습니다.

© Copyright 2021 ITian All Rights Reserved
  • 홈
 

댓글 로드중...
 

댓글을 달려면 로그인해야 합니다.