Project Description
Kubernetes is widely used nowadays, but for the developers it's hard to test things locally, and many end up running single node setups. k3s is there to address this issue and provides lightweight stack to gain all advantages of the kubernetes with less efforts to run.
Goal
End goal is to get familiar with k3s and consider scenarios where it can be applied in our daily tasks, as well as share received experience with others, either by giving lightning talk or providing write-up.
Results are documented here: https://github.com/rwx788/exercises#k3sk3d I was able to easily launch kubernetes cluster with multiple nodes and run local docker registry to be used in the setup.
Resources
- https://rancher.com/docs/k3s/latest/en/
Looking for hackers with the skills:
This project is part of:
Hack Week 20
Activity
Comments
-
over 4 years ago by jblainchristen | Reply
As one of the engineers working on k3s (and RKE2) I am happy to help if you encounter any roadblocks! If you have access to it you can always find me on the Rancher Labs Slack. I will also be available on Rocket Chat.
-
over 4 years ago by riafarov | Reply
Hey! Somehow I've missed your comment. Thanks a lot for your offer. I was able to figure out how to launch lightweight kubernetes cluster, k3s and k3d documentation is quite good and easy to follow. Just some guides in internet have outdated commands listed for the local docker registry. Cheers!
-
3 months ago by CherylPlayer | Reply
@basket random, Me too. This is exactly what I'm looking for right now.
-
-
Similar Projects
Mammuthus - The NFS-Ganesha inside Kubernetes controller by vcheng
Description
As the user-space NFS provider, the NFS-Ganesha is wieldy use with serval projects. e.g. Longhorn/Rook. We want to create the Kubernetes Controller to make configuring NFS-Ganesha easy. This controller will let users configure NFS-Ganesha through different backends like VFS/CephFS.
Goals
- Create NFS-Ganesha Package on OBS: nfs-ganesha5, nfs-ganesha6
- Create NFS-Ganesha Container Image on OBS: Image
- Create a Kubernetes controller for NFS-Ganesha and support the VFS configuration on demand. Mammuthus
Resources