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 Service
Search
Luidy
May 06, 2017
Technology
0
65
Azure Container Service
Docker Meetup Campinas
Luidy
May 06, 2017
Tweet
Share
Other Decks in Technology
See All in Technology
Adapty_東京AI祭ハッカソン2025ピッチスライド
shinoyamada
0
280
Escaping_the_Kraken_-_October_2025.pdf
mdalmijn
0
170
Performance Insights 廃止から Database Insights 利用へ/transition-from-performance-insights-to-database-insights
emiki
0
240
社内報はAIにやらせよう / Let AI handle the company newsletter
saka2jp
8
1.4k
リーダーになったら未来を語れるようになろう/Speak the Future
sanogemaru
0
390
LLM時代にデータエンジニアの役割はどう変わるか?
ikkimiyazaki
6
1.3k
HR Force における DWH の併用事例 ~ サービス基盤としての BigQuery / 分析基盤としての Snowflake ~@Cross Data Platforms Meetup #2「BigQueryと愉快な仲間たち」
ryo_suzuki
0
120
綺麗なデータマートをつくろう_データ整備を前向きに考える会 / Let's create clean data mart
brainpadpr
3
450
AWS Top Engineer、浮いてませんか? / As an AWS Top Engineer, Are You Out of Place?
yuj1osm
2
210
自動テストのコストと向き合ってみた
qa
1
220
速習AGENTS.md:5分で精度を上げる "3ブロック" テンプレ
ismk
6
1.1k
【Kaigi on Rails 事後勉強会LT】MeはどうしてGirlsに? 私とRubyを繋いだRail(s)
joyfrommasara
0
240
Featured
See All Featured
Building Adaptive Systems
keathley
43
2.8k
Statistics for Hackers
jakevdp
799
220k
Imperfection Machines: The Place of Print at Facebook
scottboms
269
13k
Art, The Web, and Tiny UX
lynnandtonic
303
21k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
114
20k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
20
1.2k
Agile that works and the tools we love
rasmusluckow
331
21k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
Product Roadmaps are Hard
iamctodd
PRO
54
11k
The Language of Interfaces
destraynor
162
25k
Leading Effective Engineering Teams in the AI Era
addyosmani
3
360
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
52
5.6k
Transcript
Azure Container Service
Luidy Naves @luidynaves
Azure CLI
Usando a CLI RESOURCE_GROUP=meetup-docker LOCATION=eastus az group create --name=$RESOURCE_GROUP --location=$LOCATION
DNS_PREFIX=dockercampinas CLUSTER_NAME=acs-docker-campinas az acs create --orchestrator-type=kubernetes --resource-group $RESOURCE_GROUP --name=$CLUSTER_NAME --dns-prefix=$DNS_PREFIX --generate-ssh-keys
O que é o Azure Container Service?
Orquestradores
Estrutura Resource Group Container Service Object VMs (Master, Agent) Load
Balancer Availability Set Route Table Public IP Address VNet (Virtual Network) NSG (Network Security Group)
None
É ISSO AE!!!
Referências https:/ /docs.microsoft.com/en-us/cli/ azure/install-azure-cli https:/ /docs.microsoft.com/en-us/ azure/container-service/