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

无数据

分类

全部系统运维(10)DevOps(10)

语言

全部英语(6)中文(简体)(4)

格式

全部PDF文档 PDF(10)
 
本次搜索耗时 0.030 秒,为您找到相关结果约 10 个.
  • 全部
  • 系统运维
  • DevOps
  • 全部
  • 英语
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 The Path to GitOps

    containers provide an advantage. Containers Change the Game Containers represent a totally different view of continuity in your infrastructure. You make software changes not by updating an existing configuration 38 for decrypting the encrypted secrets. The second component is a command-line inter- face (CLI) client called kubeseal, used by end users to encrypt secrets. The Sealed Secrets controller watches for
    0 码力 | 45 页 | 1.09 MB | 1 年前
    3
  • pdf文档 CurveFS rename 接口实现方案

    提交事务,将 2 个 copyset 对应的 txid 都加一 (这一步是通过 etcd 的事务实现,不存在一个 copyset_txid 加一,一个没加一) (4) 如果事务提交成功了,更新 Client 的 txid 缓存 (5) 下次访问的时候,带上对应 copyset 的最新 txid (copyset_txid),判断 PendingTX,如果 (copyset_txid >= PendingTxId 个字节),增加的存储量为 8 * copyset 的数量 MeteServer 中的每个 Copyset 需要增加一个字段 PendingTx (持久化在 MetaSever 中),因为每次 Client 来访问的时候都需要与这个 PendingTx 作比较 PeningTxId 为 int64 (8 个字节),PendingTxKey (parentId + name) = (8 + 256) dentryA, dentryB 所属 copyset 的 txid copyset1_txid = 0 copyset3_txid = 0 步骤 2:Client 去 copyset1 删除对应 dentryA 2.1: Client 将 copyset1_txid + 1 去请求 copyset1,发送 RPC 事务请求 rpc_request( txid:1, key:parentId+A
    0 码力 | 15 页 | 555.93 KB | 6 月前
    3
  • pdf文档 What's new with GitOps and OpenShift

    workflow 30 Dedicated GitOps View Empower developers with visibility of their application across all environments DEVELOPING ON Kubernetes ● Dedicated GitOps view ● View all app groupings ● Drill
    0 码力 | 34 页 | 2.01 MB | 1 年前
    3
  • pdf文档 The Practical Guide to GitOps

    instance. Weave Cloud instances are the primary workspaces for your application and provides a view onto your cluster and the application that is running on it. 1. Step through the setup screens and see several objects created in your cluster. 3. Weave Cloud is now connected to your instances. View your cluster by clicking on the Explore tab. For automated deployments and GitOps, there is one Part 4: Let’s Get Started with GitOps eBook 33 Part 4: Let’s Get Started with GitOps eBook 34 2. View the Sock Shop in Your Browser Find the port that the cluster allocated for the front-end service
    0 码力 | 37 页 | 850.88 KB | 1 年前
    3
  • pdf文档 3 Key Elements for Your GitOps strategy

    state and changes. Observability complements monitoring by providing a broader and more detailed view of the system, allowing for better understanding and troubleshooting of complex and dynamic environments Git (GitHub documentation) • Install GitLab with Docker • Resolve Merge Conflicts in Git • View all Git guides in Akamai’s documentation library • Learn how to manage Kubernetes resources with
    0 码力 | 14 页 | 761.79 KB | 1 年前
    3
  • pdf文档 GitOps 2.0 The Future of DevOps Ebook

    both high-level and low-level representations. On one hand, we need a way to provide a bird’s eye view of the whole company/department deployments to all stakeholders who need an easy and understandable problem by combining these two kinds of information (git hashes and features) in a single cohesive view. You can now use the new Codefresh dashboard and correlate extra information on top of a single
    0 码力 | 29 页 | 1.61 MB | 1 年前
    3
  • pdf文档 CloudExplorer 3.0 管理员手册v1.2

    填写云账号名称  云插件: 列表中选择 Azure 杭州飞致云信息科技有限公司 41 图 3-19 添加 Azure 云账号页面  填写 Client ID  填写 Tenant ID 在 Azure 控制台找到 Client ID 和 Tenant ID 具体方法为。 (1)在 Azure 搜索 AAD 服务,点击 Azure Active Directory (2)在左 (2)在左侧菜单中选择【应用注册】打开【应用注册】页面,在页面中点击【新注 册】按钮 新增加一个应用。 (3)点击新添加的应用名,在概览页可以找到 Client ID(客户端 ID)和 Tenant ID (租户 ID)。如果找不到之前创建的 TenantID,可以到 [所有应用程序] 里找一下。 杭州飞致云信息科技有限公司 42 图 3-20 应用注册页面 图 3-21 所有应用程序列表页面
    0 码力 | 308 页 | 0 Bytes | 1 年前
    3
  • pdf文档 高效智能运维[云+社区技术沙龙第29期] - 冲上云霄—腾讯海量业务上云实践

    •增量完成后切换读写 •VIP或DNS寻址 数据库搬迁上云方式 接入层与应用层切换上云 TGW 接入服务 业务 服务框架 Redis CEPH KVM Kafka Mysql Client CLB 接入服务 业务 服务框架 Redis COS TKE/CVM CKafka CDB CFS DNS:GSLB 灰度到全量的过程 腾讯IDC环境 腾讯云环境 流量逐步迁移
    0 码力 | 26 页 | 2.39 MB | 1 年前
    3
  • pdf文档 Rafay DZone Refcard Gitops for kubernetes 2022

    involves helping to make technical directions on different DevOps and SRE project teams, overlooking client engagement health, ensuring there are no technical blockers for teams, and mentoring and coaching
    0 码力 | 8 页 | 1.35 MB | 1 年前
    3
  • pdf文档 JumpServer ⼴受欢迎的开源堡垒机

    通知 / 审批 LDAP 对象存储 ⽇志存储 … Linux Windows ⽹络设备 数据库 Web 虚拟应⽤ … 基础设施 使⽤者 服务 Https API SSH Client … KMS JumpServer 提供的堡垒机必备功能 身份验证 Authentication 登录认证 LDAP / AD 认证;CAS 认证; RADIUS 认证;⽀持单点系统对接(OpenID、OAuth
    0 码力 | 49 页 | 14.87 MB | 1 年前
    3
共 10 条
  • 1
前往
页
相关搜索词
ThePathtoGitOpsCurveFSrename接口实现方案WhatnewwithandOpenShiftPracticalGuideKeyElementsforYourstrategy2.0FutureofDevOpsEbookCloudExplorer3.0管理管理员手册v1高效智能运维社区技术沙龙29冲上云霄腾讯海量业务上云实践RafayDZoneRefcardGitopskubernetes2022JumpServer欢迎受欢迎开源堡垒
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩