摘要:
一、Installation helm on Kubernetes-1.25.2 地址 https://helm.sh https://github.com/helm/helm 1 wget 下载 cd /opt/software wget https://get.helm.sh/helm-v3.1
阅读全文
posted @ 2022-10-31 23:27
娇小赤雅
阅读(53)
推荐(0)
摘要:
一、Installation ingress-nginx on helm 1 安装 helm # wget 下载 cd /opt/software wget https://get.helm.sh/helm-v3.10.1-linux-amd64.tar.gz # 解压 tar -xf /opt/s
阅读全文
posted @ 2022-10-31 17:31
娇小赤雅
阅读(181)
推荐(0)
摘要:
一、CentOS 7.9 Availability Verification Kubernetes-1.25.2 Cluste 1 创建测试的资源清单 cat > /opt/kubernetes/yaml/busybox-test.yaml << EOF apiVersion: v1 kind: P
阅读全文
posted @ 2022-10-30 19:30
娇小赤雅
阅读(35)
推荐(0)
摘要:
一、Installation PUREVPN on the App,PC,Linux Side 地址 purevpn.com https://d3uym7n1flvv1x.cloudfront.net/windows-2.0/packages/production/purevpn_setup.exe
阅读全文
posted @ 2022-10-30 15:22
娇小赤雅
阅读(955)
推荐(0)
摘要:
一、CentOS 8.3 YUM Source YUM 源出错 [root@localhost ~]# uname -a Linux localhost.localdomain 4.18.0-240.el8.x86_64 #1 SMP Fri Sep 25 19:48:47 UTC 2020 x86
阅读全文
posted @ 2022-10-30 14:30
娇小赤雅
阅读(318)
推荐(0)
摘要:
一、Installation haproxy-2.4.0 on CentOS 8.3 地址 haproxy.org https://github.com/haproxy/haproxy 二、安装lua 1 准备相关软件包 yum install gcc readline-devel openssl-
阅读全文
posted @ 2022-10-28 02:16
娇小赤雅
阅读(206)
推荐(0)
摘要:
一、Installation CentOS 8.3 in VMware Workstation Pro 15.x 地址 http://mirrors.aliyun.com/centos/7.9.2009/isos/x86_64 没有 CentOS 8.3,就安装CentOS 7.9,安装大差不差的。
阅读全文
posted @ 2022-10-27 22:52
娇小赤雅
阅读(49)
推荐(0)
posted @ 2022-10-27 13:51
娇小赤雅
阅读(0)
推荐(0)
摘要:
一、Django Directory Python Web开发主流框架 Django 简介和版本介绍 Django 使用cmd 创建工程 Django 创建 APP和目录结构介绍 Django 使用VScode 创建工程 Django 使用Pycharm 创建工程 Django 之必知必会三板斧 D
阅读全文
posted @ 2022-10-25 22:35
娇小赤雅
阅读(63)
推荐(0)
摘要:
一、CentOS 8.3 Availability Verification Kubernetes-1.25.2 Cluste 1 创建测试的资源清单 cat > /opt/kubernetes/yaml/busybox-test.yaml << EOF apiVersion: v1 kind: P
阅读全文
posted @ 2022-10-25 15:23
娇小赤雅
阅读(30)
推荐(0)
posted @ 2022-10-25 14:33
娇小赤雅
阅读(1)
推荐(0)
摘要:
一、Installation Metrics Server on Kubernetes-1.25.2 链接:https://github.com/kubernetes-sigs/metrics-server 在新版的Kubernetes中系统资源的采集均使用Metrics-Server,可以通过Me
阅读全文
posted @ 2022-10-25 14:28
娇小赤雅
阅读(361)
推荐(0)
摘要:
一、Installation Dashboard on Kubernetes-1.25.2 Dashboard 用于展示集群中的各类资源,同时也可以通过Dashboard实时查看Pod的日志和在容器中执行一些命令等。 链接:https://github.com/kubernetes/dashboar
阅读全文
posted @ 2022-10-25 14:15
娇小赤雅
阅读(459)
推荐(1)
摘要:
一、Kubernetes-1.25.2 Relevant Download Page 1 kubernetes 页面 链接:https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.25.md#server-
阅读全文
posted @ 2022-10-25 02:58
娇小赤雅
阅读(73)
推荐(0)
摘要:
一、Initialize the Kubernetes Basic Environment Configuration on CentOS 7.9 1 IP 修改 机器克隆后 IP 修改,使Xshell连接上 [root@localhost ~]# vi /etc/sysconfig/network
阅读全文
posted @ 2022-10-20 12:26
娇小赤雅
阅读(64)
推荐(0)
摘要:
一、Installation Nginx-1.23.0 in CentOS 8.2 for use in Kubernetes Clusters 1 将下载的 Nginx 相关安装包上传到 /opt/software/nginx-keep目录: nginx-1.23.0.tar.gz openssl
阅读全文
posted @ 2022-10-17 13:26
娇小赤雅
阅读(264)
推荐(0)
摘要:
一、Installation Keepalive-2.2.7 on CentOS 7.9 1 地址 https://www.keepalived.org 2 安装依赖 yum install -y ipvsadm popt popt-devel libnl libnl-devel libnl3-de
阅读全文
posted @ 2022-10-16 14:33
娇小赤雅
阅读(1133)
推荐(0)
摘要:
一、Initialize the Kubernetes Basic Environment Configuration on CentOS 8.3 1 IP 修改 机器克隆后 IP 修改,使Xshell连接上 [root@localhost ~]# cat /etc/sysconfig/networ
阅读全文
posted @ 2022-10-15 21:26
娇小赤雅
阅读(454)
推荐(0)
摘要:
一、Upgrading kernel passed ELRepo Source on Centos 8.2 1 地址 https://www.kernel.org http://elrepo.org/tiki/tiki-index.php 2 查看linux内核版本 [root@localhost
阅读全文
posted @ 2022-10-15 15:03
娇小赤雅
阅读(230)
推荐(0)