积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部云计算&大数据(23)OpenShift(12)Kubernetes(6)Istio(2)rancher(1)云原生CNCF(1)Service Mesh(1)

语言

全部中文(简体)(16)英语(7)

格式

全部PDF文档 PDF(23)
 
本次搜索耗时 0.056 秒,为您找到相关结果约 23 个.
  • 全部
  • 云计算&大数据
  • OpenShift
  • Kubernetes
  • Istio
  • rancher
  • 云原生CNCF
  • Service Mesh
  • 全部
  • 中文(简体)
  • 英语
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Operator Pattern 用 Go 扩展 Kubernetes 的最佳实践

    在做任何读(get、list)操作时,不能假设读到 的是最新版本,也不能假设一次 reconcile 中始 终会读到同一个版本 避免写后读 同一个 controller,在一次 reconcile 中,避免写 (create、update、delete)完一个对象后马上去 读(get、list)最新版本,等controller-runtime 触发下一次 reconcile 遵循惯例开发模式 即 controller 用读 stale 对象。 如下图所示,某个版本为3(gen=3)的集群(Cluster)中有一个 stale 对象,即 StatefulSet (gen=2)。 Controller-runtime 的 Reconcile 过程是一个 EDA 模型,当该 stale 对象的更新到达 cache 时,controller-runtime 会发送一个事件(Event)给到 owner controller(也就是我们的 controller-type OwnerReference of the given type. // Use Owns(object, builder.MatchEveryOwner) to reconcile all owners. // // By default, this is the equivalent of calling // Watches(object, handler.Enqu
    0 码力 | 21 页 | 3.06 MB | 9 月前
    3
  • pdf文档 Service Mesh结合容器云平台的思考和实践

    configCh的这个事件会被agent.Run监控到,然后调用agent.reconcile。 3. reconcile方法会启动协程执行agent.waitForExit从而启动envoy看reconcile方法名就知道是用来保证desired config和current config保持一致的。reconcile首先会检查desired config和current config是否一致,如果是的 在调用waitForExit之前会将desiredConfig赋值给currentConfig,表示reconcile工作完成 4. waitForExit会调用agent.proxy.Run,也就是envoy的Run方法,这里会启动envoy。 每次配置发生变化,都会调用agent.reconcile,也就会启动新的envoy,这样envoy越来越多,老的envoy进程怎么办? agent代码的
    0 码力 | 28 页 | 3.09 MB | 5 月前
    3
  • pdf文档 OpenShift Container Platform 4.14 Operator

    reate;update; patch;delete // +kubebuilder:rbac:groups=core,resources=pods,verbs=get;list; // Reconcile is part of the main kubernetes reconciliation loop which aims to // move the current state of the the desired state. OpenShift Container Platform 4.14 Operator 186 // TODO(user): Modify the Reconcile function to compare the state specified by // the Memcached object against the actual cluster state // For more details, check Reconcile and its Result here: // - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.7.0/pkg/reconcile func (r *MemcachedReconciler) Reconcile(ctx context.Context, req ctrl
    0 码力 | 423 页 | 4.26 MB | 1 年前
    3
  • pdf文档 OpenShift Container Platform 4.13 虚拟化

    jq ".status.conditions" [ { "lastTransitionTime": "2022-12-09T16:29:11Z", "message": "Reconcile completed successfully", "observedGeneration": 3, "reason": "ReconcileCompleted", "status": "ReconcileComplete" }, { "lastTransitionTime": "2022-12-09T20:30:10Z", "message": "Reconcile completed successfully", "observedGeneration": 3, "reason": "ReconcileCompleted", "status": "type": "Available" }, { "lastTransitionTime": "2022-12-09T20:30:10Z", "message": "Reconcile completed successfully", "observedGeneration": 3, "reason": "ReconcileCompleted", "status":
    0 码力 | 393 页 | 4.53 MB | 1 年前
    3
  • pdf文档 KubeCon2020/腾讯会议大规模使用Kubernetes的技术实践

    Message Queue Dynamic Quota Operator Cluster _1 Cluster_1 Quota for Biz A etcd DynamicQuota reconcile Prometheus +Grafana Commit workload and DynamicQuota, PriorityClass, Workload Annotations Dynamic adjustment of offline jobs quota. Ø Offline job queue manager. Ø DynamicQuota-Operator to reconcile business quota. Ø ValidatingWebhook to validate pod add request. DynamicQuota Large-scale and
    0 码力 | 19 页 | 10.94 MB | 1 年前
    3
  • pdf文档 OpenShift Container Platform 4.10 CLI 工具

    Container Platform 4.10 CLI 工具 工具 24 2.5.1.9. oc auth can-i 检查是否允许操作 用法示例 用法示例 2.5.1.10. oc auth reconcile 协调 RBAC 角色、角色绑定、集群角色和集群角色绑定对象的规则 用法示例 用法示例 2.5.1.11. oc autoscale 自动缩放部署配置、部署、副本集、有状态集或复制控制器 allowed actions in namespace "foo" oc auth can-i --list --namespace=foo # Reconcile RBAC resources from a file oc auth reconcile -f my-rbac-rules.yaml # Auto scale a deployment "foo", with the number
    0 码力 | 120 页 | 1.04 MB | 1 年前
    3
  • pdf文档 OpenShift Container Platform 4.13 CLI 工具

    "foo" oc auth can-i --list --namespace=foo 第 第 2 章 章 OPENSHIFT CLI (OC) 29 2.7.1.10. oc auth reconcile 协调 RBAC 角色、角色绑定、集群角色和集群角色绑定对象的规则 用法示例 用法示例 2.7.1.11. oc autoscale 自动缩放部署配置、部署、副本集、有状态集或复制控制器 取消正在运行、待处理或新的构建 用法示例 用法示例 2.7.1.13. oc cluster-info 显示集群信息 用法示例 用法示例 # Reconcile RBAC resources from a file oc auth reconcile -f my-rbac-rules.yaml # Auto scale a deployment "foo", with the number
    0 码力 | 128 页 | 1.11 MB | 1 年前
    3
  • pdf文档 OpenShift Container Platform 4.8 CLI 工具

    Container Platform 4.8 CLI 工具 工具 24 2.5.1.9. oc auth can-i 检查是否允许操作 用法示例 用法示例 2.5.1.10. oc auth reconcile 协调 RBAC 角色、RoleBinding、ClusterRole 和 ClusterRoleBinding 对象的规则 用法示例 用法示例 2.5.1.11. oc autoscale allowed actions in namespace "foo" oc auth can-i --list --namespace=foo # Reconcile rbac resources from a file oc auth reconcile -f my-rbac-rules.yaml # Auto scale a deployment "foo", with the number
    0 码力 | 152 页 | 1.24 MB | 1 年前
    3
  • pdf文档 OpenShift Container Platform 4.10 虚拟化

    ReconcileComplete True Reconcile completed successfully Available True Reconcile completed successfully Progressing False Reconcile completed successfully Degraded False Reconcile completed completed successfully Upgradeable True Reconcile completed successfully $ oc get vmi -l kubevirt.io/outdatedLauncherImage --all-namespaces OpenShift Container Platform 4.10 虚 虚拟 拟化 化 38 第 6 章 为 KUBEVIRT-CONTROLLER
    0 码力 | 307 页 | 3.45 MB | 1 年前
    3
  • pdf文档 01. K8s扩展功能解析

    deleted Resource Item Resource status Resource Spec: running list/watch resource change Reconcile resource status to spec © 2017 Rancher Labs, Inc. API Aggregation • What API aggregation provides
    0 码力 | 12 页 | 1.08 MB | 1 年前
    3
共 23 条
  • 1
  • 2
  • 3
前往
页
相关搜索词
OperatorPatternGo扩展Kubernetes最佳实践ServiceMesh结合容器平台思考OpenShiftContainerPlatform4.144.13虚拟虚拟化KubeCon2020腾讯会议大规规模大规模使用技术4.10CLI工具4.801K8s功能解析
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩