diff options
| -rw-r--r-- | 080_blog/00015_Admin/00090_Miguels-KVM-Adventures/index.md | 2 | ||||
| -rw-r--r-- | index.md | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/080_blog/00015_Admin/00090_Miguels-KVM-Adventures/index.md b/080_blog/00015_Admin/00090_Miguels-KVM-Adventures/index.md index f69989b..7f4e105 100644 --- a/080_blog/00015_Admin/00090_Miguels-KVM-Adventures/index.md +++ b/080_blog/00015_Admin/00090_Miguels-KVM-Adventures/index.md @@ -6,7 +6,7 @@ February 7, 2018 Some notes about my explorations of the World of KVM virtualization. ## Abstract -In my never ending pursuit of abstraction and encapsulation I recently started integrating all of my services into docker containers and deploying them inside virtual kvm guests. This article presents my continues effort to summarize the findings of this ongoing journey, which implies that the following material might be subject to change anytime without notice. This collection of notes and sentimental thoughts comes without any warranty or implication of fitness for any purpose. You have been warned! Now feel free to make use of it.  +In my never ending pursuit of abstraction and encapsulation I recently started integrating all of my services into docker containers and deploying them inside virtual kvm guests. This article presents my continues effort to summarize the findings of this ongoing journey, which implies that the following material might be subject to change anytime without notice. This collection of notes and sentimental thoughts comes without any warranty or implication of fitness for any purpose. You have been warned! Now feel free to make use of it. ## Libvirt This are the most common virsh commands I use to manage the kvm guests, where _domain_ is simply the name of the targeted guest and _FILE_ the name of a XML file. Remember that libvirt supports other virtualization infrastructure as well (Xen, VMware, QEMU). Most of the options are self-explanatory. With ‘virsh create’ starting a transient domain, that will disappear after shutdown, and the define/start combo resulting in a persistent domain that will even survive host restarts @@ -47,7 +47,6 @@ CV Download a PDF version of my Curriculum Vitae: -[Michal\_Idziorek\_CV.pdf](/DATA/Michal_Idziorek_CV.pdf) +[Michal\_Idziorek\_CV.pdf](Michal_Idziorek_CV.pdf) It is likely out of date, sorry. - |
