Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Kubernetesでアプリケーションが動くまで

Avatar for hhiroshell hhiroshell
February 28, 2018

 Kubernetesでアプリケーションが動くまで

Kubernetesでアプリケーションが動くまで

Avatar for hhiroshell

hhiroshell

February 28, 2018
Tweet

More Decks by hhiroshell

Other Decks in Technology

Transcript

  1. Cloud Native Developers JP ServiceのLoadBalancerタイプ • GCP, AWS, Azure上のロードバランサーを自動構成 •

    クラスター内にはNodePortまたはClusterIPと同等のServiceを構成 クラスター外から のリクエスト LB
  2. Cloud Native Developers JP Ingress • Webフロントとしての構成情報を設定するオブジェクト • ロードバランシング、SSL/TLS終端等の機能を提供 •

    実際の動作を担う実態は、別途ReplicationControllerとしてデプロ イする必要がある – 例えば、NGINXを利用した、NGiNX Ingress Controllerがある • Betaなのでご注意(Kubernetes 1.9の時点)