logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

jenkins简单使用+jenkins主从架构搭建

主机准备192.168.1.17web192.168.1.18git192.168.1.19jenkinsgit服务器搭建[root@git ~]# curl -o /etc/yum.repos.d/CentOS-Base.repohttps://mirrors.aliyun.com/repo/Centos-7.repo[root@git ~]# yum -y install git[root@g

#jenkins#架构#git
DockerCompose部署skywalking

【代码】DockerCompose部署skywalking。

#skywalking
k8s-CCE使用node节点使用VIP--hostNetwork&hostPort

检查发现node节点并没有监听30007端口,而是通过ipvs添加了被负载均衡的虚拟地址。背景:想在节点上使用VIP,将nodeport服务做到高可用。启动VIP后发现访问失败。方法二使用 pod.spec.containers.ports.hostPort。方法一、使用pod.spec.hostNetwork。CCE使用node节点使用VIP。不需要创建service,,但是会转发这个端口的访问

#kubernetes#网络#服务器
K8S学习之service

service一种可以访问后端pod的策略,通过访问service来访问到service关联的后端pod,通常是通过Label Selector实现的。在kubernetes集群中有三类ip地址:node network(节点网络),pod network(pod 网络),这两种网络地址是我们实实在在配置的,其中节点网络地址是配置在节点接口之上,而pod网络地址是配置在pod资源之上的,因此这些地

#kubernetes#网络#docker
k8s部署nacos_cluster

新增用户、密码,然后去数据库nacos.users表里看生成的加密字符,替换掉原有的字段,注意保存。nacosv1.4.3密码修改。k8s部署nacos集群。

#kubernetes#容器#云原生
    共 39 条
  • 1
  • 2
  • 3
  • 4
  • 请选择