Files
kube/README.md
Alexander Svan d6c361ca0e init
2024-02-25 10:19:47 +01:00

32 lines
389 B
Markdown

# Kube Playground
## Getting started
Start a developer console in NixOS with all need dependencies
```bash
nix develop
```
Run Terraform to deploy needed VMs
First init
```bash
terraform init
```
Then apply
```bash
terraform apply
```
## Misc
Good extension for Openlens
for the extension: go to File-->Extensions--> use `@alebcay/openlens-node-pod-menu` for url, hit install