From 0f87547a262bb4ec4042bb78d11b42311360d0c1 Mon Sep 17 00:00:00 2001 From: "K. S. Ernest (iFIre) Lee" Date: Sat, 11 May 2019 12:06:31 -0700 Subject: [PATCH] README: add instructions to use k3s. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index b84bf0e..0a83ae1 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,12 @@ To run Kilo on Typhoon: 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 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.