Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more β
Kubespray Alternatives
Similar projects and alternatives to kubespray
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
metrics-server
Scalable and efficient source of container resource metrics for Kubernetes built-in autoscaling pipelines.
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
kubespray discussion
kubespray reviews and mentions
-
Awesome Kubernetes Resources !!! π₯
πkubespray π₯π₯π₯π₯π₯ - Deploy a production ready Kubernetes cluster
-
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
-
A note from our sponsor - CodeRabbit
coderabbit.ai | 21 Mar 2025
Stats
kubernetes-sigs/kubespray is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of kubespray is Jinja.