Questions tagged [virtualization]

Virtualisation is a form of machine abstraction that creates a simulated, or virtualised, instance of a machine using physical hardware. It provides a very high degree of isolation between multiple machines on the same host.

Virtualisation is a form of machine abstraction that creates a simulated, or virtualised, instance of a machine using physical hardware. It provides a very high degree of isolation between multiple machines on the same host.

By creating multiple machines on a single host, the density of applications or processes executing on a single host is increased, which increases the utilisation of the physical hardware.

Origins of Virtualisation can be traced back to the 1960s where mainframe computers were logically divided between different applications. VMWare popularised Virtualisation in 2009 with their VSphere and VMWare Workstation products.

35 questions
10
votes
3 answers

How to test VM provisioning script without provisioning

Currently I'm on a state that testing costs me money and a lot of time... Background: I'm deploying VMs at softlayer and using a post-deployment script(bash) that will install every software that I need after the VM is ready. The problem is, I can…
Lucas Mattos
  • 201
  • 1
  • 3
10
votes
1 answer

Automate custom docker image deployment on AWS

This question is related to my previous one - but a bit more descriptive. I am trying to build automate the generation and deployment of a docker container. The docker container is created with packer. After the creation of the docker image, I am…
Kyu96
  • 145
  • 3
  • 17
5
votes
3 answers

Other tools to provision virtual machines

I've been using vagrant for provisioning virtual machines (Linux only) and so far I've been happy with it. The two things I dislike about it - the hardcoded dependency on the user vagrant as well as making the very first interface a virtual box NAT…
keyboard
  • 73
  • 4
5
votes
1 answer

Pause/Suspend guest in KVM without virsh and libvirtd

I have installed KVM without libvirt/virsh and virtualmanager. Packages which installed are kvm qemu-kvm bridge-utils libguestfs-tools How can I pause/suspend VM in this case?
user54
  • 583
  • 1
  • 4
  • 16
4
votes
2 answers

Docker vs Virtualisation

I am trying to understand the underlining architecture of Docker. The diagram that's been shown everywhere claims that in contrast with Virtualisation technologies such as "VirtualBox", Docker uses the OS of the host directly and only ships the…
Mike M
  • 143
  • 4
3
votes
2 answers

What artifact managers are available in GCP?

I use Artifactory and Nexus3, but I wonder what artifact manager could be used in GCP? Is there a managed artifact manager or do I have to run one myself in a VM?
030
  • 13,383
  • 17
  • 76
  • 178
3
votes
2 answers

Open source private cloud VM provisioning for container workload

There is a new generation of tooling developed that tries to integrate different IaaS providers (Azure/AWS/GCE/DigitalOcean) into one "infrastructure codebase". It's dubbed "Cloud Native" and it's supposed to result in "one tool to rule them all".…
3
votes
2 answers

How do I autostart Jenkins agent machines?

To save money, I would like a large number of agent machines to be stopped and started up only when needed. Better yet, a single VM should be copied and launched on demand. I am using Google Cloud Platform. I see the Kubernetes plugin, used in…
3
votes
1 answer

What is a golden image?

Is there a defacto understanding of what a golden image is? I've had it come up in requirements to satisfy cloud audits. What's the meaning of "Golden" when it comes to audit and compliance, especially for cloud services? It seems like the word…
Peter Turner
  • 1,482
  • 4
  • 18
  • 39
3
votes
0 answers

Where are Docker containers stored on disk?

I'm learning about Docker. I feel stuck at the moment, I think that I have some wrong concepts about how Docker works, and that shadows how it actually works, but I can't really locate the problem. I will try to write a quick overview how I now…
szeb
  • 153
  • 7
3
votes
2 answers

Is running linux container on windows aws instance possible?

what I'm trying to achieve is running a Linux(ubuntu LST) container inside a windows server 2019 OS. The problem is that the windows OS runs as an AWS instance. There have been problem for me trying to achieve this and I've been reading somewhat…
2
votes
2 answers

How can I test native macOS UI software in a container before deployment?

As part of the CI setup, I'd like to run (automated) tests on native macOS GUI software in a 'safe environment' (i.e. without messing with the host software installation too much). Virtual machines (using VirtualBox) work in principle, but they are…
2
votes
1 answer

Are all virtualization (OS/above-OS) utilities DevOps utilities?

Are all virtualization (OS/above-OS) utilities commonly considered DevOps utilities? These could be OS virtalization utilities like VirtualBox and Vagrant and maybe also WSL is considered as such and also, above OS virtualization tools like docker…
user5176
2
votes
1 answer

Do not show all docker containers to a particular user

I want to use one server to host multiple docker-containers. I want to give another user a possibility to manage new docker-containers, but I do not want to give him access to all other containers, which I started, since they may contain sensitive…
noisy
  • 121
  • 3
2
votes
0 answers

KATA vs NABLA Containers Isolation

I am struggling with retrieving the difference between : KATA and IBM NABLA. Or better, what is the added value of the one over the other? Both come with enhancement of containers isolation: something between container and VM. But, still, the…
Abdennour TOUMI
  • 291
  • 3
  • 12
1
2 3