Hyper-v

K3S Lightweight Kubernetes Cluster

K3S Lightweight Kubernetes Cluster

#K3S #Lightweight #Kubernetes #Cluster

“Engineering with Morris”

Quickly setup and maintain a Lightweight Kubernetes cluster with K3S.

GitHub Project:

source

 

To see the full content, share this page by clicking one of the buttons below

Related Articles

13 Comments

  1. You mentioned copying /etc/rancher/k3s/k3s.yaml to your local machine to enable direct access. (My K3s cluster is installed in a VM.) I also needed to do the following:
    1) Copy to ~/.kube. ($HOME.kube in Windows)
    2) Rename it to "config" (no extension)
    3) Update the server to the correct hostname (or IP).
    4) Download kubectl. (Can save anywhere.)

Leave a Reply