install k3s
curl -sfL https://get.k3s.io | sh -
### without traefik
curl -sfL https://get.k3s.io | sh -s - --no-deploy=traefik
install k3s
curl -sfL https://get.k3s.io | sh -
### without traefik
curl -sfL https://get.k3s.io | sh -s - --no-deploy=traefik
install k3s on ubuntu
sudo k3s server &
# Kubeconfig is written to /etc/rancher/k3s/k3s.yaml
sudo k3s kubectl get node
# On a different node run the below. NODE_TOKEN comes from /var/lib/rancher/k3s/server/node-token
# on your server
sudo k3s agent --server https://myserver:6443 --token ${NODE_TOKEN}
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us