How does the Nova hypervisor work under the hood

0 votes

Hi Guys,

In AWS, we have ECS service for container. Can anyone tell me, how nova supports container service internally. So that, I can use container service in OpenStack?   

Mar 23, 2020 in OpenStack by akhtar
• 38,230 points
468 views

1 answer to this question.

0 votes

Hi@akhtar,

The Nova driver embeds a tiny HTTP client which talks with the Docker internal Rest API through a unix socket. It uses the HTTP API to control containers and fetch information about them.

The driver will fetch images from the OpenStack Image Service (Glance) and load them into the Docker file system. Images may be placed in Glance by exporting them from Docker using the 'docker save' command.

Older versions of this driver required running a private docker-registry, which would proxy to Glance. This is no longer required.

                             Docker-under-the-hood.png

Hope the above given architecture will clear your doubt.

Thank You

answered Mar 23, 2020 by MD
• 95,440 points

Related Questions In OpenStack

0 votes
1 answer

Can anyone explain, how nova works internally?

Hi@akhtar, Nova is comprised of multiple server process, ...READ MORE

answered Mar 17, 2020 in OpenStack by MD
• 95,440 points
1,358 views
0 votes
1 answer
0 votes
1 answer

Does AWS uses openstack?

No, AWS does not use any publicly ...READ MORE

answered Jan 31, 2019 in OpenStack by Ritwik
5,041 views
0 votes
1 answer

How to assign public IP to OpenStack instances?

You can have a look at this ...READ MORE

answered Feb 25, 2019 in OpenStack by Priyaj
• 58,090 points
1,211 views
+2 votes
1 answer
+2 votes
1 answer

Deploy Docker Containers from Docker Cloud

To solve this problem, I followed advice ...READ MORE

answered Sep 3, 2018 in AWS by Priyaj
• 58,090 points
2,471 views
0 votes
2 answers
0 votes
1 answer

Explain what hypervisor is and what type of hypervisor does OpenStack supports?

Hi@akhtar, The Hypervisor is defined as firmware or ...READ MORE

answered Mar 16, 2020 in OpenStack by MD
• 95,440 points
1,729 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP