Skip to main content
Glama
kind-test.yaml1.54 kB
kind: Cluster apiVersion: kind.x-k8s.io/v1alpha4 name: dot-test nodes: - role: control-plane kubeadmConfigPatches: - |- kind: InitConfiguration nodeRegistration: kubeletExtraArgs: node-labels: "ingress-ready=true" # Increase resource limits for parallel test execution max-pods: "200" # Increase connection limits kube-api-qps: "100" kube-api-burst: "200" - |- kind: KubeletConfiguration maxPods: 200 # Optimize for test workloads evictionHard: memory.available: "100Mi" nodefs.available: "5%" nodefs.inodesFree: "3%" # Faster image pulls imageGCHighThresholdPercent: 90 imageGCLowThresholdPercent: 80 - |- kind: ClusterConfiguration apiServer: # Increase API server limits for parallel tests extraArgs: max-requests-inflight: "800" max-mutating-requests-inflight: "400" default-watch-cache-size: "200" watch-cache-sizes: "persistentvolumes#100,persistentvolumeclaims#100" etcd: local: # Optimize etcd for test workloads extraArgs: quota-backend-bytes: "4294967296" # 4GB extraPortMappings: # Expose HTTP and HTTPS for Ingress (using non-standard ports to allow parallel clusters) - containerPort: 80 hostPort: 8180 protocol: TCP - containerPort: 443 hostPort: 8443 protocol: TCP # Expose port 3100 for REST API testing (avoiding conflict with port 3000) - containerPort: 3000 hostPort: 3100 protocol: TCP

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/vfarcic/dot-ai'

If you have feedback or need assistance with the MCP directory API, please join our Discord server