Added first kubernetes resources, removed clutter

This commit is contained in:
Max Pfeiffer
2025-09-18 19:01:32 +02:00
parent 644bb6af90
commit 6db6a6b960
6 changed files with 28 additions and 41 deletions

View File

@@ -20,11 +20,11 @@ tofu plan
tofu apply
```
You can then grab the kube config file for Kubernetes provisioning like so:
You can then grab and move the kube config file for Kubernetes provisioning like so:
```shell
tofu output kubeconfig
tofu output kubeconfig -raw > ~/.kube/config
chmod 600 ~/.kube/config
```
and put its contents into your `~/.kube/config`.
Test if your cluster access works by listing the nodes:
```shell