Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 2.21 KB

README.md

File metadata and controls

48 lines (34 loc) · 2.21 KB

Qdrant Hybrid Cloud Example for Linode

This Terraform module creates an example infrastructure for Qdrant Hybrid Cloud using Linode.

Requirements

Name Version
terraform ~> 1
linode 2.16.0

Providers

Name Version
linode 2.16.0
local 2.5.1

Modules

No modules.

Resources

Name Type
linode_lke_cluster.qdrant-hybrid-cloud resource
local_file.kubeconfig resource

Inputs

Name Description Type Default Required
token This is the Linode API key string n/a yes
cluster_region This Kubernetes cluster's location string "us-central" no
k8s_version The desired Kubernetes version for this Kubernetes cluster in the format of major.minor (e.g. 1.21), and the latest supported patch version will be deployed. string "1.31" no
pool_count The number of nodes in the Node Pool. number 3 no
pool_type A Linode Type for all of the nodes in the Node Pool. string "g6-standard-2" no
prefix The prefix for all resources string "example" no
region The region of the VPC string "us-iad" no
v_subnet The IPv4 range of this subnet in CIDR format. string "10.0.0.0/24" no

Outputs

No outputs.