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
TROCCO今昔
gtnao
0
210
Kiro Hookを Terraformで検証
ao_inoue
0
110
AI駆動開発 with MixLeap Study【大阪支部 #3】
lycorptech_jp
PRO
0
210
公開初日に個人環境で試した Gemini CLI 体験記など / Gemini CLI実験レポート
you
PRO
3
360
Data Engineering Study#30 LT資料
tetsuroito
1
580
経験がないことを言い訳にしない、 AI時代の他領域への染み出し方
parayama0625
0
180
DatabricksのOLTPデータベース『Lakebase』に詳しくなろう!
inoutk
0
110
Ktor + Google Cloud Tasks/PubSub におけるOTel Messaging計装の実践
sansantech
PRO
1
300
Shadow DOM & Security - Exploring the boundary between light and shadow
masatokinugawa
0
670
AWS Well-Architected から考えるオブザーバビリティの勘所 / Considering the Essentials of Observability from AWS Well-Architected
sms_tech
1
860
MCP とマネージド PaaS で実現する大規模 AI アプリケーションの高速開発
nahokoxxx
1
1.5k
低レイヤソフトウェア技術者が YouTuberとして食っていこうとした話
sat
PRO
7
5.8k
Featured
See All Featured
Build The Right Thing And Hit Your Dates
maggiecrowley
37
2.8k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
Facilitating Awesome Meetings
lara
54
6.5k
Documentation Writing (for coders)
carmenintech
72
4.9k
Faster Mobile Websites
deanohume
308
31k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
60k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
2.9k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
45
7.5k
GraphQLの誤解/rethinking-graphql
sonatard
71
11k
How STYLIGHT went responsive
nonsquared
100
5.6k
YesSQL, Process and Tooling at Scale
rocio
173
14k
Optimizing for Happiness
mojombo
379
70k
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/