Skip to content

A terraform open source module to spin a kubernetes cluster in your AWS environment

License

Notifications You must be signed in to change notification settings

jecnua/opentofu-aws-kubernetes

Repository files navigation

Opentofu module for kubernetes on AWS

https://github.com/opentofu/manifesto License: MIT

Module

This repository contains a set of modules that will allow you to install a kubernetes cluster in your own AWS environment. No other cloud provider is supported.

This module is not intended to be used for production workload, but only as a personal and short-lived cluster where you can test new setups and play with technology. This is one of the reason this repository is only opentofu and bash. There is no ansible or tools used in the configuration: nothing between you and the underlying technology.

Play, learn and have fun.

More information on each module can be found at the following links:

Module maintainers

Opentofu

Supported opentofu versions

This module only support opentofu since version v9.0.0.

Providers

Unfortunately for now is tested manually. Last tested with:

$ tofu version
OpenTofu v1.6.2
on linux_amd64
+ provider registry.opentofu.org/hashicorp/aws v5.39.1
+ provider registry.opentofu.org/hashicorp/http v3.4.2
+ provider registry.opentofu.org/hashicorp/null v3.2.2
+ provider registry.opentofu.org/hashicorp/random v3.6.0