How Hardware Load Balancers Are Killing Agile Development (and Competitive Advantage)!

2018-07-20 KENNETH 0

How Hardware Load Balancers Are Killing Agile Development (and Competitive Advantage)! Agile development has become much more than just another buzzword. It’s how enterprises are building new services that compete with disruptors who are delivering great user experiences in finance, media delivery, retailing – basically, every industry – through modern applications. As a result, businesses are applying incredible pressure on developers and ops team to keep ahead of the competition by delivering new features weekly, daily, or even hourly. However, as they deploy those features, developers can’t get new traffic‑routing rules applied in real time; they have to wait for networking teams to reconfigure hardware load balancers, which can take many hours, days, or even weeks. This is causing immense friction in enterprises as traditional networking teams hold on to their function and relevance, despite the fact that the problem is obvious [ more… ]

No Image

NGINX Unit 1.3 Available Now

2018-07-14 KENNETH 0

NGINX Unit 1.3 Available Now On July 13th we released NGINX Unit 1.3, the latest version of our dynamic multilingual application and web server, with support for more configuration parameters for better fine-tuning your applications. This follows the release of Unit 1.2 on June 7th. NGINX Unit 1.3 includes these new features: New settings object in the configuration API Configuration of HTTP timeouts Configuration of request body size limit Automatic use of Bundler for Ruby applications Ansible integration These new features make your applications more configurable. All parameters can be defined dynamically, without any disruption to running services or loss of connectivity. Let’s review these features in more detail. New settings Object Our plan is to make Unit more configurable. We will add more configuration options for different use cases and various applications. However, for many configuration options, it will [ more… ]

Capabilities of NGINX Controller R1

2018-07-09 KENNETH 0

Capabilities of NGINX Controller R1 We were pleased to announce general availability (GA) for NGINX Controller, our centralized management platform for NGINX Plus instances, on June 26th. In our initial blog post for Controller, we outlined how NGINX Controller solves challenges faced by enterprises as they undertake their digital transformation journey. This blog details key capabilities of NGINX Controller R1, which supports full lifecycle management of NGINX Plus load balancers – from initial deployment and validation to ongoing troubleshooting and maintenance. NGINX Controller R1 features: Simplified configuration management – NGINX Controller enables management of NGINX Plus servers at scale, easily and across a multi-cloud environment. Using an intuitive, wizard-style interface, Controller provides a guided workflow to create new instances of NGINX Plus and centrally configure features such as HTTP routing by URL, load balancing, and SSL/TLS termination, all with just a [ more… ]

How to set up http/2(h2) on nginx (and spdy…)

2018-06-27 KENNETH 0

참조 URL : http://nginx.org/en/docs/http/ngx_http_v2_module.html 먼저… spdy 설정은 하지 않는다… 그냥 h2 지원만 해주면 된다는 것…! openssl, nginx 등은 설치 되어 있다고 가정 한다.   nginx 환경 확인 http_v2_module 을 지원하는지 (결과에 문자열이 보이는 지) 확인 하자   nginx 설정 중요한 부분은 “listen” 지시자의 마지막에 “http2” 가 추가 되는 것… 그 이외의 부분은 SSL 적용에 대한 내용 이다.   지원 여부 확인 (by chrome) 크롬브라우저의 개발자모드(F12) -> Network 탭 -> 출력되는 항목의 제목 필드를 마우스 우클릭 후 (protocol 항목 추가 선택) 이후 브라우저를 리프레시 하여 “protocol” 필드에 “h2″가 출력되면 완료 된 것.