学前知识
你需要掌握 Linux 的常用命令。你可以通过Linux 教程 来学习相关命令。
Docker应用场景
-
Web 应用的自动化打包和发布。
-
自动化测试和持续集成、发布。
-
在服务型环境中部署和调整数据库或其他的后台应用。
-
从头编译或者扩展现有的 OpenShift 或 Cloud Foundry 平台来搭建自己的 PaaS 环境。
文章内容
- 配置管理
- 服务器清单
- 应用清单
- 中间件
- 数据库清单
- Nacos 搭建
- Harbor 搭建
- Harbor 推送拉取
- MySql 搭建
- MongoDB 搭建
- RabbitMQ 搭建
- Redis 搭建
- 容器化管理
- Docker 环境的安装和使用
- Docker 原理浅析
- Docker 容器引擎的架构
- runc 运行环境
- Docker 网络模式
- Docker 存储
- Docker 镜像数据格式
- Dockerfile 清单
- medusa.cron-job(调度中心)
- medusa.customer(bpm前台)
- medusa.customer-mobile(手机端)
- medusa.engine(引擎-控制台)
- medusa.engine.api(引擎-webapi)
- medusa.gateway(网关)
- medusa.management(后台管理)
- medusa.service.biz-logic(第三方系统webapi)
- medusa.service.form(表单设计器webapi)
- medusa.service.platform(平台webapi)
- medusa.service.process(process webapi)
- medusa.service.todo-centre(待办中心webapi)
- mt.interface.thirdproviderapi
- mt.interface.hostapi
- mt.interface.authenticationapi
- K8S 环境的安装和使用
- K8S 简介
- 安装K8S集群
- 安装和卸载 Dashboard
- 卸载K8S
- Pod 介绍
- Pod简介
- 定义和创建Pod
- 查看Pod的状态和日志
- 命名空间
- 探针
- 按条件调度
- 托管的Pod
- Deployment 简介
- Deployment 对Pod的管理
- 使用Service管理服务入口
- Service的分类
- ClusterIP类型
- LoadBalancer类型
- NodePort类型
- ExternalName类型
- Headless服务
- K8S 负载均衡
- K8S yaml配置
- ConfigMap yaml清单
- medusa.management/config.json
- medusa.customer/config.json
- medusa.gateway/config.json
- medusa.cron-job/config.json
- medusa.engine/appsettings.json
- medusa.engine.api/appsettings.json
- medusa.service.form/appsettings.json
- medusa.service.platform/appsettings.json
- medusa.service.process/appsettings.json
- medusa.service.todo-centre/appsettings.json
- medusa.customer-mobile/config.json
- Deployment yaml清单
- ConfigMap yaml清单
- K8S和Docker如何各自实现变量
- 版本管理
- 版本定义规则
- 版本清单
- 脚本清单
- 运维相关
- 如何修改端口
- 定期检查
- 常见命令
- 常见错误
- 服务器被回收后Nacos起不来
- 疑难杂症
- 1个节点具有pod无法容忍的污点
- Dockerfile的Expose在K8S中不起作用
- Docker 附件如何挂载并统一管理
- K8S yaml如何解决docker+nacos配置
- Pod多个容器如何共享存储
- warn: Microsoft.AspNetCore.Server.Kestrel[0] Overriding address(es) 'http://+:83'. Binding to endpoints defined in UseKestrel() instead
- 当服务器无法连接外网时如何处理
- 数据库部署方式的选型
- 懒人包