摘要: <style> html { filter:grayscale(100%); -webkit-filter:grayscale(100%); -moz-filter:grayscale(100%); -ms-filter:grayscale(100%); -o-filter:grayscale(10 阅读全文
posted @ 2022-11-30 15:15 VipSoft 阅读(96) 评论(0) 推荐(0)
摘要: 什么是controller 实际存在的,管理和运行容器的对象 Pod 和 Controller 关系 Pod 是通过 Controller 实现应用的运维,比如伸缩、滚动升级等等 Pod 和 Controller 之间通过 label 标签建立关系 Deployment 控制器应用场景 场景:Web 阅读全文
posted @ 2022-11-30 08:49 VipSoft 阅读(95) 评论(0) 推荐(0)