All Projects → loong576 → Centos7.6-install-k8s-v1.14.2-cluster

loong576 / Centos7.6-install-k8s-v1.14.2-cluster

Licence: other
Centos7.6部署k8s(v1.14.2)集群

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Centos7.6-install-k8s-v1.14.2-cluster

Lnmp
Support: Nginx 1.12/1.13 + MySQL 5.5/5.6/5.7/8.0(MariaDB 5.5/10.0/10.1/10.2/10.3) + PHP 5.4/5.5/5.6/7.0/7.1/7.2 + phpMyAdmin(Adminer)
Stars: ✭ 262 (+1210%)
Mutual labels:  centos7
Docker Centos7 Ansible
CentOS 7 Docker container for Ansible playbook and role testing.
Stars: ✭ 72 (+260%)
Mutual labels:  centos7
Prometheus Rpm
Prometheus RPM Packages
Stars: ✭ 190 (+850%)
Mutual labels:  centos7
Jshielder
Hardening Script for Linux Servers/ Secure LAMP-LEMP Deployer/ CIS Benchmark
Stars: ✭ 483 (+2315%)
Mutual labels:  centos7
Centos7 Cis
Ansible CentOS 7 - CIS Benchmark Hardening Script
Stars: ✭ 64 (+220%)
Mutual labels:  centos7
Oracle Java
Ansible role to install Oracle Java 8/11 on Debian and RedHat based distributions.
Stars: ✭ 144 (+620%)
Mutual labels:  centos7
centos-script
🎉centos下工具安装脚本,包含基础环境配置,Gitlab、Docker、LDAP、MongoDB、MySQL、RabbitMQ、Supervisor、Node、Python、zsh、rar、zabbix、k8s、prometheus、grafana等🎉
Stars: ✭ 121 (+505%)
Mutual labels:  centos7
docker-java-centos
This is docker images of CentOS 7 with different versions of java
Stars: ✭ 50 (+150%)
Mutual labels:  centos7
Spel
STIG-Partitioned Enterprise Linux (spel)
Stars: ✭ 66 (+230%)
Mutual labels:  centos7
Guacamole Install Rhel 7
Apache Guacamole installation bash script for RHEL 7 and CentOS 7 including options for Nginx, HTTPS, SSL, LDAP, Let's Encrypt certificates and more
Stars: ✭ 174 (+770%)
Mutual labels:  centos7
Netkiller.github.io
Netkiller Free ebook - 免费电子书
Stars: ✭ 861 (+4205%)
Mutual labels:  centos7
Slurm In Docker
Slurm in Docker - Exploring Slurm using CentOS 7 based Docker images
Stars: ✭ 63 (+215%)
Mutual labels:  centos7
Sentora Installers
Provides a central place to store, version and distribute the Sentora installer and upgrade scripts from.
Stars: ✭ 146 (+630%)
Mutual labels:  centos7
Sorryjava
给动图加字幕的sorry项目的java版本
Stars: ✭ 307 (+1435%)
Mutual labels:  centos7
Packer Centos 7
This build has been moved - see README.md
Stars: ✭ 223 (+1015%)
Mutual labels:  centos7
el7-bpf-specs
RPM specs for building bpf related tools on CentOS 7
Stars: ✭ 38 (+90%)
Mutual labels:  centos7
Rhcsa Practice Questions
RHCSA practice questions for version 7/8
Stars: ✭ 103 (+415%)
Mutual labels:  centos7
Linux
🐧 以“标签”形式对Linux的命令进行的梳理
Stars: ✭ 15 (-25%)
Mutual labels:  centos7
Centos Book
Web开发者手边的一本CentOS小书,是对 CentOS 系统知识的一个整理以及补完,当然对于其它 Linux 发行版本也有很大的参考意义,但的确针对的是目前 CentOS 的最新版本——CentOS 7
Stars: ✭ 241 (+1105%)
Mutual labels:  centos7
Trojan Tutor.github.io
trojan 教程 自建梯子教程 trojan教程 trojan-gfw 科学上网 代理工具 翻墙 Ubuntu Debian 小白教程 https伪装
Stars: ✭ 150 (+650%)
Mutual labels:  centos7

Centos7.6部署k8s(v1.14.2)集群

Centos7.6部署k8s(v1.14.2)集群

本文通过kudeadm方式在centos7.6上安装kubernetes v1.14.2集群(目前centos和kubernetes都为最新版),共分为五个部分:
一、Docker安装;
二、k8s安装准备工作;
三、Master节点安装;
四、Node节点安装;
五、Dashboard安装;
六、集群测试。



环境说明:

主机名 操作系统版本 ip docker version kubelet version kubeadm version kubectl version flannel version 备注
master Centos 7.6.1810 172.27.9.131 Docker 18.09.6 V1.14.2 V1.14.2 V1.14.2 V0.11.0 master主机
node01 Centos 7.6.1810 172.27.9.135 Docker 18.09.6 V1.14.2 V1.14.2 V1.14.2 V0.11.0 node节点
node02 Centos 7.6.1810 172.27.9.136 Docker 18.09.6 V1.14.2 V1.14.2 V1.14.2 V0.11.0 node节点


Centos7.6安装详见:Centos7.6操作系统安装及优化全纪录

本文链接:Centos7.6部署k8s(v1.14.2)集群

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