タグ

2016年8月17日のブックマーク (2件)

  • nginxによるTCPロードバランサー | メルカリエンジニアリング

    SREチームの@cubicdaiyaです。今回はnginxによるTCPレイヤーでのロードバランスについて解説します。 ロードバランサーとしてのnginx nginxはHTTPやTCP、UDP等の複数のレイヤーでロードバランサーとして稼働させることができます。(TCPロードバランサーは1.9.0以降、UDPロードバランサーは1.9.13以降で利用可能です) また、ngx_http_ssl_module や ngx_stream_ssl_module を利用することでそれぞれのレイヤーでTLSを有効化することも可能です。 TCPロードバランサー用のモジュールを有効にする HTTPレイヤーでロードバランスするためのモジュールはデフォルトで組み込まれますが、TCP(とUDP)レイヤーでロードバランスするにはnginxのconfigureスクリプトに--with-stream(あるいは --with

    nginxによるTCPロードバランサー | メルカリエンジニアリング
    cubicdaiya
    cubicdaiya 2016/08/17
    nginxでTCPロードバランスする話です
  • Go 1.7

    Go 1.7 Go Meetup Seattle 16 August 2016 Brad Fitzpatrick Props Thanks to Taichi Nakashima. I stole his slides. Yay Open Source! He is: @deeeet / @tcnksm (GitHub) http://deeeet.com 2 Welcome Let's celebrate the release of Go1.7. 3 Welcome This event is fork of Go1.6 release party by @davecheney. It's not the world wide event like before ... 😭 This presentation is based heavily on the official Go 1