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

无数据

分类

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

语言

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

格式

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

    application. The Weave Cloud deployment agent automatically updates the front- end YAML manifest file in this repository. Part 2: Fork the Demo Application Repository eBook 23 PART 3: SETUP CI AND in Quay.io and link it to Travis CI (continued) 1. Ensure that the Robot Account has Admin permissions in Quay on your repository. 2. Copy the username and the generated token for the Quay robot Setup CI and Connect a Container Registry eBook 29 6. Edit the travis.yml file In the env section of the .travis.yml file located in the root of the forked front-end repo add quay.io/
    0 码力 | 37 页 | 850.88 KB | 1 年前
    3
  • pdf文档 3 Key Elements for Your GitOps strategy

    while ensuring clear separation and control over changes in each layer of the system. User Permissions and Access Controls To operate and maintain a GitOps system effectively, you will need a certain the system’s stability, reliability, and scalability. It’s important to implement appropriate permissions models and access controls to ensure the security and integrity of your code and infrastructure infrastructure. Common practices include role-based access control (RBAC), Git repository permissions, branch protection, secure practices for managing and storing sensitive information like API keys and strong
    0 码力 | 14 页 | 761.79 KB | 1 年前
    3
  • pdf文档 CurveFS rename 接口实现方案

    接口实现的调研及方案设计。 rename 操作,主要操作的是 dentry,如 rename /dir1/file1 /dir2/file2,主要有 2 个步骤:(1) 删除 file1 的 dentry,(2) 增加 file2 的 dentry(该 dentry 的 inodeid 等同 file1 的 inode id)。 关于 rename 接口的实现,主要调研了 chubaofs 和 juicefs,而 4. (1) 用户不能在源目录或目标目录下创建相应文件了,因为文件名被占用了(如 rename /dir1/file1 /dir2/file2,既不能在 /dir1 目录下创建 file1,也不能在 /dir2 目录下创建 file2 ) (2) 并且因为存在硬链接,不能通过再次 rename 来获取成功(一般用户 rename 返回失败后,有可能希望再次执行 when overwriting there will probably be a window in which both oldpath and newpath refer to the file being renamed rename(3) - Linux man page This rename() function is equivalent for regular files
    0 码力 | 15 页 | 555.93 KB | 6 月前
    3
  • pdf文档 The Path to GitOps

    result is the same each time, so the operation is idempo- tent. In contrast, adding a line to a log file leaves multiple lines for the event, so it is not idempotent. This issue doesn’t seem obvious at original YAML configuration file. Kustomize is organized in a hierarchical directory structure of bases and overlays. A base is a directory with a kustomization.yaml file containing a set of resources overlay and can be used in multiple overlays. An overlay is a directory with a kustomization.yaml file that refers to other Kustom- ize directories as its bases. An overlay can draw from multiple bases
    0 码力 | 45 页 | 1.09 MB | 1 年前
    3
  • pdf文档 GitOps 2.0 The Future of DevOps Ebook

    cluster. While you can provide a values.yml file on the fly when a Helm release is installed, a best practice is to also commit the values file to Git. You can have different value values for each the initial deployment. Following the GitOps paradigm, the Git repository that contains the values file should be monitored along with the chart that exists in the chart repo. If their merge result is out-of-sync if the cluster configuration no longer matches the Git repository, which holds the manifests file that describes the application. Out of sync With the Argo CD integration in place, you
    0 码力 | 29 页 | 1.61 MB | 1 年前
    3
  • pdf文档 CloudExplorer 3.0 部署运维手册v1.2

    usage: python Install-Tools.py -H [ ] -P -u -p -U file> file> -- eg: 1)Install Nginx python Install-Tools.py -H 10.1.13.222 10.1.13.228 -P 22 扩展模块部署 注:扩展模块的文件包目录为:/opt/installer/extensions,即整包的解包目录,注意解压后 不要删除扩展模块文件。 f2cctl install-module [FILE] 部署安装 FIT2CLOUD 模块 示例:f2cctl install-module oss-service-2.0.0.tar.gz 杭州飞致云信息科技有限公司 19 4.6 应用升级
    0 码力 | 29 页 | 0 Bytes | 1 年前
    3
  • pdf文档 What's new with GitOps and OpenShift

    hierarchical directory structure of bases and overlays. ● A base is a directory with a kustomization.yaml file that contains a set of resources and associated customization. ○ A base has no knowledge of an overlay overlay and can be used in multiple overlays. ● An overlay is a directory with a kustomization.yaml file that refers to other kustomization directories as its bases ○ An overlay may have multiple bases
    0 码力 | 34 页 | 2.01 MB | 1 年前
    3
  • pdf文档 Rafay DZone Refcard Gitops for kubernetes 2022

    valid Kubernetes manifests based on values/variables. You can find more about them here. HELM FILE STRUCTURE test-chart Example ``` test-chart/ ├── charts #Required count, volume mounts, etc. The “how” to change are the kustomization/config files. Kustomize file structure example: ├── base │ ├── deployment.yaml │ ├── kustomization.yaml └── overlays
    0 码力 | 8 页 | 1.35 MB | 1 年前
    3
  • pdf文档 THE GITOPS GUIDE TO BUILDING & MANAGING INTERNAL PLATFORMS

    better way to access these tools and resources that eliminate obstacles. Developers should not have to file a list of support tickets and wait forever to get what they need. It’s a good idea to have a consistent
    0 码力 | 15 页 | 623.52 KB | 1 年前
    3
共 9 条
  • 1
前往
页
相关搜索词
ThePracticalGuidetoGitOpsKeyElementsforYourstrategyCurveFSrename接口实现方案Path2.0FutureofDevOpsEbookCloudExplorer3.0部署运维手册v1WhatnewwithandOpenShiftRafayDZoneRefcardGitopskubernetes2022THEGITOPSGUIDETOBUILDINGMANAGINGINTERNALPLATFORMS
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩