Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev. Learn more →
Liqo Alternatives
Similar projects and alternatives to liqo
-
-
microk8s
MicroK8s is a small, fast, single-package Kubernetes for datacenters and the edge.
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
-
-
k8s-gitops
Kubernetes cluster powered by GitOps with FluxCD- Unified source of truth, automated workflows, declarative infrastructure, and cutting-edge DevOps practices. (by xUnholy)
-
microk8s
MicroK8s is a small, fast, single-package Kubernetes for developers, IoT and edge. [Moved to: https://github.com/canonical/microk8s] (by ubuntu)
-
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
warewulf
Warewulf is a stateless and diskless container operating system provisioning system for large clusters of bare metal and/or virtual systems.
-
-
kilo
Kilo is a multi-cloud network overlay built on WireGuard and designed for Kubernetes (k8s + wg = kg) (by squat)
-
-
-
-
-
-
vcluster
vcluster - Create fully functional virtual Kubernetes clusters - Each vcluster runs inside a namespace of the underlying k8s cluster. It's cheaper than creating separate full-blown clusters and it offers better multi-tenancy and isolation than regular namespaces.
-
-
admiralty
A system of Kubernetes controllers that intelligently schedules workloads across clusters.
-
epinio
Opinionated platform that runs on Kubernetes, that takes you from App to URL in one step.
-
container-networking
Container networking from scratch, from a single namespace to an overlay network.
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
liqo reviews and mentions
-
Questions for Heroku-like Project
I suggest examining liqo which allows you to peer clusters with each other. Might be what you're looking for: https://www.cncf.io/blog/2021/04/12/simplifying-multi-clusters-in-kubernetes/
-
Déployer et exposer globalement une application multi-clusters via K8GB et Liqo …
Liqo
root@k8gb:~# liqoctl liqoctl is a CLI tool to install and manage Liqo. Liqo is a platform to enable dynamic and decentralized resource sharing across Kubernetes clusters, either on-prem or managed. Liqo allows to run pods on a remote cluster seamlessly and without any modification of Kubernetes and the applications. With Liqo it is possible to extend the control and data plane of a Kubernetes cluster across the cluster's boundaries, making multi-cluster native and transparent: collapse an entire remote cluster to a local virtual node, enabling workloads offloading, resource management and cross-cluster communication compliant with the standard Kubernetes approach. Usage: liqoctl [command] Available Commands: completion Generate the autocompletion script for the specified shell generate Generate data/commands to perform additional operations help Help about any command install Install/upgrade Liqo in the selected cluster move Move an object to a different cluster offload Offload a resource to remote clusters peer Enable a peering towards a remote cluster status Show the status of Liqo uninstall Uninstall Liqo from the selected cluster unoffload Unoffload a resource from remote clusters unpeer Disable a peering towards a remote cluster version Print the liqo CLI version and the deployed Liqo version Flags: --cluster string The name of the kubeconfig cluster to use --context string The name of the kubeconfig context to use -h, --help help for liqoctl --kubeconfig string Path to the kubeconfig file to use for CLI requests --user string The name of the kubeconfig user to use -v, --verbose Enable verbose logs (default false) Use "liqoctl [command] --help" for more information about a command. root@k8gb:~# git clone https://github.com/liqotech/liqo Cloning into 'liqo'... remote: Enumerating objects: 28194, done. remote: Counting objects: 100% (261/261), done. remote: Compressing objects: 100% (170/170), done. remote: Total 28194 (delta 132), reused 173 (delta 81), pack-reused 27933 Receiving objects: 100% (28194/28194), 34.98 MiB | 23.34 MiB/s, done. Resolving deltas: 100% (18901/18901), done. root@k8gb:~# cd liqo/examples/global-ingress/ root@k8gb:~/liqo/examples/global-ingress# ls manifests setup.sh
- Can I run a wireguard VPN as a sidecar or a service available to my containers?
-
Best approach for treating multiple clusters as a single cluster?
Do you have a simple comparison between this and https://liqo.io/?
-
Benchmarking a Pi cluster with HPL (like the Top500 supercomputer list)
I am watching this https://liqo.io/ project that can create endless Kubernetes cluster on top of the decentralized infrastructure. They use Wireguard tunnel for inter nodes/clustering networking
-
Connecting nodes in isolated networks
To be honest, you might have a better chance at creating a multi-cluster setup, with a solution like Liqo (https://liqo.io/). I never used this, but it's supposed to join multiple clusters in a way that you can control all of them from one primary master.
-
Weekly: Questions and advice
- https://liqo.io/ (fairly new not sure how mature it is) - https://skupper.io/ Didn't check on that yet.
-
Do you have a personal Kubernetes cluster?
I personally have a single-node cluster on an x86 mini-server using K3s. When I have to run more heavy workloads, I use Liqo (https://github.com/liqotech/liqo) to add a virtual node from a temporary remote cluster, spawned on AKS or GKE. It supports transparently multi-cluster services, so it is pretty transparent.
-
A note from our sponsor - Onboard AI
getonboard.dev | 2 Oct 2023
Stats
liqotech/liqo is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of liqo is Go.