• IoT·एम्बेडेड·एज डिवाइस जैसे resource-constrained environments के लिए अल्ट्रा-लाइटवेट, सिंगल-नोड Kubernetes distribution
  • एक single binary से install और operate किया जा सकता है, और सभी प्रमुख components built-in हैं। बाहरी dependencies को न्यूनतम रखा गया है
    • Kine के जरिए etcd की जगह SQLite को default storage के रूप में इस्तेमाल करता है
    • container runtime के लिए containerd & runc, DNS के लिए CoreDNS आदि सभी आवश्यक components को एक single launcher में पैकेज किया गया है
  • lock-free·multi-process संरचना के साथ एक single process के भीतर विभिन्न components का एकीकरण
  • Kubernetes Scheduler को हटाकर custom Webhook NodeSetter से replace किया गया है
  • offline operation support: इंटरनेट कनेक्शन के बिना भी सभी features का उपयोग संभव
  • अन्य Kubernetes distributions से अंतर
    • K3s, MicroK8s जैसे FOG layer के लिए distributed/lightweight distributions से अलग, KubeSolo का फोकस Edge devices पर है
    • कोई cluster functionality नहीं, etcd शामिल नहीं, और केवल single-node operation को support करता है
    • पूरा deployment, patching, और release K3s-आधारित fork के रूप में तेज़ी से upstream के साथ sync रहता है
  • सभी Linux distributions पर काम करता है (ARM, ARM64, x86_64)

अभी कोई टिप्पणी नहीं है.

अभी कोई टिप्पणी नहीं है.