Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Azure Container Apps 気になるアップデート (2023/5) / ACA_...
Search
sou
May 09, 2023
Technology
0
220
Azure Container Apps 気になるアップデート (2023/5) / ACA_Update_202305
Azure Container Apps のアップデート「TCP Support」と「Session Affinity」について、LT 用に作成したスライドです。
sou
May 09, 2023
Tweet
Share
More Decks by sou
See All by sou
Gatekeeper と Azure Policy (rev.1) / gatekeeper-azpol
08thse
0
61
読み物からのエンジニア的な学び / Learning from Reading
08thse
0
71
Azure Container Apps 触ってみる / LT_AzureContainerApps
08thse
0
480
DeployToAzureポチからの卒業 / LT_DeployToAzure
08thse
0
370
Deeperという人材カテゴリに共感した話
08thse
0
130
LT_Documentation
08thse
0
52
Other Decks in Technology
See All in Technology
サイバーエージェントにおける生成AIのリスキリング施策の取り組み / cyber-ai-reskilling
cyberagentdevelopers
PRO
2
200
Jr. Championsになって、強く連携しながらAWSをもっと使いたい!~AWSに対する期待と行動~
amixedcolor
0
190
MAMを軸とした動画ハンドリングにおけるAI活用前提の整備と次世代ビジョン / abema-ai-mam
cyberagentdevelopers
PRO
1
110
pandasはPolarsに性能面で追いつき追い越せるのか
vaaaaanquish
4
4.5k
わたしとトラックポイント / TrackPoint tips
masahirokawahara
1
240
話題のGraphRAG、その可能性と課題を理解する
hide212131
4
1.5k
とあるユーザー企業におけるリスクベースで考えるセキュリティ業務のお話し
4su_para
3
320
Commitment vs Harrisonism - Keynote for Scrum Niseko 2024
miholovesq
6
1.1k
プロダクトエンジニアが活躍する環境を作りたくて 事業責任者になった話 ~プロダクトエンジニアの行き着く先~
gimupop
1
480
プロダクト成長に対応するプラットフォーム戦略:Authleteによる共通認証基盤の移行事例 / Building an authentication platform using Authlete and AWS
kakehashi
1
150
Java x Spring Boot Warm up
kazu_kichi_67
2
490
Amazon FSx for NetApp ONTAPを利用するにあたっての要件整理と設計のポイント
non97
1
160
Featured
See All Featured
Git: the NoSQL Database
bkeepers
PRO
425
64k
The MySQL Ecosystem @ GitHub 2015
samlambert
250
12k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Being A Developer After 40
akosma
86
590k
The Invisible Side of Design
smashingmag
297
50k
10 Git Anti Patterns You Should be Aware of
lemiorhan
654
59k
Building a Scalable Design System with Sketch
lauravandoore
459
33k
Typedesign – Prime Four
hannesfritz
39
2.4k
Rebuilding a faster, lazier Slack
samanthasiow
79
8.6k
GraphQLとの向き合い方2022年版
quramy
43
13k
The Straight Up "How To Draw Better" Workshop
denniskardys
232
140k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
25
1.8k
Transcript
Azure Container Apps 気になるアップデート 2023/5 sou (08thse)
目次 1. Azure Container Apps おさらい 2. TCP Support 3.
Session Affinity
目次 1. Azure Container Apps おさらい 2. TCP Support 3.
Session Affinity
4 Azure における Container 動作プラットフォームサービス • とりあえずコンテナを動かす • コンテナオーケストレーション は不向き
• 2022年6月にGA • コンテナベースのインフラ管理 をより簡便に…! • Kubernetes クラスターの マネージドサービス • 自由度は高いが 相応の学習コスト Azure Container Instance Azure Container Apps Azure Kubernetes Service
5 Azure Container Apps のアーキテクチャ
目次 1. Azure Container Apps おさらい 2. TCP Support 3.
Session Affinity
7 これまでは… これまで Azure Container Apps では HTTP(S)/HTTP(S)2 での接続しかできませんでし た。Redis
プロトコルなどの TCP コネクションは通信できなかったのです。 Azure Container Apps で、ひとつの Container App に複数のコンテナイメージを構成する (zenn.dev) Azure Containet Apps 触ってみる / LT_AzureContainerApps - Speaker Deck
8 GA🤗
9 公式ドキュメントより Azure Container Apps でのイングレス | Microsoft Learn
10 やってみた ▪バックエンド側でイングレスタイプとポートを指定 ▪フロントエンド側での名前解決ではRedisコンテナのname属性の名前を指定 Azure Container Apps でコンテナ間の TCP 接続を行う
(zenn.dev)
11 接続できた! Azure Container Apps でコンテナ間の TCP 接続を行う (zenn.dev)
12 接続できた! Azure Container Apps でコンテナ間の TCP 接続を行う (zenn.dev)
目次 1. Azure Container Apps おさらい 2. TCP Support 3.
Session Affinity
14 Public Preview🤗
15 公式ドキュメントより 仕組みとしては HTTP Cookie ステートレスな Pod なら無効、 ステートフルな Pod
なら有効、とか 画像出典元 Azure Container Apps でのセッション アフィニティ | Microsoft Learn
16 公式ドキュメントより ワンクリックで OK なのはさすが… サポートは HTTP のみ Azure Container
Apps でのセッション アフィニティ | Microsoft Learn
Thank you for listening / reading.