multirun
eks-anywhere
multirun | eks-anywhere | |
---|---|---|
1 | 22 | |
198 | 2,017 | |
2.5% | 0.9% | |
5.5 | 9.8 | |
6 months ago | 1 day ago | |
C | Go | |
MIT License | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
multirun
-
Systemd by Example
I recently switched to multirun [1] which in my case is superior to supervisor. I don't have to create any config files anymore, and it behaves exactly as i want it to: If one on the processes dies the complete container will die and docker's restart-policy takes place.
[1] https://github.com/nicolas-van/multirun
eks-anywhere
-
Dear friend, you have built a Kubernetes
> Most megacorps use AWS. It's regrettable that your company can't, but that's pretty atypical.
Even then, it seems like you can run EKS yourself:
https://github.com/aws/eks-anywhere
"EKS Anywhere is free, open source software that you can download, install on your existing hardware, and run in your own data centers."
(Never done it myself, no idea if it's a good option)
-
Docker for Rancher?
I'd suggest move from rancher to EKS Anywhere and the respective Cluster API providers... Self-managed node pools on top of bottlerocket can be established using common terraform-aws-eks module, otherwise.
-
Is setting up a production k8s a one-man job?
There are plenty of vendor specific bugs, like no EBS in [EKS Fargate](https://github.com/aws/containers-roadmap/issues/1113), and settling a Kubernetes cluster on top of Bottlerocket and [EKS Anywhere](https://github.com/aws/eks-anywhere), on your own is somewhat impossible.
-
What's New with AWS: Announcing bare metal support for Amazon EKS Anywhere
To get started with Amazon EKS Anywhere on bare metal, visit the documentation site. To learn more about Amazon EKS Anywhere, visit the product page.
-
Systemd by Example
> It has no init system.
Apologies that I can't link directly to the "--init" flag but docker actually does have an init, it's just (err, was?) compiled into the binary: https://docs.docker.com/engine/reference/commandline/run/#op...
My recollection is that it either adopted, or inspired, https://github.com/Yelp/dumb-init#readme which folks used to put into their Dockerfile as the init system back in the day
Folks (ahem, I'm looking at you, eks-anywhere[0]) who bundle systemd into a docker container are gravely misguided, and the ones which do so for the ability to launch sshd alongside the actual container's main process are truly, truly lost
0: https://github.com/aws/eks-anywhere/issues/838#issuecomment-...
-
Homelab ideas for AWS Cloud Engineer
EKS anywhere looks like an adventure - https://anywhere.eks.amazonaws.com
- aws/eks-anywhere: Run Amazon EKS on your own infrastructure 🚀
-
EKS Anywhere: The What, The Why and The How
That brings us to the end of this walkthrough. Thank you very much for reading and I hope you will give EKS Anywhere a spin. The complete documentation is available here. If you are interested in contributing, please open an issue or pull request on the EKS Anywhere GitHub repo. Let me know your thoughts in the comments below. If you have more questions, feel free to reach out to me on LinkedIn or Twitter.
-
VCs are betting on Kubernetes: Here are the reasons why
First class integration and support by most of the cloud providers (DOKS, AKS (Which has been opensourced))
- AWS - {EKS-Anywhere}
What are some alternatives?
hummingbird - Hummingbird init system for Linux based operating systems.
LocalStack - 💻 A fully functional local AWS cloud stack. Develop and test your cloud & Serverless apps offline
docker-centos7-systemd-unpriv - Dockerfile for CentOS7 with Systemd in unprivileged mode
eks-distro - Amazon EKS Distro (EKS-D) is a Kubernetes distribution based on and used by Amazon Elastic Kubernetes Service (EKS) to create reliable and secure Kubernetes clusters.
vim-man - View and grep man pages in vim
kind - Kubernetes IN Docker - local clusters for testing Kubernetes