Real Kubernetes. Not containers pretending to be Kubernetes.
LinqProtocol runs on the same container orchestration system that powers Google, Spotify, and Airbnb. Deploy multi-pod applications with proper scheduling, networking, and observability.
Industry standard for a reason
Kubernetes is the most widely adopted container orchestration platform in the world. It's battle-tested at scale by virtually every major technology company.
When you deploy on LinqProtocol, you're deploying on real Kubernetes clusters - not simplified container runtimes that break when you need advanced features.
developers use Kubernetes
of organizations have adopted or are evaluating
years of production experience
Everything you expect from Kubernetes
Multi-Pod Deployments
Run applications with multiple containers that communicate and scale together. Web server + database + cache in a single deployment.
Persistent Volumes
Attach persistent storage to your pods. Data survives container restarts and redeployments.
Resource Limits
Set CPU and memory limits. Kubernetes enforces them and prevents noisy neighbors from affecting your workloads.
Health Checks
Liveness and readiness probes ensure your apps stay healthy. Automatic restarts on failure.
Rolling Updates
Deploy new versions without downtime. Kubernetes gradually replaces old pods with new ones.
Namespace Isolation
Each deployment runs in its own namespace. Workloads can't see or affect each other.
Enterprise-grade tooling built in
Kubernetes
Container orchestration. Pod scheduling. Service discovery. The foundation.
FluxCD
GitOps-based delivery. Helm charts for reproducible deployments.
Longhorn
Distributed block storage for Kubernetes. Persistent volumes with replication and snapshots.
Cert-Manager
Automatic TLS certificate provisioning and renewal via Let's Encrypt.
Argo Tunnels
Secure ingress without opening ports. Your apps are reachable from anywhere.
Prometheus
Metrics collection. Scrape endpoints. Time-series data.
Loki
Log aggregation. Search across pods. Debug issues.
KubeVirt
Run virtual machines alongside containers. Full VM isolation when needed.
Istio Service Mesh
mTLS encryption between services. Traffic management. Security policies.
Secure by default
Future updates will add VM-level isolation via KubeVirt for even stronger security boundaries.
How we compare to 'decentralized compute'
| Feature | LinqProtocol | Other DePIN Projects |
|---|---|---|
| Kubernetes | Real K8s clusters | Basic containers or custom runtimes |
| Multi-pod apps | Supported | Single container only |
| Persistent storage | PVCs | Ephemeral only |
| Service mesh | Istio mTLS | No encryption |
| Observability | Prometheus/Alloy/Loki | Basic logs at best |