Steps to make a K3s Cluster with one Master and one Worker node

1. Install K3s on the Master Node

SSH into your master node and run the following command to install K3s:

curl -sfL https://get.k3s.io | sh -content_copy

This command downloads and installs K3s along with its dependencies. After installation, K3s should automatically start running as a systemd service.

Image 1
Figure 1: Image 1 caption

To check the status of K3s, you can use:

systemctl status k3scontent_copy

Image 2
Figure 2: Image 2 caption

References

  • Author, A. (2022). Book Title. Publisher.
  • Author, B. (2020). Article Title. Journal Title, 10(2), 12-15.