All Projects → lentil1016 → Kubeadm Ha

lentil1016 / Kubeadm Ha

Licence: gpl-3.0
Boot a ha kubernetes 1.11.0/1.12.1/1.13.0/1.14.0 cluster with kubeadm.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Kubeadm Ha

Cni Genie
CNI-Genie for choosing pod network of your choice during deployment time. Supported pod networks - Calico, Flannel, Romana, Weave
Stars: ✭ 408 (+86.3%)
Mutual labels:  kubeadm
K8s By Kubeadm
🏗 如何使用kubeadm在国内网络环境搭建单主k8s集群
Stars: ✭ 46 (-79%)
Mutual labels:  kubeadm
Install
Contiv Installer
Stars: ✭ 109 (-50.23%)
Mutual labels:  kubeadm
Kubeadm Playbook
Fully fledged (HA) Kubernetes Cluster using official kubeadm, ansible and helm. Tested on RHEL/CentOS/Ubuntu with support of http_proxy, dashboard installed, ingress controller, heapster - using official helm charts
Stars: ✭ 533 (+143.38%)
Mutual labels:  kubeadm
K8s Digitalocean Terraform
Deploy latest Kubernetes cluster on DigitalOcean using Terraform
Stars: ✭ 33 (-84.93%)
Mutual labels:  kubeadm
Skuba
CLI tool used to simplify (or orchestrate) kubeadm-based Kubernetes cluster deployment and update
Stars: ✭ 76 (-65.3%)
Mutual labels:  kubeadm
Kurl
Production-grade, airgapped Kubernetes installer combining upstream k8s with overlays and popular components
Stars: ✭ 391 (+78.54%)
Mutual labels:  kubeadm
Kainstall
Use shell scripts to install kubernetes(k8s) high availability clusters and addon components based on kubeadmin with one click.使用shell脚本基于kubeadmin一键安装kubernetes 高可用集群和addon组件。
Stars: ✭ 198 (-9.59%)
Mutual labels:  kubeadm
Kind
Kubernetes IN Docker - local clusters for testing Kubernetes
Stars: ✭ 8,932 (+3978.54%)
Mutual labels:  kubeadm
K8s On Openstack
An opinionated way to deploy a Kubernetes cluster on top of an OpenStack cloud.
Stars: ✭ 108 (-50.68%)
Mutual labels:  kubeadm
Kubernetes On Arm
Kubernetes ported to ARM boards like Raspberry Pi.
Stars: ✭ 572 (+161.19%)
Mutual labels:  kubeadm
Kubeadm Ha
Kubernetes high availiability deploy based on kubeadm, loadbalancer included (English/中文 for v1.15 - v1.20+)
Stars: ✭ 614 (+180.37%)
Mutual labels:  kubeadm
Aws Minikube
Single node Kubernetes instance implemented using Terraform and kubeadm
Stars: ✭ 101 (-53.88%)
Mutual labels:  kubeadm
Kubeadm Ansible
Build a Kubernetes cluster using kubeadm via Ansible.
Stars: ✭ 479 (+118.72%)
Mutual labels:  kubeadm
Terraform Aws Kubernetes
Terraform module for Kubernetes setup on AWS
Stars: ✭ 159 (-27.4%)
Mutual labels:  kubeadm
Kube Spawn
A tool for creating multi-node Kubernetes clusters on a Linux machine using kubeadm & systemd-nspawn. Brought to you by the Kinvolk team.
Stars: ✭ 392 (+79%)
Mutual labels:  kubeadm
Kubeadm Dind Cluster
[EOL] A Kubernetes multi-node test cluster based on kubeadm
Stars: ✭ 1,112 (+407.76%)
Mutual labels:  kubeadm
Pharmer
🌾 Kubernetes Cluster Manager using Kubeadm & Cluster API
Stars: ✭ 201 (-8.22%)
Mutual labels:  kubeadm
K8s Scw Baremetal
Kubernetes installer for Scaleway bare-metal AMD64 and ARMv7
Stars: ✭ 176 (-19.63%)
Mutual labels:  kubeadm
Libvirt K8s Provisioner
Automate your k8s installation
Stars: ✭ 106 (-51.6%)
Mutual labels:  kubeadm

install

FOSSA Status

# 创建集群信息文件
$ cat ./cluster-info
CP0_IP=10.130.29.80
CP1_IP=10.130.29.81
CP2_IP=10.130.29.82
VIP=10.130.29.83
NET_IF=ens32
CIDR=10.244.0.0/16

$ bash -c "$(curl -fsSL https://k8s.lentil1016.cn)"

Generate join command

kubeadm token create --print-join-command

The following images could be used for deploying:

k8s.gcr.io/coredns:1.3.1
k8s.gcr.io/etcd:3.3.10
k8s.gcr.io/kube-apiserver:v1.14.0
k8s.gcr.io/kube-controller-manager:v1.14.0
k8s.gcr.io/kube-proxy:v1.14.0
k8s.gcr.io/kube-scheduler:v1.14.0
k8s.gcr.io/pause:3.1

k8s.gcr.io/traefik:1.7.9
k8s.gcr.io/kubernetes-dashboard-amd64:v1.10.1

gcr.io/kubernetes-helm/tiller:v2.13.1

k8s.gcr.io/addon-resizer:1.8.4
k8s.gcr.io/metrics-server-amd64:v0.3.1

quay.io/calico/node:v3.5.3
quay.io/calico/cni:v3.5.3

License

FOSSA Status

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].