Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Take a look at K3s - lightweight Kubernetes-certified distro #147

Open
geerlingguy opened this issue Feb 27, 2019 · 4 comments
Open

Take a look at K3s - lightweight Kubernetes-certified distro #147

geerlingguy opened this issue Feb 27, 2019 · 4 comments

Comments

@geerlingguy
Copy link
Owner

See: https://k3s.io

  • "Both ARM64 and ARMv7 are supported with binaries and multiarch images available for both. k3s works great from something as small as a Raspberry Pi or as large as an AWS a1.4xlarge 32GiB server."
  • "k3s is wrapped in a simple package that reduces the dependencies and steps needed to run a production Kubernetes cluster. Packaged as a single binary, k3s makes installation and upgrade as simple as copying a file. TLS certificates are automatically generated to ensure that all communication is secure by default."
  • "K3s is a Certified Kubernetes distribution designed for production workloads in unattended, resource-constrained, remote locations or inside IoT appliances."
@stale
Copy link

stale bot commented Mar 6, 2020

This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!

Please read this blog post to see the reasons why I mark issues as stale.

@stale stale bot added the stale label Mar 6, 2020
@jkupcho
Copy link

jkupcho commented Mar 25, 2020

k3s is dead simple to spin up, and provides some really nice to haves out of the box.

  • an easy to use / understand local storage PVC
  • traefik installed by default for ingress (though, should probably upgrade to v2, stable helm release uses v1, I removed and reinstalled v2)
  • really easy LoadBalancer, if the Service exposes a port, it's exposed through that node's host port (again, should probably handle through traefik)

@stale
Copy link

stale bot commented Mar 25, 2020

This issue is no longer marked for closure.

@stale stale bot removed the stale label Mar 25, 2020
@rgarrigue
Copy link

There are roles for k3s here https://github.com/rancher/k3s/tree/master/contrib/ansible

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants