2019年8月1日
摘要: 资源:对象 service pod deployment workload:pod,ReplicaSet,Deployment,statefulset,DaemonSet,Job,Crontabjob,... 服务发现和负载均衡:service ,Ingress,.... 配置与存储:Volumn存 阅读全文
posted @ 2019-08-01 22:49 SZ_文彬 阅读(903) 评论(0) 推荐(0) 编辑
摘要: kubectl -->apiserver 管理工具 管理k8s集群 增删改查node kubectl get service/node/replicaset/deployment/statefulet/daemonset/job/cronjob kubectl --help 查看所有用法 kubec 阅读全文
posted @ 2019-08-01 22:47 SZ_文彬 阅读(427) 评论(0) 推荐(0) 编辑
摘要: kubernetes特性:自动装箱,自我修复,自动水平扩展,自动服务发现,服务自动负载均衡,自动发布和回滚 秘钥和配置管理,存储编排,批量处理执行 kubernetes架构:master/node master:最多3个 用途:控制 组件:apiserver 接收处理请求 scheduler 调度器 阅读全文
posted @ 2019-08-01 17:18 SZ_文彬 阅读(203) 评论(0) 推荐(0) 编辑
摘要: #!/bin/bash /usr/bin/yum install lrzsz wget vim -y cd /etc/yum.repos.d/ wget https://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo cat << E 阅读全文
posted @ 2019-08-01 02:48 SZ_文彬 阅读(333) 评论(0) 推荐(0) 编辑