SlackBuilds Repository

15.0 > System > k3s (1.32.0.1)

k3s (Lightweight Kubernetes Distribution)

k3s is a lightweight, fully compliant Kubernetes distribution designed
for constrained environments such as edge computing, IoT devices, and
development setups. Created by Rancher Labs, k3s aims to simplify the
deployment and management of Kubernetes clusters.


The following can be used to start/stop k3s automatically:
/etc/rc.d/rc.k3s
if [ -x /etc/rc.d/rc.k3s ]; then
/etc/rc.d/rc.k3s start
fi

/etc/rc.d/rc.local_shutdown
if [ -x /etc/rc.d/rc.k3s ]; then
/etc/rc.d/rc.k3s stop
fi

By !red

Maintained by: Pouria Rezaei
Keywords: k3s,kubernetes
ChangeLog: k3s

Homepage:
https://k3s.io/

Source Downloads (64bit):
k3s (8347c453556694beb766949901c6f9bf)

Download SlackBuild:
k3s.tar.gz
k3s.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
config
doinst.sh
k3s.SlackBuild
k3s.info
slack-desc

Validated for Slackware 15.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2025 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds