NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

https://docs.microsoft.com/pt-br/azure/container-instances/container-instances-quickstart-portal

Prática 1 - Azure Container Instance
via portal
Prática 2 - Azure Container Instance
mysql -h localhost -u root -p
repositório: $ docker run --name some-mariadb -e MYSQL_ROOT_PASSWORD=my-secret-pw -d mariadb:tag

Prática 3 - Azure Container Registry
docker run -it hello-world
docker login regaula.azurecr.io
docker tag hello-world regaula.azurecr.io/hello-world
docker push regaula.azurecr.io/hello-world
docker pull regaula.azurecr.io/hello-world

Prática 4 - Azure Kubernetes Services
REGION_NAME=eastus
RESOURCE_GROUP=aksworkshop
SUBNET_NAME=aks-subnet
VNET_NAME=aks-vnet

az group create --name $RESOURCE_GROUP --location $REGION_NAME

az network vnet create --resource-group $RESOURCE_GROUP --location $REGION_NAME --name $VNET_NAME --address-prefixes 10.0.0.0/8 --subnet-name $SUBNET_NAME --subnet-prefix 10.240.0.0/16

SUBNET_ID=$(az network vnet subnet show --resource-group $RESOURCE_GROUP --vnet-name $VNET_NAME --name $SUBNET_NAME --query id -o tsv)
VERSION=$(az aks get-versions --location $REGION_NAME --query 'orchestrators[?!isPreview] | [-1].orchestratorVersion' --output tsv)

AKS_CLUSTER_NAME=aksworkshop-$RANDOM
az aks create
--resource-group $RESOURCE_GROUP
--name $AKS_CLUSTER_NAME
--vm-set-type VirtualMachineScaleSets
--load-balancer-sku standard
--location $REGION_NAME
--kubernetes-version $VERSION
--network-plugin azure
--vnet-subnet-id $SUBNET_ID
--service-cidr 10.2.0.0/24
--dns-service-ip 10.2.0.10
--docker-bridge-address 172.17.0.1/16
--generate-ssh-keys

az aks get-credentials
--resource-group $RESOURCE_GROUP
--name $AKS_CLUSTER_NAME

kubectl get nodes
kubectl get namespace
kubectl create namespace ratingsapp

ACR_NAME=acr$RANDOM
az acr create
--resource-group $RESOURCE_GROUP
--location $REGION_NAME
--name $ACR_NAME
--sku Standard

git clone https://github.com/MicrosoftDocs/mslearn-aks-workshop-ratings-api.git
cd mslearn-aks-workshop-ratings-api
az acr build
--registry $ACR_NAME
--image ratings-api:v1 .
cd ~
git clone https://github.com/MicrosoftDocs/mslearn-aks-workshop-ratings-web.git
cd mslearn-aks-workshop-ratings-web
az acr build
--registry $ACR_NAME
--image ratings-web:v1 .

az acr repository list
--name $ACR_NAME
--output table

Prática Devops
via Portal, Visual Studio Code
https://azuredevopslabs.com/labs/vstsextend/azuredevopsprojectdotnet/
     
 
what is notes.io
 

Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 12 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.