Category: Kubernetes, shell, artificial-intelligence

This tutorial is the fourth and the last part of a series on running Flatcar Container Linux. In this tutorial, we install a highly available K3s cluster along with Flatcar Container Linux.

To complete this tutorial, you need to be familiar with the installation process of putting Flatcar Linux on remote bare metal servers.

The typical installation of K3s includes running the below command which first downloads a script and then pipes the output to the shell.

It checks for /opt/bin/k3s file and runs the downloaded installation script only if the file is not found.

Related Articles