From c702db4c2324d9dfe33d0866f17a3350357b9303 Mon Sep 17 00:00:00 2001 From: logkas-ops Date: Mon, 29 Jun 2026 17:38:00 +0300 Subject: [PATCH] Add Kube-DC Cloud to resources --- resources/k.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/resources/k.ts b/resources/k.ts index 8942ff697..dbced339a 100644 --- a/resources/k.ts +++ b/resources/k.ts @@ -102,4 +102,12 @@ export const resources: Resource[] = [ 'Tech & Development', ], }, + { + name: 'Kube-DC Cloud', + description: + 'A Kubernetes-native cloud platform to manage VMs, Kubernetes clusters, databases, and networks via manifests, AI assistants, or a real-time web console — all running in a fixed-price resource pool starting at €19/mo, hosted in Amsterdam.', + categories: ['Hosting', 'Cloud Computing'], + url: 'https://kube-dc.cloud/', + keywords: ['kubernetes', 'cloud hosting', 'kubevirt', 'vps', 'devops'], + }, ]