eks-distro
eks-anywhere
Our great sponsors
eks-distro | eks-anywhere | |
---|---|---|
6 | 18 | |
1,118 | 1,518 | |
1.8% | 2.2% | |
9.6 | 9.9 | |
5 days ago | 5 days ago | |
Shell | Go | |
Apache License 2.0 | 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.
eks-distro
- EKS is phasing out LoadBalancer type, what does this mean?
-
EKS Anywhere: The What, The Why and The How
EKS Anywhere builds on the strengths of Amazon EKS Distro, the same open-source distribution of Kubernetes that is used by Amazon EKS on the cloud, thus fostering consistency and compatibility between clusters both on AWS as well as on-premises.
-
Amazon EKS Anywhere
yes im aware of bmctl. however you dont have control over the kubernetes distro that's running.
is there anything similar to https://github.com/aws/eks-distro ?
EKS-A focuses on cluster management for HA environments. By default we use 3 etcd nodes, 2 control plane nodes, and 3 worker nodes. It uses cilium as the default CNI and Cluster API controllers for continual cluster state management. It has some optional configuration for a flux controller and OIDC authentication but it doesn't add default services or workloads. EKS-A also uses EKS Distro which is the open source Kubernetes distribution we run in hosted EKS.
-
EKS or not?
Well almost... announcement and GitHub issue
-
EKS Anywhere & Disaster Recovery
EKS Anywhere is not released. It is βcoming soonβ and is based on EKS Distro. Distro is OSS. Anywhere will be supported at GA release.
eks-anywhere
-
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}
- You can now run Amazon EKS on your own infra
- Amazon EKS Anywhere
What are some alternatives?
kind - Kubernetes IN Docker - local clusters for testing Kubernetes
eks-nvme-ssd-provisioner - EKS NVMe SSD provisioner for Amazon EC2 Instance Stores
LocalStack - π» A fully functional local AWS cloud stack. Develop and test your cloud & Serverless apps offline!
eksctl - The official CLI for Amazon EKS
gardener - Kubernetes-native system managing the full lifecycle of conformant Kubernetes clusters as a service on Alicloud, AWS, Azure, GCP, OpenStack, EquinixMetal, vSphere, MetalStack, and Kubevirt with minimal TCO.
OpenFaaS - OpenFaaS - Serverless Functions Made Simple
kubekey - Install Kubernetes/K3s only, both Kubernetes/K3s and KubeSphere, and related cloud-native add-ons, it supports all-in-one, multi-node, and HA π₯ β π³
container-service-extension - Container Service for VMware vCloud Director
kubernetes-management-ngrok-configuration - Build remotely your own cloud services behind NAT
Fast-Kubernetes - This repo covers Kubernetes Environment with LABs: Kubectl, Pod, Deployment, Service, PV, PVC, Kubeadm, Helm, etc.
dumb-init - A minimal init system for Linux containers