Stay Hungry,Stay Foolish!

12 2021 档案

摘要:GITOps https://www.gitops.tech/ 实现云原生应用自动化部署的方法 在运维基础设施时候,聚焦在开发行者中心的体验上, 使用开发者熟悉的工具, 例如git和其它持续发布工具。 GitOps is a way of implementing Continuous Deploy 阅读全文
posted @ 2021-12-29 15:41 lightsong 阅读(61) 评论(0) 推荐(0) 编辑
摘要:Infrastructure as Code https://geekflare.com/infrastructure-as-code-intro/ 使用软件开发的原理和实践来实现基础设施的自动化。 写代码来管理 服务器 数据库 网络 日志 应用部署和配置。 Infrastructure as co 阅读全文
posted @ 2021-12-28 23:44 lightsong 阅读(169) 评论(0) 推荐(0) 编辑
摘要:Scalable System Design Patterns== 可扩展系统设计模式 https://dzone.com/articles/scalable-system-design 负载均衡 分发器负责将请求根据不同的策略,分发到对应的worker实例上。 要求所有的worker上不存储状态信 阅读全文
posted @ 2021-12-27 17:26 lightsong 阅读(69) 评论(0) 推荐(0) 编辑
摘要:Inner Loop vs Outer Loop https://opensource.com/article/21/6/open-source-developer-tools inner loop是开发者的最常做的事情, 编码 运行 验证 调试 outer loop是我们经常提及的CI/CD, 从 阅读全文
posted @ 2021-12-27 12:17 lightsong 阅读(76) 评论(0) 推荐(0) 编辑
摘要:dispatcher https://hub.packtpub.com/dispatchers-and-routers/ 分发器,接收消息,分发到对应的模块进行处理。 Dispatchers In the real world, dispatchers are the communication c 阅读全文
posted @ 2021-12-23 17:04 lightsong 阅读(99) 评论(0) 推荐(0) 编辑
摘要:Overview https://docs.docker.com/network/ docker强大之处在于实现资源隔离的同时,也可是构建容器连接,容器和容器(同主机),容器和容器(不同主机),或者容器和外部, One of the reasons Docker containers and ser 阅读全文
posted @ 2021-12-15 12:30 lightsong 阅读(112) 评论(0) 推荐(0) 编辑
摘要:Jenkins Jobs status dashboard by Build Monitor Plugin https://www.devopsart.com/2020/05/jenkins-jobs-status-dashboard-by-build.html https://plugins.je 阅读全文
posted @ 2021-12-15 10:24 lightsong 阅读(133) 评论(0) 推荐(0) 编辑
摘要:背景 同一个Jenkins服务器上,存在的Job越多,越需要进行归类管理。 View -- 分类 https://subscription.packtpub.com/book/application_development/9781784390891/3/ch03lvl1sec22/creating 阅读全文
posted @ 2021-12-14 17:03 lightsong 阅读(385) 评论(0) 推荐(0) 编辑
摘要:CI/CD System https://www.redhat.com/en/topics/devops/what-is-ci-cd#ci/cd-tools CI关注开发阶段 CD -- Delivery 对应版本的自动化发布, 发布到制品库, 但是部署可能后续为手动 CD -- Deploymen 阅读全文
posted @ 2021-12-13 17:07 lightsong 阅读(250) 评论(0) 推荐(0) 编辑
摘要:Pipeline as Code https://www.jenkins.io/doc/book/pipeline-as-code/ Pipeline as Code describes a set of features that allow Jenkins users to define pip 阅读全文
posted @ 2021-12-13 00:28 lightsong 阅读(84) 评论(0) 推荐(0) 编辑
摘要:mysql & mysqldump https://serverguy.com/servers/how-to-backup-mysql-database/ 将数据库数据导出为 SQL语句。 mysqldump mysql-database > ABC-database-backup.sql mysq 阅读全文
posted @ 2021-12-07 14:31 lightsong 阅读(112) 评论(0) 推荐(0) 编辑
摘要:marshmallow-sqlalchemy https://marshmallow-sqlalchemy.readthedocs.io/en/latest/ https://github.com/marshmallow-code/marshmallow-sqlalchemy SQLAlchemy 阅读全文
posted @ 2021-12-02 14:29 lightsong 阅读(585) 评论(0) 推荐(0) 编辑

千山鸟飞绝,万径人踪灭
点击右上角即可分享
微信分享提示