kayak

captn3m0/kayak/docker

Terraform Module HCL DOCKER
Install
module "kayak" {
source = "captn3m0/kayak/docker"
version = "0.0.2"
}
plain text: /constructs/tfmod-captn3m0-kayak-docker/install.txt
⭐ Source on GitHub 📦 Registry page
README

kayak ![](https://img.shields.io/badge/license-MIT-blue.svg) ![](https://img.shields.io/badge/Status-Alpha-red.svg) Kayak is a Kubernetes distribution that relies on the Docker Engine API to bootstrap a Kubernetes Control Plane using bootkube. It can be used alongside the terraform-ignition-docker-api module to bootstrap a single node cluster on Core OS. It uses typhoon's terraform-render-bootkube to generate the assets. It is licensed under MIT For variable and output documentation, see the Terraform Registry or the MODULE.md file. The name convention for kayak is to have a single name reserved for the cluster, and then have the following subdomains used accordingly. For eg, if you own river.run, kayak will be configured as following: | domain | usage | |:--------------------------|:-----

Inputs (5)
NameTypeDescriptionDefault
etcd_domainanyetcd hostname required
etcd_data_diranyetcd data directory on host required
asset_diranylocal directory to store assets required
host_ipany required
cluster_nameanycluster hostname required
Details
FrameworkTerraform Module
LanguageHCL
Version0.0.2
Cloud DOCKER
★ Stars1
Forks1
Total downloads817
Inputs5
Submodules3
LicenseMIT
Namespacecaptn3m0
Updated