转载:https://edu.aliyun.com/course/314164/lesson/341312974 理解ConfigMaps、SecurityContexts、Ser…
转载:https://edu.aliyun.com/course/314164/lesson/341312790 掌握Job、CronJob和DaemonSet的使用 本文将主要分…
转载:https://edu.aliyun.com/course/314164/lesson/341312679 掌握Deployment的基础使用,了解应用的水平扩展、滚动更新和…
转载:https://edu.aliyun.com/course/314164/lesson/341312528 理解Labels、Selectors、Annotations,以及…
转载:https://edu.aliyun.com/course/314164/lesson/341312349 理解Pod和容器设计模式,如Ambassador、adapter、…
转载: https://edu.aliyun.com/course/314164/lesson/341312172 理解Kubernetes的架构、Kubernetes API原语…
生产环境中,建议使用版本大于5的Kubernetes版本,如1.26.7 系统:Rocky 9.3 内核:5.14.0-362.8.1.el9_3.x86_64 K8S:1.26.…
ServiceAccount 会限定命名空间 1. 创建角色权限 # dev-user-role-sa.yaml --- apiVersion: v1 kind: ServiceA…
Kubernetes 内置没有 kind: User 不用创建用户 如kubectl get user 看到有数据那是第三方的如kubesphere 步骤 1: 创建角色权限 用户…