XCP-ng
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    How to kubernetes on xcp-ng (csi?)

    Scheduled Pinned Locked Moved Development
    44 Posts 9 Posters 16.5k Views 9 Watching
    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.
    • karezzaK Offline
      karezza @olivierlambert
      last edited by

      @olivierlambert ok, I can see about putting something together. First though, going to wait a bit with my fingers crossed to see if someone might already have something.

      1 Reply Last reply Reply Quote 0
      • olivierlambertO Online
        olivierlambert Vates 🪐 Co-Founder CEO
        last edited by

        To help k8s integration with XCP-ng/XO we already have plans to write a Node driver for Rancher.

        But if CSI driver is simple to make, why not. But having a real specification will be more helpful than telling us to learn it in the first place 🙂

        J 1 Reply Last reply Reply Quote 1
        • karezzaK Offline
          karezza
          last edited by karezza

          Update in case someone comes across this posting looking for the same answer. I needed a solution sooner than later and am so far thrilled with truenas core, a free solution if you've got a box to spare. It has several providers which can be used with kubernetes.

          Moved my large drives from my two xcp-ng servers over to truenas.

          Working solution: Kubernetes nodes as vms on xcp-ng, Kubernetes storage provisioner hosted via truenas core.

          1 Reply Last reply Reply Quote 0
          • J Offline
            Jonathon @olivierlambert
            last edited by

            @olivierlambert said in How to kubernetes on xcp-ng (csi?):

            To help k8s integration with XCP-ng/XO we already have plans to write a Node driver for Rancher.

            OMG that would be amazing!

            1 Reply Last reply Reply Quote 0
            • olivierlambertO Online
              olivierlambert Vates 🪐 Co-Founder CEO
              last edited by

              Stay tuned but work started 🙂

              1 Reply Last reply Reply Quote 4
              • matfizM Offline
                matfiz
                last edited by

                @olivierlambert Do you have any news regarding xo CSI storage provider for kubernetes?

                1 Reply Last reply Reply Quote 0
                • olivierlambertO Online
                  olivierlambert Vates 🪐 Co-Founder CEO
                  last edited by

                  Not yet sadly, the persons tasked to do it aren't giving any news since a while. Internally, we are working on our Project Pyrgos to help deploy easily k8s clusters.

                  matfizM 1 Reply Last reply Reply Quote 0
                  • matfizM Offline
                    matfiz @olivierlambert
                    last edited by

                    @olivierlambert Thanks for the prompt reply! Fingers crossed for the Project Pyrgos!

                    1 Reply Last reply Reply Quote 1
                    • E Offline
                      encryptblockr
                      last edited by

                      @olivierlambert any update to this and the pyrgos project?

                      https://xen-orchestra.com/blog/announcing-project-pyrgos/

                      1 Reply Last reply Reply Quote 0
                      • olivierlambertO Online
                        olivierlambert Vates 🪐 Co-Founder CEO
                        last edited by

                        Yes, June's release came with new features, like selecting the Kubernetes version. We got multi control planes before, static IPs and such.

                        Take a look at our blog posts to see what's going on, there's not a new feature per month (yet) but it's moving forward 🙂

                        E 1 Reply Last reply Reply Quote 0
                        • E Offline
                          encryptblockr @olivierlambert
                          last edited by

                          @olivierlambert ok seen there was another blog post about it here https://xen-orchestra.com/blog/xen-orchestra-5-84/

                          ok cool, thanks

                          1 Reply Last reply Reply Quote 0
                          • olivierlambertO Online
                            olivierlambert Vates 🪐 Co-Founder CEO
                            last edited by

                            Next steps take a bit more time because it's about storing the cluster key safely to be able (then) to use XO to make basic queries on it (like current version and such), which is the first step to prepare the automated node upgrade/replacement 🙂

                            1 Reply Last reply Reply Quote 0
                            • M Offline
                              mohammadm
                              last edited by

                              Trying to build a cluster from the hub, bit it is giving me "Err: http://deb.debian.org/debian bullseye/main amd65 ... ... Temporary failure resolvig deb.debian.org"
                              Probably because the VM gets an 169.254.0.2 apipa ip. Both setting up an static IP or DHCP is giving me the same issue.

                              1 Reply Last reply Reply Quote 0
                              • olivierlambertO Online
                                olivierlambert Vates 🪐 Co-Founder CEO
                                last edited by

                                Can you try on latest release channel?

                                M 1 Reply Last reply Reply Quote 0
                                • M Offline
                                  mohammadm @olivierlambert
                                  last edited by mohammadm

                                  @olivierlambert said in How to kubernetes on xcp-ng (csi?):

                                  Can you try on latest release channel?

                                  Samething, again apipa ip.

                                  Trying to login on the machine, is it the admin : admin?

                                  1 Reply Last reply Reply Quote 0
                                  • M Offline
                                    mohammadm
                                    last edited by

                                    On console I am getting "Failed to start Execute cloud user/final scripts."

                                    suddenly it has an ip address, but the installation has failed.

                                    1 Reply Last reply Reply Quote 0
                                    • olivierlambertO Online
                                      olivierlambert Vates 🪐 Co-Founder CEO
                                      last edited by

                                      There's no default user/pass for obvious security reasons. Are you sure the VMs are deployed in the right network where you have a DHCP server (for example)?

                                      Also pinging @shinuza

                                      1 Reply Last reply Reply Quote 0
                                      • Theoi-MeteoroiT Offline
                                        Theoi-Meteoroi
                                        last edited by

                                        I've been using this with NVMe on 3 Dell 7920 boxen with PCI passthru.

                                        https://github.com/piraeusdatastore/piraeus-operator

                                        It worked well enough that I installed the rest of the NVMe slots to have 7TB per node. I pin the master kubernetes nodes each to a physical node, I use 3 so I can roll updates and patches. The masters serve the storage out to containers - so the workers are basically "storage-less". Those worker nodes can move around. All the networking is 10G with 4 interfaces, so I have one specifically as the backend for this.

                                        Just one note on handing devices to the operator - I use raw NVMe disk.
                                        There can't be any partition or PV on the device. I put a PV on, then erase it so the disk is wiped. Then the operator finds the disk usable an initializes. It tries to not use a disk that seems in use already.

                                        I also played a bit with XOSTOR but on spinning rust. Its really robust with the DRBD backend once you get used to working with it. Figuring out object relationships will have you maybe drink more than usual.

                                        M 1 Reply Last reply Reply Quote 0
                                        • M Offline
                                          mohammadm @Theoi-Meteoroi
                                          last edited by

                                          @Theoi-Meteoroi said in How to kubernetes on xcp-ng (csi?):

                                          I've been using this with NVMe on 3 Dell 7920 boxen with PCI passthru.

                                          https://github.com/piraeusdatastore/piraeus-operator

                                          It worked well enough that I installed the rest of the NVMe slots to have 7TB per node. I pin the master kubernetes nodes each to a physical node, I use 3 so I can roll updates and patches. The masters serve the storage out to containers - so the workers are basically "storage-less". Those worker nodes can move around. All the networking is 10G with 4 interfaces, so I have one specifically as the backend for this.

                                          Just one note on handing devices to the operator - I use raw NVMe disk.
                                          There can't be any partition or PV on the device. I put a PV on, then erase it so the disk is wiped. Then the operator finds the disk usable an initializes. It tries to not use a disk that seems in use already.

                                          I also played a bit with XOSTOR but on spinning rust. Its really robust with the DRBD backend once you get used to working with it. Figuring out object relationships will have you maybe drink more than usual.

                                          Did you use the built-in Recipes to create the kubernetes cluster? I tried NVMe, iCSCI, SSD, NFS Share. All the same thing.
                                          K8s.PNG

                                          1 Reply Last reply Reply Quote 0
                                          • olivierlambertO Online
                                            olivierlambert Vates 🪐 Co-Founder CEO
                                            last edited by

                                            You have a network issue (well, a DNS one) inside your VM, are you using the right network?

                                            M 1 Reply Last reply Reply Quote 1
                                            • First post
                                              Last post