-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
K3s
#99
Comments
Busy watching: K3S (by Rancher) | Setup a lightweight Kubernetes Cluster in Minutes: https://youtu.be/1hwGdey7iUU it's the end of the day and my brain is fried. π« |
The repo listed in the video: https://gitlab.com/cloud-versity/rancher-k3s-first-steps |
That K3S intro was good but not complete ... |
RKE2: One-Click Deployment - Time To Switch From K3S!? https://youtu.be/RC7NeTh-cf8 |
Read through: https://www.digitalocean.com/community/tutorials/how-to-deploy-postgres-to-kubernetes-cluster the editorial at DigitalOcean should read the comments ... ![]() So bit of a dead-end. π€¦ββοΈ |
DON'T Learn Kubernetes - Do THIS Instead: https://youtu.be/tJowdD9cSaU πΊ |
@ndrean noticed on your profile that you have a a Where/how did you learn |
@nelsonic I learned Kubernetes because I participated to https://www.grucloud.com/ . It is about IAC. I provided a test app to query the K8 API and get the status of running pods in a context of micro services : https://github.com/ndrean/docker-slim/tree/gcloud. Some notes along the road: https://dev.to/ndrean/rails-on-kubernetes-with-minikube-and-tilt-25ka. Now, using k8 is SUPER expensive, so few would really use it, but it is good to build your app with scaling in mind, in terms of so-called micro-service. |
Yeah, we have used K8s @ work where the budget is unlimited. πΈ π |
If you really want to auto-scale your images, instead of a DIY-k8, you probably know AWS EKS or ECS, easier. Are you after an Elixir based project? |
If you are in particular interested in OTP+k8, I took the opportunity to sum up a bit of literature on "k8-clustering" your "OTP-cluster". β Everything below is nice locally, playing with Minikube or kind or k3d or k8 on Docker desktop), but IRL its another story when you add RBAC, migrations.... The tool Tilt is super useful to automate things when developing. The key problems:
https://github.com/coryodaniel/k8s
The blog source: https://daniel-azuma.com/articles/talks/elixirconf-2018 and the link to the video below:
Livebook documentation clustering
And the companion repo |
While learning about Kamal #96 I cannot help but think it's similar to - but simpler than -
K3s
https://docs.k3s.io -> https://github.com/k3s-io/k3s π
So the question is: is it worth using
K3s
overKamal
? π§βπ» π€·ββοΈIn my mind, the only reason to use
K3s
orK8s
is to conform to expected norm. π«€Not saying they are bad, obviously not, just that in most cases they are overkill. π¨ π₯
Related to: #57
The text was updated successfully, but these errors were encountered: