ocobles / terraform-equinix-kubernetes-addons

Collection of Terraform Equinix modules to configure and manage Kubernetes clusters on Equinix Metal servers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Terraform Equinix Kubernetes Addons

Experimental terraform

Experimental This project is experimental and a work in progress. The support is provided best-effort by the Kubernetes Addons community.

This repository contains a collection of Terraform modules (addons) to help automate the deploy and management of Kubernetes components in Kubernetes environments running on Equinix Metal baremetal.

Getting Started

//TODO(ocobleseqx)

Usage

//TODO(ocobleseqx)

Examples

//TODO(ocobleseqx)

Requirements

Name Version
terraform >= 1.0.0
equinix >= 1.11.1

Providers

No providers.

Modules

Name Source Version
metallb ./modules/metallb n/a

Resources

No resources.

Inputs

Name Description Type Default Required
equinix_metro Equinix metro code string n/a yes
equinix_project Equinix project string n/a yes
kubeconfig_remote_path Depending on your setup, you may need to specify the path to the kubeconfig file hosted on the remote server string n/a yes
ssh_host The address of the server from where to perform kubectl installations and changes string n/a yes
ssh_private_key The contents of an SSH key to use for the connection. These can be loaded from a file on disk using the file function string n/a yes
enable_metallb Enable Metallb add-on bool false no
metallb_config Configuration for Metallb add-on any {} no
ssh_user The user to use for the connection string "root" no
tags Additional tags (e.g. ['k8s,production] list(string) [] no

Outputs

Name Description
metallb MetaLB addon outputs

About

Collection of Terraform Equinix modules to configure and manage Kubernetes clusters on Equinix Metal servers

License:Apache License 2.0


Languages

Language:HCL 100.0%