ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    What is KVM Best Management Tools in 2017?

    Scheduled Pinned Locked Moved IT Discussion
    78 Posts 15 Posters 18.5k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • olivierO
      olivier @FATeknollogee
      last edited by olivier

      @fateknollogee That's not that simple. And you can't compare apple to carrots.

      You can compare KVM and Xen. You can't compare XS and KVM.

      In terms of "full stack" API, there is no "standard" for KVM. Everyone is doing is own stuff. That's not what I call a success 😕

      FATeknollogeeF ObsolesceO 2 Replies Last reply Reply Quote 0
      • FATeknollogeeF
        FATeknollogee @olivier
        last edited by

        @olivier said in What is KVM Best Management Tools in 2017?:

        @fateknollogee That's not that simple. And you can't compare apple to carrots.

        Apples to carrots, bananas (insert fav veggie or fruit)..
        You can define success any way you want...at the end of the day, any of those companies could have chosen Xen/XS, they all decided not to. I have to assume these companies did their homework!

        olivierO 1 Reply Last reply Reply Quote 0
        • olivierO
          olivier @FATeknollogee
          last edited by olivier

          @fateknollogee Companies switch from various hypervisors for their own reasons, especially big ones (when you can get specific hardware from Intel, you are in a Top10 hardware user in general).

          But there is also companies switching from KVM to Xen (eg Gandi, a relatively important hosting company): https://news.gandi.net/en/2017/07/a-more-xen-future/

          So, as you can see, it's not binary. Xen is also very popular in embed world (automotive etc.), and China is also a powerful player now.

          I'm not telling Xen is better. It's different: this is a microkernel that boot before Linux, with the good (sec, isolation) and the bad (less easy to understand/manage by default). It's also the oldest open source hypervisor!

          So in the end, having multiple hypervisors is a good thing. Frankly, I don't care about the "bare" hypervisor market "behavior", it's already a commodity.

          scottalanmillerS 1 Reply Last reply Reply Quote 0
          • scottalanmillerS
            scottalanmiller @olivier
            last edited by

            @olivier said in What is KVM Best Management Tools in 2017?:

            I'm not telling Xen is better. It's different: this is a microkernel that boot before Linux, with the good (sec, isolation) and the bad (less easy to understand/manage by default). It's also the oldest open source hypervisor!

            Oldest period (that went into production) for IA32. It predates ESXi.

            olivierO 1 Reply Last reply Reply Quote 1
            • ObsolesceO
              Obsolesce @olivier
              last edited by

              @olivier said in What is KVM Best Management Tools in 2017?:

              @fateknollogee That's not that simple. And you can't compare apple to carrots.

              You can compare KVM and Xen. You can't compare XS and KVM.

              In terms of "full stack" API, there is no "standard" for KVM. Everyone is doing is own stuff. That's not what I call a success 😕

              What exactly are you looking for with KVM? There are lots of ways to fully manage KVM... the best way is with CLI "virsh", and virt-manager.

              olivierO 1 Reply Last reply Reply Quote 0
              • olivierO
                olivier @scottalanmiller
                last edited by

                @scottalanmiller To be fair I had IBM mainframes in mind ^^

                1 Reply Last reply Reply Quote 0
                • olivierO
                  olivier @Obsolesce
                  last edited by olivier

                  @tim_g said in What is KVM Best Management Tools in 2017?:

                  @olivier said in What is KVM Best Management Tools in 2017?:

                  @fateknollogee That's not that simple. And you can't compare apple to carrots.

                  You can compare KVM and Xen. You can't compare XS and KVM.

                  In terms of "full stack" API, there is no "standard" for KVM. Everyone is doing is own stuff. That's not what I call a success 😕

                  What exactly are you looking for with KVM? There are lots of ways to fully manage KVM... the best way is with CLI "virsh", and virt-manager.

                  Something like XAPI, but for KVM. Eg the get order of magnitude effort to add KVM into Xen Orchestra for example.

                  scottalanmillerS 1 Reply Last reply Reply Quote 0
                  • scottalanmillerS
                    scottalanmiller @olivier
                    last edited by

                    @olivier said in What is KVM Best Management Tools in 2017?:

                    @tim_g said in What is KVM Best Management Tools in 2017?:

                    @olivier said in What is KVM Best Management Tools in 2017?:

                    @fateknollogee That's not that simple. And you can't compare apple to carrots.

                    You can compare KVM and Xen. You can't compare XS and KVM.

                    In terms of "full stack" API, there is no "standard" for KVM. Everyone is doing is own stuff. That's not what I call a success 😕

                    What exactly are you looking for with KVM? There are lots of ways to fully manage KVM... the best way is with CLI "virsh", and virt-manager.

                    Something like XAPI, but for KVM. Eg the get order of magnitude effort to add KVM into Xen Orchestra for example.

                    They should call it KAPI.

                    olivierO 1 Reply Last reply Reply Quote 0
                    • RomoR
                      Romo @olivier
                      last edited by

                      @olivier said in What is KVM Best Management Tools in 2017?:

                      Do you know any valid API that can be called remotely and doing also network and storage operations?

                      I can't figure why I can't find this.

                      Maybe checkout the libvirt api?

                      • Application Development Guide (Python)
                      • Application Development Guide (C)

                      From the guide:


                      2.1 Object model
                      The scope of the libvirt API and the Python libvirt module is intended to extend to all functions necessary for deployment and management of virtual machines. This entails management of both the core hypervisor functions and host resources that are required by virtual machines, such as networking, storage and PCI/USB devices. Most of the classes and methods exposed by libvirt have a pluggable internal backend, allowing support for different underlying virtualization technologies and operating systems. Thus, the extent of the functionality available from a particular API or method is determined by the specific hypervisor driver in use and the capabilities of the underlying virtualization technology.

                      2.3. Remote management
                      While many virtualization technologies provide a remote management capability, libvirt does not assume this and provides a dedicated driver allowing for remote management of any libvirt hypervisor driver. The driver has a variety of data transports providing considerable security for the data communication. The driver is designed such that there is 100% functional equivalence whether talking to the libvirt driver locally, or via the RPC service.

                      In addition to the native RPC service included in libvirt, there are a number of alternatives for remote management that will not be discussed in this document. The libvirt-qpid project provides an agent for the QPid messaging service, exposing all libvirt managed objects and operations over the message bus. This keeps a fairly close, near 1-to-1, mapping to the C API in libvirt. The libvirt-CIM project provides a CIM agent, that maps the libvirt object model onto the DMTF virtualization schema.


                      olivierO 1 Reply Last reply Reply Quote 2
                      • olivierO
                        olivier @scottalanmiller
                        last edited by olivier

                        @scottalanmiller Exactly. That's very strange that a new fresh project like Kimchi is made on 1:1 basis. It baffles me.

                        ObsolesceO 1 Reply Last reply Reply Quote 0
                        • olivierO
                          olivier @Romo
                          last edited by

                          @romo I did a bit ago, but it was very incomplete: no network or storage management.

                          1 Reply Last reply Reply Quote 0
                          • RomoR
                            Romo
                            last edited by

                            DigitalOcean's apparently using their own built go-qemu and go-libvirt which they opensourced

                            https://blog.digitalocean.com/introducing-go-qemu-and-go-libvirt/

                            Maybe that could help as well, they mention they are not fully stable but they are using them in production.

                            scottalanmillerS olivierO 2 Replies Last reply Reply Quote 0
                            • ObsolesceO
                              Obsolesce @olivier
                              last edited by

                              @olivier said in What is KVM Best Management Tools in 2017?:

                              @scottalanmiller Exactly. That's very strange that a new fresh project like Kimchi is made on 1:1 basis. It baffles me.

                              It doesn't baffle me, but that's not KVM's fault. That's up to the Kimchi-project devs.

                              https://github.com/kimchi-project/kimchi/issues/1132

                              1 Reply Last reply Reply Quote 0
                              • scottalanmillerS
                                scottalanmiller @Romo
                                last edited by

                                @romo said in What is KVM Best Management Tools in 2017?:

                                Maybe that could help as well, they mention they are not fully stable but they are using them in production.

                                Um.... lol

                                1 Reply Last reply Reply Quote 1
                                • olivierO
                                  olivier @Romo
                                  last edited by olivier

                                  @romo said in What is KVM Best Management Tools in 2017?:

                                  DigitalOcean's apparently using their own built go-qemu and go-libvirt which they opensourced

                                  https://blog.digitalocean.com/introducing-go-qemu-and-go-libvirt/

                                  Maybe that could help as well, they mention they are not fully stable but they are using them in production.

                                  Thanks for the precious hint! I'll take a look 🙂 (right now, if I had to build something on API level, I would do it in Rust, but that's just my 2 cents)

                                  1 Reply Last reply Reply Quote 2
                                  • olivierO
                                    olivier
                                    last edited by

                                    About LibVirt:

                                    The libvirt project strongly recommends against talking to the RPC interface directly. They consider it to be a private implementation detail with the possibility of being entirely rearchitected in the future.

                                    Great.

                                    1 Reply Last reply Reply Quote 0
                                    • matteo nunziatiM
                                      matteo nunziati
                                      last edited by matteo nunziati

                                      https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Virtualization/3.6/pdf/REST_API_Guide/Red_Hat_Enterprise_Virtualization-3.6-REST_API_Guide-en-US.pdf

                                      still I do not find the opened source of RHEV

                                      maybe this ovirt page refers to the same but you just need the api. if ovist is the source then you had to deal with the http wrapper around VDSM on top of libvirt on top of qemu/kvm.

                                      JaredBuschJ 1 Reply Last reply Reply Quote 0
                                      • olivierO
                                        olivier
                                        last edited by olivier

                                        That's what I feared 😞

                                        edit: thanks for the links!

                                        1 Reply Last reply Reply Quote 0
                                        • matteo nunziatiM
                                          matteo nunziati
                                          last edited by

                                          kimchi has always been a single server solution. In the beginning it was ubrellaed (<-?WTF?) by ovirt as web gui for their nodes. eventually it has been replaced by cockpit.

                                          1 Reply Last reply Reply Quote 0
                                          • JaredBuschJ
                                            JaredBusch @matteo nunziati
                                            last edited by

                                            @matteo-nunziati said in What is KVM Best Management Tools in 2017?:

                                            https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Virtualization/3.6/pdf/REST_API_Guide/Red_Hat_Enterprise_Virtualization-3.6-REST_API_Guide-en-US.pdf

                                            still I do not find the opened source of RHEV

                                            Who said that RH had to open source everything?

                                            @matteo-nunziati said in [What is KVM Best Management Tools in 2017?]> maybe this ovirt page refers to the same but you just need the api. if ovist is the source then you had to deal with the http wrapper around VDSM on top of libvirt on top of qemu/kvm.

                                            How else would you access the API without http? Something has to listen.

                                            matteo nunziatiM 1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 2 / 4
                                            • First post
                                              Last post