upgrade-manager
Reliable, extensible rolling-upgrades of Autoscaling groups in Kubernetes (by keikoproj)
kubespray
Deploy a Production Ready Kubernetes Cluster (by kubernetes-sigs)
upgrade-manager | kubespray | |
---|---|---|
1 | 59 | |
140 | 16,502 | |
-0.7% | 1.0% | |
7.0 | 9.8 | |
3 months ago | 4 days ago | |
Go | Jinja | |
Apache License 2.0 | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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.
upgrade-manager
Posts with mentions or reviews of upgrade-manager.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-01-06.
-
How do you upgrade your Kubernetes clusters?
If you're using Kubernetes on AWS, 'upgrade-manager' provides a CRD for upgrades of ASGs: https://github.com/keikoproj/upgrade-manager
kubespray
Posts with mentions or reviews of kubespray.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-08-08.
-
Setting Up The Home Lab: Setting up Kubernetes Using Ansible
So now that I've got my hosts deployed, it's time to set up Kubernetes. I've cloned the Kubespray GitHub repo and now I'll run the cluster.yml playbook:
-
Lowest Price for your own kubernetes using Hetzner Cloud(incl. Storage Provisioner)
kube-master1:~# sudo apt install python3-pip -y sudo apt install python3-virtualenv -y git clone https://github.com/kubernetes-sigs/kubespray.git VENVDIR=kubespray-venv KUBESPRAYDIR=kubespray ANSIBLE_VERSION=2.12 virtualenv --python=$(which python3) $VENVDIR source $VENVDIR/bin/activate (kubespray-venv) kube-master1:~# cd $KUBESPRAYDIR pip install -U -r requirements.txt cp -rfp inventory/sample inventory/mycluster
-
Provisioning Kubernetes Clusters with Kubespray
For further troubleshooting on any encountered issue, please refer to the official Kubespray repository for comprehensive troubleshooting steps.
-
Upgrading Hundreds of Kubernetes Clusters
When it came to deployment, I had several options, and I chose the hard way: deploying Kubernetes on bare metal nodes using KubeSpray. Troubleshooting bare metal Kubernetes deployments honed my skills in pinpointing issues. This hands-on experience provided a deep understanding of how each component, like the Control Plane, kubelet, Container Runtime, and scheduler, interacts to orchestrate containers.
-
Zarf: K8s in Airgapped Environments
Worth noting that if you like ansible, Kubespray has had documented air-gap installation since 2018 https://github.com/kubernetes-sigs/kubespray/commit/963c3479...
- Ask HN: Options for K8s On-Prem
-
Kubernetes dial tcp myIP:10250: connect: no route to host
calico v3.7.3 kubernetes v1.16.0 installed via kubespray https://github.com/kubernetes-sigs/kubespray
-
How many of you are running kubernetes on prem?
About 1yr ago I ran k8s with 300 nodes using kube spray https://github.com/kubernetes-sigs/kubespray . Never had any real issue with it. We did finally move to the cloud though.
- Automated Kubernetes installation
-
Learning to setup my own k8s cluster
I would highly recommend https://github.com/kubernetes-sigs/kubespray
What are some alternatives?
When comparing upgrade-manager and kubespray you can also consider the following projects:
instance-manager - Create and manage instance groups with Kubernetes
talos - Talos Linux is a modern Linux distribution built for Kubernetes.
kured - Kubernetes Reboot Daemon
kubeadm - Aggregator for issues filed against kubeadm
aws-cloud-map-mcs-controller-for-k8s - K8s controller implementing Multi-Cluster Services API based on AWS Cloud Map.
rke2
reckoner - Declaratively install and manage multiple Helm chart releases
k3s - Lightweight Kubernetes
mysql-operator - Asynchronous MySQL Replication on Kubernetes using Percona Server and Openark's Orchestrator.
rancher - Complete container management platform
minikube - Run Kubernetes locally
helm - The Kubernetes Package Manager
upgrade-manager vs instance-manager
kubespray vs talos
upgrade-manager vs kured
kubespray vs kubeadm
upgrade-manager vs aws-cloud-map-mcs-controller-for-k8s
kubespray vs rke2
upgrade-manager vs reckoner
kubespray vs k3s
upgrade-manager vs mysql-operator
kubespray vs rancher
kubespray vs minikube
kubespray vs helm