Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/medfreeman/k3d-lab-terraform
k3d/k3s lab using openTofu (prev. terraform)
https://github.com/medfreeman/k3d-lab-terraform
Last synced: 4 days ago
JSON representation
k3d/k3s lab using openTofu (prev. terraform)
- Host: GitHub
- URL: https://github.com/medfreeman/k3d-lab-terraform
- Owner: medfreeman
- License: mit
- Created: 2024-05-07T11:12:53.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-12-16T09:33:53.000Z (10 days ago)
- Last Synced: 2024-12-16T10:30:09.488Z (10 days ago)
- Language: HCL
- Homepage:
- Size: 123 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# k3d-lab-terraform
> [k3d](https://k3d.io/)/[k3s](https://k3s.io/) lab using [openTofu](https://opentofu.org/) (prev. terraform)
Have a ready for use [Kubernetes](https://kubernetes.io/) cluster in minutes inside Docker!
## Getting Started
These instructions will give you a copy of the project up and running on
your local machine for development and testing purposes.### Prerequisites
- [Node.js >= 20](https://nodejs.org/)
> ℹ️ using a node.js version manager such as [fnm](https://github.com/Schniz/fnm#installation) is warmly recommended
- [Docker](https://www.docker.com/products/docker-desktop/)
> ℹ️ on MacOS, using [OrbStack](https://orbstack.dev/), a drop-in replacement for Docker, is warmly recommended
### Installing
> ℹ️ these steps use `fnm`, please adjust accordingly depending on the version manager you are using
```shell
fnm use --install-if-missing
corepack enable
pnpm install
```