Giter Site home page Giter Site logo

belajar-kvm's Introduction

Belajar KVM

Saat ini teknologi infrastruktur komputasi awan atau sering disebut cloud sudah sangat matang, lalu untuk apa belajar teknologi virtualisasi?

Meskipun teknologi cloud sudah sedemikian hebat, namun untuk menjadi pengembang teknologi cloud dibutuhkan pengetahuan dasar teknologi virtualisasi.

Materi ini ditujukan bagi yang ingin mempelajari teknologi komputasi awan, sebagai prasyarat untuk mempelajari teknologi komputasi awan.

Pengantar

Kebutuhan:

  • Laptop/PC dengan spesifikasi ram minimal 4 GB
  • OS Linux Ubuntu/Fedora

Cek:

# lscpu | grep Virtualization
Virtualization:        VT-x

Install

# yum install qemu-kvm libvirt libvirt-python libguestfs-tools virt-install

Start/Stop Service

# systemctl enable libvirtd
# systemctl start libvirtd

Create VM

virt-install \
--virt-type=kvm \
--name centos7 \
--ram 2056 \
--vcpus=2 \
--os-variant=centos7.0 \
--cdrom=/var/lib/libvirt/boot/CentOS-7-x86_64-Minimal-1908.iso \
--network=bridge=ovs-br0,model=virtio \
--network=bridge=ovs-br1,model=virtio \
--graphics vnc \
--disk path=/var/lib/libvirt/images/centos7-min.qcow2,size=20,bus=virtio,format=qcow2

belajar-kvm's People

Contributors

somat avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.