All Projects → opsnull → Follow Me Install Kubernetes Cluster

opsnull / Follow Me Install Kubernetes Cluster

Licence: other
和我一步步部署 kubernetes 集群

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Follow Me Install Kubernetes Cluster

Gokv
Simple key-value store abstraction and implementations for Go (Redis, Consul, etcd, bbolt, BadgerDB, LevelDB, Memcached, DynamoDB, S3, PostgreSQL, MongoDB, CockroachDB and many more)
Stars: ✭ 314 (-95.29%)
Mutual labels:  etcd
Patroni
A template for PostgreSQL High Availability with Etcd, Consul, ZooKeeper, or Kubernetes
Stars: ✭ 4,434 (-33.44%)
Mutual labels:  etcd
Klar
Integration of Clair and Docker Registry
Stars: ✭ 480 (-92.79%)
Mutual labels:  docker-registry
Containerdns
a fast DNS for Kubernetes clusters
Stars: ✭ 321 (-95.18%)
Mutual labels:  etcd
Docker Registry Proxy
An HTTPS Proxy for Docker providing centralized configuration and caching of any registry (quay.io, DockerHub, k8s.gcr.io)
Stars: ✭ 372 (-94.42%)
Mutual labels:  docker-registry
Etcdadm
Stars: ✭ 428 (-93.58%)
Mutual labels:  etcd
Ipdr
🐋 IPFS-backed Docker Registry
Stars: ✭ 312 (-95.32%)
Mutual labels:  docker-registry
Registry Cli
Scripts for easy manipulation of docker-registry from command line (and from scripts)
Stars: ✭ 609 (-90.86%)
Mutual labels:  docker-registry
Awesome Docker
🐳 A curated list of Docker resources and projects
Stars: ✭ 20,870 (+213.27%)
Mutual labels:  docker-registry
Kraken
P2P Docker registry capable of distributing TBs of data in seconds
Stars: ✭ 4,849 (-27.21%)
Mutual labels:  docker-registry
Etcd3
🔖 Node.js client for etcd3
Stars: ✭ 336 (-94.96%)
Mutual labels:  etcd
Hyperf
🚀 A coroutine framework that focuses on hyperspeed and flexibility. Building microservice or middleware with ease.
Stars: ✭ 4,206 (-36.87%)
Mutual labels:  etcd
Learning K8s Source Code
k8s、docker源码分析、读书笔记
Stars: ✭ 437 (-93.44%)
Mutual labels:  etcd
Image Syncer
Docker image synchronization tool for Docker Registry V2 based services
Stars: ✭ 313 (-95.3%)
Mutual labels:  docker-registry
Konfig
Composable, observable and performant config handling for Go for the distributed processing era
Stars: ✭ 597 (-91.04%)
Mutual labels:  etcd
Golb
🐙 Yet another load balancer
Stars: ✭ 315 (-95.27%)
Mutual labels:  etcd
Docker Tutorial
🐳Docker入门学习笔记
Stars: ✭ 406 (-93.91%)
Mutual labels:  docker-registry
Etcdkeeper
web ui client for etcd
Stars: ✭ 612 (-90.81%)
Mutual labels:  etcd
Tectonic Installer
Install a Kubernetes cluster the CoreOS Tectonic Way: HA, self-hosted, RBAC, etcd Operator, and more
Stars: ✭ 599 (-91.01%)
Mutual labels:  etcd
E3w
etcd v3 Web UI
Stars: ✭ 439 (-93.41%)
Mutual labels:  etcd

和我一步步部署 kubernetes 集群

dashboard-home

本系列文档介绍使用二进制部署 kubernetes v1.16.6 集群的所有步骤(Hard-Way 模式)。

在部署的过程中,将详细列出各组件的启动参数,它们的含义和可能遇到的问题。

部署完成后,你将理解系统各组件的交互原理,进而能快速解决实际问题。

所以本文档主要适合于那些有一定 kubernetes 基础,想通过一步步部署的方式来学习和了解系统配置、运行原理的人。

本系列系文档适用于 CentOS 7 及以上版本系统,随着各组件的更新而更新,有任何问题欢迎提 issue!

由于启用了 x509 证书双向认证、RBAC 授权等严格的安全机制,建议从头开始部署,否则可能会认证、授权等失败!

从 v1.16.x 版本开始,本文档做了如下调整:

  1. 容器运行时:用 containerd 替换 docker,更加简单、健壮;相应的命令行工具为 crictl;
  2. Pod 网络:用 calico 替换 flannel 实现 Pod 互通,支持更大规模的集群;

新增指标监控系统:使用主流的 Prometheus、Grafana 技术栈实现集群指标采集和监控;

如果想继续使用 docker 和 flannel,请参考附件文档。

历史版本

步骤列表

  1. 00.组件版本和配置策略
  2. 01.初始化系统和全局变量
  3. 02.创建CA根证书和秘钥
  4. 03.部署kubectl命令行工具
  5. 04.部署etcd集群
  6. 05-1.部署master节点.md
    1. 05-2.apiserver集群
    2. 05-3.controller-manager集群
    3. 05-4.scheduler集群
  7. 06-1.部署woker节点
    1. 06-2.apiserver高可用之nginx代理
    2. 06-3.containerd
    3. 06-4.kubelet
    4. 06-5.kube-proxy
    5. 06-6.部署calico网络
  8. 07.验证集群功能
  9. 08-1.部署集群插件
    1. 08-2.coredns插件
    2. 08-3.dashboard插件
    3. 08-4.kube-prometheus插件
    4. 08-5.EFK插件
  10. 09.部署Docker-Registry
  11. 10.清理集群
  12. A.浏览器访问apiserver安全端口
  13. B.校验TLS证书
  14. C.部署metrics-server插件
  15. D.部署Harbor-Registry

在线阅读

电子书

打赏

如果你觉得这份文档对你有帮助,请微信扫描下方的二维码进行捐赠,加油后的 opsnull 将会和你分享更多的原创教程,谢谢!

weixin_qr.jpg

广告位

版权

Copyright 2017-2020 zhangjun ([email protected])

知识共享 署名-非商业性使用-相同方式共享 4.0(CC BY-NC-SA 4.0),详情见 LICENSE 文件。

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].