会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Coreqi
博客园
首页
新随笔
联系
管理
上一页
1
···
15
16
17
18
19
20
21
22
23
···
69
下一页
2023年3月2日
istio 常见问题解决
摘要: 1.Command error output: xtables parameter problem: iptables-restore: unable to initialize table 'nat' Failed to execute: iptables-restore --noflush /t
阅读全文
posted @ 2023-03-02 20:35 SpringCore
阅读(1501)
评论(0)
推荐(0)
2023年3月1日
istio 部署案例应用
摘要: 1.部署 Bookinfo 示例应用 cd /home/istio-1.17.1 kubectl apply -f samples/bookinfo/platform/kube/bookinfo.yaml service/details created serviceaccount/bookinfo
阅读全文
posted @ 2023-03-01 12:26 SpringCore
阅读(103)
评论(0)
推荐(0)
2023年2月27日
istio在k8s中的部署
摘要: 官方github:https://github.com/istio/istio 官方部署介绍文档:https://istio.io/latest/zh/docs/setup/getting-started/ 1.下载istio curl -L https://istio.io/downloadIst
阅读全文
posted @ 2023-02-27 13:44 SpringCore
阅读(383)
评论(0)
推荐(0)
2023年2月25日
k8s-操作系统初始化
摘要: 本文章是 k8s二进制高可用集群部署 的分支。详细步骤请参考目录。 1.关闭防火墙 systemctl stop firewalld #临时 systemctl disable firewalld #永久 2.关闭SeLinux sed -i 's/enforcing/disabled/' /etc
阅读全文
posted @ 2023-02-25 21:42 SpringCore
阅读(339)
评论(0)
推荐(0)
2023年2月24日
k8s-部署Nginx+Keepalived高可用负载均衡器
摘要: 本文章是 k8s二进制高可用集群部署 的分支。详细步骤请参考目录。 Kubernetes集群高可用性包含以下两个层面的考虑: Etcd数据库的高可用性 Kubernetes Master组件的高可用性 Master节点扮演着总控中心的角色,通过不断与工作节点上的Kubelet和kube-proxy进
阅读全文
posted @ 2023-02-24 21:48 SpringCore
阅读(2973)
评论(0)
推荐(0)
k8s-新增服务端节点
摘要: 本文章是 k8s二进制高可用集群部署 的分支。详细步骤请参考目录。 1.etcd扩容 **如果etcd通过CA生成的证书不包含当前节点的ip,可能etcd集群需要重新生成证书。 1.复制相关文件 scp /opt/etcd/{cfg,ssl} root@192.168.64.131:/opt/etc
阅读全文
posted @ 2023-02-24 17:04 SpringCore
阅读(402)
评论(0)
推荐(0)
k8s-部署CoreDNS
摘要: 本文章是 k8s二进制高可用集群部署 的分支。详细步骤请参考目录。 CoreDNS用于集群内部Service名称解析 部署 CoreDNS 需要使用到官方提供的两个文件 deploy.sh 和 coredns.yaml.sed(这两个文件已经放入 manifest 的 coredns 目录中) de
阅读全文
posted @ 2023-02-24 15:34 SpringCore
阅读(2786)
评论(0)
推荐(0)
k8s-部署Dashboard (仪表板)
摘要: 本文章是 k8s二进制高可用集群部署 的分支。详细步骤请参考目录。 官方介绍:https://kubernetes.io/zh-cn/docs/tasks/access-application-cluster/web-ui-dashboard/ 1.部署 kubectl apply -f https
阅读全文
posted @ 2023-02-24 13:47 SpringCore
阅读(386)
评论(0)
推荐(0)
k8s-新增工作节点
摘要: 本文章是 k8s二进制高可用集群部署 的分支。详细步骤请参考目录。 1.拷贝已部署好的Node相关文件到新节点 scp -r /usr/local/bin/{kubelet,kube-proxy} root@192.168.64.132:/usr/local/bin/ scp -r /opt/kub
阅读全文
posted @ 2023-02-24 11:57 SpringCore
阅读(254)
评论(0)
推荐(0)
k8s-授权apiserver访问kubelet
摘要: 本文章是 k8s二进制高可用集群部署 的分支。详细步骤请参考目录。 应用场景:例如kubectl logs cat > apiserver-to-kubelet-rbac.yaml << EOF apiVersion: rbac.authorization.k8s.io/v1 kind: Clust
阅读全文
posted @ 2023-02-24 11:50 SpringCore
阅读(298)
评论(0)
推荐(0)
上一页
1
···
15
16
17
18
19
20
21
22
23
···
69
下一页
公告