 GitOps Continuous Delivery with Argo and Codefreshand Canary on K8s https://argoproj.github.io/argo-rollouts/ ● Autoscaling: Anti-affinity and horizontal pod scaling MyApp rollout manifest Current State 1. Commit 6. Get latest MyApp source code 20 码力 | 14 页 | 1.25 MB | 1 年前3 GitOps Continuous Delivery with Argo and Codefreshand Canary on K8s https://argoproj.github.io/argo-rollouts/ ● Autoscaling: Anti-affinity and horizontal pod scaling MyApp rollout manifest Current State 1. Commit 6. Get latest MyApp source code 20 码力 | 14 页 | 1.25 MB | 1 年前3
 Rafay DZone Refcard Gitops for kubernetes 2022the failed containers, replacing, or rescheduling Pods in case of underlying nodes issues • Horizontal scaling capabilities to scale up and down based on CPU usage • Declarative in nature This It basically creates a new replica set. While the new replica set is creating the Kubernetes pod with the new version, the old replica set scales down the old one. There are some challenges with0 码力 | 8 页 | 1.35 MB | 1 年前3 Rafay DZone Refcard Gitops for kubernetes 2022the failed containers, replacing, or rescheduling Pods in case of underlying nodes issues • Horizontal scaling capabilities to scale up and down based on CPU usage • Declarative in nature This It basically creates a new replica set. While the new replica set is creating the Kubernetes pod with the new version, the old replica set scales down the old one. There are some challenges with0 码力 | 8 页 | 1.35 MB | 1 年前3
 GitOps 2.0 The Future of DevOps Ebookstart fighting against you. Some classic examples are: ● The replica count if you have an autoscaler in your cluster ● The resource limits if you have an optimizer in your cluster ● Several other0 码力 | 29 页 | 1.61 MB | 1 年前3 GitOps 2.0 The Future of DevOps Ebookstart fighting against you. Some classic examples are: ● The replica count if you have an autoscaler in your cluster ● The resource limits if you have an optimizer in your cluster ● Several other0 码力 | 29 页 | 1.61 MB | 1 年前3
 Red Hat OpenShift GitOps 1.13 基础架构节点上的 GitOps 工作负载GITOPS CONTROL PLANE 工作 工作负载 负载 1.1. 将 GITOPS CONTROL PLANE 工作负载移到基础架构节点 1.2. 将 GITOPS OPERATOR POD 移到基础架构节点 1.3. 其他资源 3 3 4 6 目 目录 录 1 Red Hat OpenShift GitOps 1.13 基 基础 础架 架构节 构节点上的 点上的 GitOps 单独的维护和管理 您可以使用 OpenShift Container Platform 在基础架构节点上运行 GitOps control plane 工作负载。默认 情况下,这包括 Operator pod 和由 openshift-gitops 命名空间中的 Red Hat OpenShift GitOps Operator 创建的 control plane 工作负载,包括此命名空间中的默认 Argo 命名空间中的基础架构节点上,请点击任何 pod 名称,并确保已添加了 Node selector 和 Tolerations。 注意 注意 在默认 Argo CD CR 中手动添加节 节点 点选择 选择器 器和 Tolerations 都会被 GitOpsService CR 中 的切换和容限覆盖。 1.2. 将 GITOPS OPERATOR POD 移到基础架构节点 您可以将 GitOps0 码力 | 10 页 | 122.25 KB | 1 年前3 Red Hat OpenShift GitOps 1.13 基础架构节点上的 GitOps 工作负载GITOPS CONTROL PLANE 工作 工作负载 负载 1.1. 将 GITOPS CONTROL PLANE 工作负载移到基础架构节点 1.2. 将 GITOPS OPERATOR POD 移到基础架构节点 1.3. 其他资源 3 3 4 6 目 目录 录 1 Red Hat OpenShift GitOps 1.13 基 基础 础架 架构节 构节点上的 点上的 GitOps 单独的维护和管理 您可以使用 OpenShift Container Platform 在基础架构节点上运行 GitOps control plane 工作负载。默认 情况下,这包括 Operator pod 和由 openshift-gitops 命名空间中的 Red Hat OpenShift GitOps Operator 创建的 control plane 工作负载,包括此命名空间中的默认 Argo 命名空间中的基础架构节点上,请点击任何 pod 名称,并确保已添加了 Node selector 和 Tolerations。 注意 注意 在默认 Argo CD CR 中手动添加节 节点 点选择 选择器 器和 Tolerations 都会被 GitOpsService CR 中 的切换和容限覆盖。 1.2. 将 GITOPS OPERATOR POD 移到基础架构节点 您可以将 GitOps0 码力 | 10 页 | 122.25 KB | 1 年前3
 The Practical Guide to GitOpsexport KUBECONFIG=$HOME/admin.conf 6. Install Weave Net as the Pod Networking Layer In this section, you will install a Weave Net pod network so that your pods can communicate with each other. Install base64 | tr -d ‘\n’)” Confirm that the pod network is working and that the kube-dns pod is running: kubectl get pods --all-namespaces Once the kube-dns pod is up and running, you can join all of the0 码力 | 37 页 | 850.88 KB | 1 年前3 The Practical Guide to GitOpsexport KUBECONFIG=$HOME/admin.conf 6. Install Weave Net as the Pod Networking Layer In this section, you will install a Weave Net pod network so that your pods can communicate with each other. Install base64 | tr -d ‘\n’)” Confirm that the pod network is working and that the kube-dns pod is running: kubectl get pods --all-namespaces Once the kube-dns pod is up and running, you can join all of the0 码力 | 37 页 | 850.88 KB | 1 年前3
 高效智能运维[云+社区技术沙龙第29期] - 腾讯云提高K8S集群资源利用率实践腾讯云提高K8S集群资源利用率实践 庄鹏锐 腾讯云高级工程师 资源利用率分析 Node节点资源碎片 Pod Resource(requests)配置不合理 WorkLoad/HPA 副本数设置不合理 业务空闲时间 解决方案 Pod 压缩 Node 超卖 HPA VPA 动态 调度 碎片 处理 Pod 资源压缩 • MutatingAdmission Webhook Node 超卖 VPAPlus • 动态调整Container Cgroup • requets 和 limit 比例设置 • Resource Range设置 • CheckPoint对象timeout时间 • Pod对象更新时间 ` • 资源合法性校验 THANKS 关注云加社区公众号0 码力 | 10 页 | 1.39 MB | 1 年前3 高效智能运维[云+社区技术沙龙第29期] - 腾讯云提高K8S集群资源利用率实践腾讯云提高K8S集群资源利用率实践 庄鹏锐 腾讯云高级工程师 资源利用率分析 Node节点资源碎片 Pod Resource(requests)配置不合理 WorkLoad/HPA 副本数设置不合理 业务空闲时间 解决方案 Pod 压缩 Node 超卖 HPA VPA 动态 调度 碎片 处理 Pod 资源压缩 • MutatingAdmission Webhook Node 超卖 VPAPlus • 动态调整Container Cgroup • requets 和 limit 比例设置 • Resource Range设置 • CheckPoint对象timeout时间 • Pod对象更新时间 ` • 资源合法性校验 THANKS 关注云加社区公众号0 码力 | 10 页 | 1.39 MB | 1 年前3
 Red Hat OpenShift GitOps 1.13 了解 OpenShift GitOpsWorkload 任何 任何进 进程通常在 程通常在资 资源内定 源内定义 义,如 ,如 Deployment、 、StatefulSet、 、ReplicaSet、 、Job 或 或 Pod,在容器 ,在容器 内 内运 运行。示例包括 行。示例包括 Spring Boot 应 应用、 用、NodeJS Express 应 应用或 用或 Ruby on Rails 应 应用。 用。 Red 项目中会 目中会创 创建一个 建一个带 带有随机名称的新 有随机名称的新 pod。在 。在该 该 pod 上 上 收集数据,并保存至以 收集数据,并保存至以 must-gather.local 开 开头 头的一个新目 的一个新目录 录中。此目 中。此目录 录在当前工作目 在当前工作目录 录中 中创 创建。 建。 Pod 示例 示例 另 另外,您可以使用0 码力 | 17 页 | 203.28 KB | 1 年前3 Red Hat OpenShift GitOps 1.13 了解 OpenShift GitOpsWorkload 任何 任何进 进程通常在 程通常在资 资源内定 源内定义 义,如 ,如 Deployment、 、StatefulSet、 、ReplicaSet、 、Job 或 或 Pod,在容器 ,在容器 内 内运 运行。示例包括 行。示例包括 Spring Boot 应 应用、 用、NodeJS Express 应 应用或 用或 Ruby on Rails 应 应用。 用。 Red 项目中会 目中会创 创建一个 建一个带 带有随机名称的新 有随机名称的新 pod。在 。在该 该 pod 上 上 收集数据,并保存至以 收集数据,并保存至以 must-gather.local 开 开头 头的一个新目 的一个新目录 录中。此目 中。此目录 录在当前工作目 在当前工作目录 录中 中创 创建。 建。 Pod 示例 示例 另 另外,您可以使用0 码力 | 17 页 | 203.28 KB | 1 年前3
 高效智能运维[云+社区技术沙龙第29期] - 冲上云霄—腾讯海量业务上云实践容器权限同步 PAAS服务支持 数据库 消息中间件 大数据 TKE应用适配 •基于业务维度管理 •关联CMDB •基于业务维度鉴权 业务管理 •使用Ipamd •采用弹性网卡 •实现Pod IP跨集群访问 网络 •支持CLB •支持L5/CMLB •支持VIP 路由与服务发现 •StatefulsetPlus •原地重启 分批发布 •接口证书认证 •基于RBAC授权0 码力 | 26 页 | 2.39 MB | 1 年前3 高效智能运维[云+社区技术沙龙第29期] - 冲上云霄—腾讯海量业务上云实践容器权限同步 PAAS服务支持 数据库 消息中间件 大数据 TKE应用适配 •基于业务维度管理 •关联CMDB •基于业务维度鉴权 业务管理 •使用Ipamd •采用弹性网卡 •实现Pod IP跨集群访问 网络 •支持CLB •支持L5/CMLB •支持VIP 路由与服务发现 •StatefulsetPlus •原地重启 分批发布 •接口证书认证 •基于RBAC授权0 码力 | 26 页 | 2.39 MB | 1 年前3
 Getting Started and Beyond:
Istio Multicluster with GitOpsIstio installation with IstioOperator Custom Resource Example ● Data Plane with 5 proxies ● Each pod knows endpoint details of other pods ● Can be Sidecar or Gateway component #IstioCon Brush up0 码力 | 38 页 | 3.05 MB | 1 年前3 Getting Started and Beyond:
Istio Multicluster with GitOpsIstio installation with IstioOperator Custom Resource Example ● Data Plane with 5 proxies ● Each pod knows endpoint details of other pods ● Can be Sidecar or Gateway component #IstioCon Brush up0 码力 | 38 页 | 3.05 MB | 1 年前3
 FIT2CLOUD CloudExplorer 产品白皮书 v1.7对象存储服务模块 实现支持公有云对象存储通的在线服务,审批、自动化部署以及 生命周期管理,以及对象文件的上传下载和管理。 容器云集群服务模块 实现容器云纳管,同步容器云节点信息、命名空间以及 Pod 信息, 容器云集群自服务及生命周期管理 工单中心模块 用于提交人工操作处理的 IT 请求,可按需自定义工单表单,按需 配置流程,流程环节通知。 大屏模块 包括运营费用大屏、资源使用大屏以及容量性能健康大屏,可配0 码力 | 60 页 | 0 Bytes | 1 年前3 FIT2CLOUD CloudExplorer 产品白皮书 v1.7对象存储服务模块 实现支持公有云对象存储通的在线服务,审批、自动化部署以及 生命周期管理,以及对象文件的上传下载和管理。 容器云集群服务模块 实现容器云纳管,同步容器云节点信息、命名空间以及 Pod 信息, 容器云集群自服务及生命周期管理 工单中心模块 用于提交人工操作处理的 IT 请求,可按需自定义工单表单,按需 配置流程,流程环节通知。 大屏模块 包括运营费用大屏、资源使用大屏以及容量性能健康大屏,可配0 码力 | 60 页 | 0 Bytes | 1 年前3
共 10 条
- 1













