32 lines
389 B
Markdown
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
|