docs: Kubernetes

This commit is contained in:
Kroese 2024-05-16 02:40:32 +02:00 committed by GitHub
parent a95615f40b
commit b0f32968cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -49,6 +49,12 @@ Via Docker CLI:
docker run -it --rm --name qemu -e "BOOT=http://example.com/image.iso" -p 8006:8006 --device=/dev/kvm --cap-add NET_ADMIN qemux/qemu-arm
```
Via Kubernetes:
```shell
kubectl apply -f kubernetes.yml
```
## FAQ
* ### How do I use it?