You are on page 1of 2

15/9/2020 Container Services

Container Services

If you wish to run multiple instances of an application on a single host machine, containers are an excellent choice.
The container orchestrator can start, stop, and scale out application instances as needed.

Containers are
Es a virtualization environment.
te
do
cu
Containers referenceme the operating system of the host environment that runs the container.
nto
pe
N
Unlike virtual omachines rte do not manage the operating system.
you
es n
tán ijm ece
pe . c aJ
Containers are lightweight rm oand ntr are
e
udesigned
an to be created, scaled out, and stopped dynamically.
itid r
as as@ Man
las gm uel
Containers allows you to respond coto changes
a Con demand and quickly restart in case of a crash or hardware
pia il.co ollan
interruption. ss m tes
in Co
au ntr
tor era
Azure supports Docker containers. iza
ció s.
n.
There are two ways to manage both Docker and Microsoft-based containers in Azure.

Azure Container
E
Instances
ste
do
cu
me
nto
pe
No rte
es n
ijm ece
tán
pe . c a
rm ontre Juan
itid r
as as@ Man
Azure Container Instances offers gm uand
lasthe fastest el simplest way to run a container in Azure without having to
co ail C
manage any virtual machines or adopt pany . co ollaservices.
ias additional nte It is a PaaS offering that allows you to upload your
m
containers, which it will run for you. sin sC
au on
tor tre
iza ras
ció .
Azure Kubernetes Service n.

Es
te
do
cu
me
nto
pe
No
The task of automating, rte
managing,
es ne and interacting with a large number of containers is known as orchestration.
Azure Kubernetes Service t á ij m ceis a complete orchestration service for containers with distributed architectures
n p (AKS) . a
erm contr Jua
and large volumes of containers. itid Orchestration
era nM is the task of automating and managing a large number of
a s a
containers and how they interact.s las @gm nuel
co a C
pia il.co ollan
ss m tes
in
Using containers in your solutions au
tor
Co
ntr
iza era
ció s.
n.
Containers are often used to create solutions using a microservice architecture. This architecture is where you
break solutions into smaller, independent pieces. For example, you may split a website into a container hosting
your front end, another hosting your back end, and a third for storage. This split allows you to separate portions of
your app intoElogical sections that can be maintained, scaled, or updated independently.
ste
do
Imagine your website cu backend has reached capacity but the front end and storage aren't being stressed. You could
me
nto
scale the back end separately pe to improve performance, or you could decide to use a different storage service. Or
No rte
you could even replace the n container without affecting the rest of the application.
es
tán istorage
jm ece
pe . c a
rm ontre Juan
itid r
Migrating apps to containers as as@ Man
las gm uel
co a C
pia il.co ollan
s m te them within AKS. You can control access via integration
You can move existing applications to containers and run
with Azure Active Directory (Azure AD) and access Service Level Agreement (SLA)–backed Azure services, such
as Azure Database for MySQL for any data needs, via Open Service Broker for Azure (OSBA).
https://www.skillpipe.com/#/reader/book/2e7c28ed-154c-59cb-8ee9-9897b08254a2 1/2
15/9/2020 Container Services

Es
te
do
cu
me
nto
pe
No rte
es n
tán ijm ece
pe . c a
rm ontre Juan
itid r
as as@ Man
las gm uel
co a C
pia il.co ollan
ss m tes
in Co
au ntr
tor era
iza
ció s.
n.

E
The precedingstfigure
e d depicts this process as follows:
oc
um
en
1. You convert an existing to application to one or more containers and then publish one or more container images
pe
to the AzureNContainer
oe rte
Registry.
n
stá ijm ece
np .co aJ
2. By using the Azure portalerm ornthe tre command
ua line, you deploy the containers to an AKS cluster.
itid r n
as as@ Man
3. Azure AD controls access to AKS gm uel
las resources.
co a C
pia il.co ollan
ss m tes
4. You access SLA-backed Azure services, in such as Azure Co Database for MySQL, via OSBA.
au ntr
tor era
iza
5. Optionally, AKS is deployed with a virtual network. ció s.
n.

Es
te
do
cu
me
nto
pe
No rte
es n
tán ijm ece
pe . c a
rm ontre Juan
itid r
as as@ Man
las gm uel
co a C
pia il.co ollan
ss m tes
in Co
au ntr
tor era
iza
ció s.
n.

Es
te
do
cu
me
nto
pe
No rte
es n
tán ijm ece
pe . c a
rm ontre Juan
itid r
as as@ Man
las gm uel
co a C
pia il.co ollan
s m te

https://www.skillpipe.com/#/reader/book/2e7c28ed-154c-59cb-8ee9-9897b08254a2 2/2

You might also like