Tag

Kind

1 views collected around this technical thread.

Ops Development Stories
Ops Development Stories
Jun 12, 2025 · Cloud Native

One-Click GPU-Enabled Kind Cluster Setup for Running Large AI Models

This tutorial walks you through using a one‑click script to create a GPU‑enabled Kind Kubernetes cluster, evenly distribute GPU resources across nodes with nvkind, install necessary drivers and toolkits, deploy a vLLM‑served large language model, and verify its operation, all on a local or cloud environment.

AI Model DeploymentDockerGPU
0 likes · 23 min read
One-Click GPU-Enabled Kind Cluster Setup for Running Large AI Models
Ops Development Stories
Ops Development Stories
Mar 8, 2024 · Cloud Native

How to Deploy and Test a Multi‑Cluster Istio Service Mesh with Kind and MetalLB

This guide explains why multi‑cluster deployments are needed for high‑availability, describes Istio's flat and non‑flat network models with single or multiple control planes, and provides step‑by‑step scripts to create Kind clusters, install MetalLB, configure root CAs, deploy Istio, set up gateways, and verify regional load balancing and failover.

KindKubernetesMetalLB
0 likes · 29 min read
How to Deploy and Test a Multi‑Cluster Istio Service Mesh with Kind and MetalLB
AntData
AntData
Feb 1, 2024 · Cloud Native

Deploying LiteIO Cloud‑Native Block Storage Service on Kubernetes

This guide explains how to set up the high‑performance, cloud‑native LiteIO block storage service on a Kubernetes cluster, covering prerequisite VM preparation, kernel upgrade, Docker and Kubernetes installation, CRI configuration, LiteIO component deployment for both LVM and SPDK engines, and verification of Pods and PVCs.

CSIKindKubernetes
0 likes · 14 min read
Deploying LiteIO Cloud‑Native Block Storage Service on Kubernetes
DevOps Cloud Academy
DevOps Cloud Academy
Jul 22, 2023 · Cloud Native

Setting Up a Local Kubernetes Cluster with Terraform, Kind, and ArgoCD for DevOps Training

This guide walks you through provisioning a local Kubernetes environment using Terraform and Kind, installing essential tools like kubectl and ArgoCD, and deploying a cloud‑native continuous‑delivery pipeline, providing a repeatable setup for DevOps hands‑on training.

ArgoCDDevOpsInfrastructure as Code
0 likes · 9 min read
Setting Up a Local Kubernetes Cluster with Terraform, Kind, and ArgoCD for DevOps Training
Cloud Native Technology Community
Cloud Native Technology Community
Jun 21, 2022 · Cloud Native

Setting Up a Unified Development Environment for Kube-OVN Using Vagrant and VirtualBox

This article explains how to use Vagrant and VirtualBox to create a reproducible development and testing environment for the Kube-OVN Kubernetes CNI project, including Vagrantfile configuration, provisioning scripts for Docker, Kubernetes tools, Go, and steps to compile, test, and run Kube-OVN with Kind clusters.

CNIDevOpsKind
0 likes · 13 min read
Setting Up a Unified Development Environment for Kube-OVN Using Vagrant and VirtualBox