积分充值
 首页
前端开发
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)

语言

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

格式

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

    3 KEY ELEMENTS FOR YOUR GITOPS STRATEGY Copyright 2024 Akamai Technologies. All rights reserved. Any trademarked names and logos are property of their respective companies. EBOOK GITOPS 3 KEY ELEMENTS . . . . . . . . . . . . . . . . . . . . . 12 | 03 3 KEY ELEMENTS FOR YOUR GITOPS STRATEGY Copyright 2024 Akamai Technologies. All rights reserved. Any trademarked philosophy of GitOps, what your current deployment strategy looks like, and essential tools are key to implementing a successful GitOps strategy. In this ebook you will learn: • a refresher on the
    0 码力 | 14 页 | 761.79 KB | 1 年前
    3
  • pdf文档 CurveFS rename 接口实现方案

    srcDentry, dstDentry 所在 copyset 对应的 txid 分别加 1 (copyset_txid+1) 去删除/创建/修改 dentry copyset_txid+1 为 key 的副本,原始 dentry 不动),并设置 PendingTx 为本次事务 如果上一步骤成功了,就提交事务,将 srcDentry, dstDentry 所在 copyset 的 txid 都加 1(这一步是通过 下次访问的时候,带上对应 copyset 的最新 txid (copyset_txid),判断 PendingTx,如果 (copyset_txid >= PendingTxId && rpc_request.key == PendingTxKey),则表明 PendingTx 对应的事务是已经成功了的,并且 PendingTx 对应事务刚好操作的是请求的 dentry,则返回 PendingTxKey + PendingTxId 时,表示该 dentry 已删除 操作: 删除 dentry:创建副本 dentry (KEY: parentId + name + copyset_txid+1, VALUE: flag = DeleteMarkFlag, nodeId=...) 创建 dentry:创建副本 dentry (KEY: parentId + name + copyset_txid+1, VALUE: flag
    0 码力 | 15 页 | 555.93 KB | 6 月前
    3
  • pdf文档 The Path to GitOps

    delivery method for years, and now operations teams will have to adopt similar workflows. But there are key differences between how you manage your code in Git and how you manage your GitOps configuration in pipeline that builds the application, runs tests against it, and maybe triggers other pipelines. The key point here is that the process is synchronous, and there are typically dependencies between each step Kubernetes cluster to encrypt and decrypt secrets using asymmetric cryptography (also known as public-key cryptography). Sealed Secrets has become very popular, especially among GitOps practitioners, because
    0 码力 | 45 页 | 1.09 MB | 1 年前
    3
  • pdf文档 THE GITOPS GUIDE TO BUILDING & MANAGING INTERNAL PLATFORMS

    the best way to enable this platform approach. These two sentences are a concise summary of the key ideas in this paper. In the last few years, the role of the developer has changed drastically. The experience. Further, we look at how GitOps is the way to build internal platforms at scale. With these key strategic initiatives in place, software delivery teams can release software continuously, and with are numerous reasons for adopting a platform approach to software delivery. Here are some of the key reasons: Manage deployments from on-premise to cloud to edge Scale infrastructure to meet demands
    0 码力 | 15 页 | 623.52 KB | 1 年前
    3
  • pdf文档 CloudExplorer 3.0 管理员手册v1.2

    (3)在【创建云账号】页面中:  填写云账号名称  云插件列表中选择阿里云 杭州飞致云信息科技有限公司 33 图 3-7 添加阿里云 API 账号  填写 Access Key ID, Access Key Secret  以阿里云账号登录阿里云控制台后,如图 3-8 所示,点击右上角头像,在下拉 菜单中选择"AccessKey 管理"进入 AccessKey 管理页面,如图 3-9 打开【创建云账号】页面。 (3)在【创建云账号】页面中:  填写云账号名称  云插件列表中选择腾讯云 图 3-11 添加腾讯公有云 API 账号页面  填写 Access Key ID, Access Key Secret 杭州飞致云信息科技有限公司 36 以腾讯云账号登录控制台后,在右上角用户信息下拉菜单中,如图 3-12 所示, 选择【访问管理】打开【API 密钥管理】页面,如图 密钥文件, 密钥文件中有 Access Key ID, Access Key Secret。  对象存储 OBS 访问密钥 Secret,可在【访问密钥】页面创建密钥后下载查看,如 图 3-17 所示。 图 3-17 创建密钥页面 下载打开 credential.csv 密钥文件,如图 3-18 所示,可以看到 Access Key ID, Access Key Secret。 杭州飞致云信息科技有限公司
    0 码力 | 308 页 | 0 Bytes | 1 年前
    3
  • pdf文档 How GitOps Boosts Business Performance: The Facts

    professionals worldwide. It charts the performance of engineering teams across the world against four key measures: lead time for new features, failure rate of code changes, frequency of deployment and the report, DORA has done more than simply measure the impact of DevOps practices. It has identified four key performance indicators that correlate positively with profits and market share. This link is so strong competitive business success DORA research shows that organizations with the best velocity on four key measures are twice as likely to meet their organizational goals. The four measures are referred
    0 码力 | 9 页 | 506.50 KB | 1 年前
    3
  • pdf文档 The Practical Guide to GitOps

    Deliver quality at speed $ eBook 2 The Freedom of Choice Table of Contents The Principles of GitOps Key Benefits of GitOps What Happens When you Adopt GitOps? Typical CI/CD Pipeline GitOps Separation previous application state. With Git’s excellent security guarantees, you can also use your SSH key to sign commits that enforce strong security guarantees about the authorship and provenance of your overall development output 2-3 times. 1. Increased Productivity 2. Enhanced Developer Experience Key Benefits of GitOps Push code and not containers. By applying GitOps best practices developers use
    0 码力 | 37 页 | 850.88 KB | 1 年前
    3
  • pdf文档 Rafay DZone Refcard Gitops for kubernetes 2022

    Kubernetes. In this Refcard, we will dive into what GitOps means in the Kubernetes world, key principles, and the advantages for cloud-native ecosystems. ABOUT GITOPS FOR KUBERNETES Thanks • Declarative in nature This list continues to grow with every release. Let’s now explore the key benefits GitOps brings to Kubernetes. INCREASED SPEED AND PRODUCTIVITY Continuous deployment manage changes, as well as the ability to sign the changes to prove authorship and origin — are key to a correct and secure definition of the cluster’s desired state. If a security breach does occur
    0 码力 | 8 页 | 1.35 MB | 1 年前
    3
  • pdf文档 Red Hat OpenShift GitOps 1.13 基础架构节点上的 GitOps 工作负载

    e spec: runOnInfra: true tolerations: - effect: NoSchedule key: infra value: reserved - effect: NoExecute key: infra value: reserved $ oc label node node-role.kubernetes spec: config: nodeSelector: 1 node-role.kubernetes.io/infra: "" tolerations: 2 - key: node-role.kubernetes.io/infra operator: Exists effect: NoSchedule subscription.operators
    0 码力 | 10 页 | 122.25 KB | 1 年前
    3
  • pdf文档 Continuous Delivery and GitOps on OpenShift

    Delivery and GitOps on OpenShift Christian Hernandez Technical Marketing Manager DevOps is the key to meet the insatiable demand for delivering quality applications rapidly 2 Continuous Integration(CI) Security Checks Release Deploy Stage Deploy Prod Continuous Integration Continuous Delivery A key DevOps principle for automation, consistency and reliability 4 What is GitOps? An developer-centric
    0 码力 | 32 页 | 2.13 MB | 1 年前
    3
共 10 条
  • 1
前往
页
相关搜索词
KeyElementsforYourGitOpsstrategyCurveFSrename接口实现方案ThePathtoTHEGITOPSGUIDETOBUILDINGMANAGINGINTERNALPLATFORMSCloudExplorer3.0管理管理员手册v1HowBoostsBusinessPerformanceFactsPracticalGuideRafayDZoneRefcardGitopskubernetes2022RedHatOpenShift1.13基础架构基础架构节点工作负载ContinuousDeliveryandon
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩