README: add instructions to use k3s.

This commit is contained in:
K. S. Ernest (iFIre) Lee 2019-05-11 12:06:31 -07:00 committed by Lucas Servén Marín
parent 81ce93dab7
commit 0f87547a26
No known key found for this signature in database
GPG Key ID: 586FEAF680DA74AD

View File

@ -82,6 +82,12 @@ To run Kilo on Typhoon:
kubectl apply -f https://raw.githubusercontent.com/squat/kilo/master/manifests/kilo-typhoon.yaml kubectl apply -f https://raw.githubusercontent.com/squat/kilo/master/manifests/kilo-typhoon.yaml
``` ```
To run Kilo on K3S:
```shell
kubectl apply -f https://raw.githubusercontent.com/squat/kilo/master/manifests/kilo-k3s.yaml
```
## VPN ## VPN
Kilo enables peers outside of a Kubernetes cluster to also connect to the VPN, allowing cluster applications to securely access external services and permitting developers and support to securely debug cluster resources. Kilo enables peers outside of a Kubernetes cluster to also connect to the VPN, allowing cluster applications to securely access external services and permitting developers and support to securely debug cluster resources.