How to Install and Uninstall k3s Package on openSuSE Tumbleweed

Last updated: May 15,2024

1. Install "k3s" package

This tutorial shows how to install k3s on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install k3s

2. Uninstall "k3s" package

This is a short guide on how to uninstall k3s on openSuSE Tumbleweed:

$ sudo zypper remove k3s

3. Information about the k3s package on openSuSE Tumbleweed

Information for package k3s:
----------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : k3s
Version : 1.22.3+k3s1-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 472,5 MiB
Installed : No
Status : not installed
Source package : k3s-1.22.3+k3s1-1.1.src
Summary : A container orchestration system based on a reduced Kubernetes feature set
Description :
k3s is a container orchestration system for automating application
deployment, scaling, and management. It is a Kubernetes-compliant
distribution that differs from the original Kubernetes (colloquially
"k8s") in that:
* Legacy, alpha, or non-default features are removed.
* Most in-tree plugins (cloud providers and storage plugins) were
removed, since they can be replaced with out-of-tree addons.
* sqlite3 is the default storage mechanism.
etcd3 is still available, but not the default.
* There is a new launcher that handles a lot of the complexity of
TLS and options.

5. The same packages on other Linux Distributions