积分充值
 首页
前端开发
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文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(25)区块链(20)系统运维(17)httpd(17)云计算&大数据(16)OpenShift(11)Kubernetes(3)Go(2)Kotlin(2)云原生CNCF(1)

语言

全部中文(简体)(58)

格式

全部PDF文档 PDF(30)其他文档 其他(28)
 
本次搜索耗时 0.241 秒,为您找到相关结果约 58 个.
  • 全部
  • 后端开发
  • 区块链
  • 系统运维
  • httpd
  • 云计算&大数据
  • OpenShift
  • Kubernetes
  • Go
  • Kotlin
  • 云原生CNCF
  • 全部
  • 中文(简体)
  • 全部
  • 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文档 Golang大规模云原生应用管理实践

    NewAPIRecorder(mgr.GetEventRecorderFor(name))))) } func (r *OAMApplicationReconciler) Reconcile(req reconcile.Request) (result reconcile.Result, returnErr error) { … ac := &v1alpha2.ApplicationConfiguration{} if err := r.client.Get(ctx, req.NamespacedName, ac); err != nil { return reconcile.Result{}, errors.Wrap(resource.IgnoreNotFound(err), errGetAppConfig) } acPatch := ac.DeepCopy() workloads, depStatus Status.Dependency = *depStatus } // the posthook function will do the final status update return reconcile.Result{RequeueAfter: waitTime}, nil } 1 获取应用期望状态 控制器初始化 2 解析期望的WTS状态 3 调谐动作-更新与新增 4 调谐动作-删除
    0 码力 | 23 页 | 7.70 MB | 1 年前
    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.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文档 王宜国 - 基于 Rust 编程语⾔构建 Amphitheatre CLI Desktop Server 的全平台实践经验

    kube-rs 基于 kube-rs 编写 Kubernetes Controller 及资源操作 Operator (CRD Controller) Cluster CRD reconcile Reconcile Period (60s) Kubernetes 资源布局示意 kube-rs: Kubernetes 资源操作 使⽤⾃定义资源时,通过 kube-derive 的 proc_macros
    0 码力 | 34 页 | 10.81 MB | 1 年前
    3
  • epub文档 FISCO BCOS 2.9.0 中文文档

    它是一套稳定、高效、安全的区块链数据治理组件解决方案,可无缝适配 FISCO BCOS区块链底层平台。它由数据导出组件(Data-Export)、数据仓库 组件(Data-Stash)、数据对账组件(Data-Reconcile)这三款相互独立、可插 拔、可灵活组装的组件所组成,开箱即用,灵活便捷,易于二次开发。 区块链多方协作治理组件:开启治理实践新起点 WeBankBlockchain-Governance区块链多方协作治理组件是一套轻量解耦、 -Data-Export/index.html] Data-Reconcile 数据对账组件: [GitHub] [https://github.com/WeBankBlockchain/Data-Reconcile] [Gitee] [https://gitee.com/WeBankBlockchain/Data-Reconcile] [文档] [https://data- doc.readthedocs readthedocs.io/zh_CN/stable/docs/WeBankBlockchain-Data-Reconcile/index.html] WeBankBlockchain-Governance 多方治理协作组件: Governance-Account 账户治理组件: [GitHub] [https://github.com/WeBankBlockchain/Governance-Account]
    0 码力 | 2649 页 | 201.08 MB | 1 年前
    3
  • epub文档 FISCO BCOS 2.9.0 中文文档

    它是一套稳定、高效、安全的区块链数据治理组件解决方案,可无缝适配 FISCO BCOS区块链底层平台。它由数据导出组件(Data-Export)、数据仓库 组件(Data-Stash)、数据对账组件(Data-Reconcile)这三款相互独立、可插 拔、可灵活组装的组件所组成,开箱即用,灵活便捷,易于二次开发。 区块链多方协作治理组件:开启治理实践新起点 WeBankBlockchain-Governance区块链多方协作治理组件是一套轻量解耦、 -Data-Export/index.html] Data-Reconcile 数据对账组件: [GitHub] [https://github.com/WeBankBlockchain/Data-Reconcile] [Gitee] [https://gitee.com/WeBankBlockchain/Data-Reconcile] [文档] [https://data- doc.readthedocs readthedocs.io/zh_CN/stable/docs/WeBankBlockchain-Data-Reconcile/index.html] WeBankBlockchain-Governance 多方治理协作组件: Governance-Account 账户治理组件: [GitHub] [https://github.com/WeBankBlockchain/Governance-Account]
    0 码力 | 2649 页 | 201.08 MB | 1 年前
    3
  • epub文档 FISCO BCOS 2.0 中文文档

    它是一套稳定、高效、安全的区块链数据治理组件解决方案,可无缝适配 FISCO BCOS区块链底层平台。它由数据导出组件(Data-Export)、数据仓库 组件(Data-Stash)、数据对账组件(Data-Reconcile)这三款相互独立、可插 拔、可灵活组装的组件所组成,开箱即用,灵活便捷,易于二次开发。 区块链多方协作治理组件:开启治理实践新起点 WeBankBlockchain-Governance区块链多方协作治理组件是一套轻量解耦、 -Data-Export/index.html] Data-Reconcile 数据对账组件: [GitHub] [https://github.com/WeBankBlockchain/Data-Reconcile] [Gitee] [https://gitee.com/WeBankBlockchain/Data-Reconcile] [文档] [https://data- doc.readthedocs readthedocs.io/zh_CN/stable/docs/WeBankBlockchain-Data-Reconcile/index.html] WeBankBlockchain-Governance 多方治理协作组件: Governance-Account 账户治理组件: [GitHub] [https://github.com/WeBankBlockchain/Governance-Account]
    0 码力 | 2649 页 | 201.08 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
共 58 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
前往
页
相关搜索词
OperatorPatternGo扩展Kubernetes最佳实践Golang大规规模大规模原生应用管理ServiceMesh结合容器平台思考OpenShiftContainerPlatform4.13虚拟虚拟化KubeCon2020腾讯会议使用技术王宜国基于Rust编程构建AmphitheatreCLIDesktopServer经验实践经验FISCOBCOS2.9中文文档3.64.10工具
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩