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

语言

全部英语(9)

格式

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

    demo-sa-admin-stage.rolebinding.yaml │ ├── role-binding.yaml │ ├── role.yaml │ └── serviceaccount.yaml ├── 03-tasks │ ├── buildah-task.yaml │ ├── create-github-status-task.yaml │ ├── deploy-from-source-task.yaml in 1.14 oc apply -k apps/myapp/overlays/dev Kustomize - Organization https://kubernetes.io/docs/tasks/manage-kubernetes-objects/kustomization/#bases-and-overlays Kustomize is organized in a hierarchical Prometheus ● In-cluster Tekton catalog and hub ● Jenkins migration guide ● Deployment pattern custom tasks ● OpenShift Pipelines GA ● Disconnected clusters (air-gapped) ● Proxy support ● Pipeline as code
    0 码力 | 34 页 | 2.01 MB | 1 年前
    3
  • pdf文档 Continuous Delivery and GitOps on OpenShift

    discover and install Tekton Tasks Tekton Concepts: Pipeline 25 OPENSHIFT PIPELINES kind: Pipeline metadata: name: deploy-dev spec: params: - name: IMAGE_TAG tasks: - name: git taskRef: runAfter: ["build"] ● A graph of Tasks: concurrent & sequential ● Tasks run on different nodes ● Task execution logic ○ Conditional ○ Retries ● Share data between tasks git build deploy 26 OpenShift
    0 码力 | 32 页 | 2.13 MB | 1 年前
    3
  • pdf文档 GitOps 2.0 The Future of DevOps Ebook

    First of all, GitOps requires that your deployment artifacts are already there. This means that tasks such as… ● Compiling code ● Running unit/integration tests ● Security scanning ● Static deployment part of an application artifact. The full software life cycle includes several other tasks until that point that deals with the packaging of the artifact, the unit tests, security scanning GitOps tools focus only on the deployment part of the release cycle and ignore all other associated tasks. You could argue that this is their primary focus and they don’t have to provide anything else regarding
    0 码力 | 29 页 | 1.61 MB | 1 年前
    3
  • pdf文档 How GitOps Boosts Business Performance: The Facts

    They can work in a world they know, using pull requests to accelerate deployment and operations tasks. The benefits for development teams include increased velocity and improved system reliability. your organization. Not only will all your CI/CD pipelines be driven by pull request, but operations tasks will also be fully reproducible through Git. 6. Stronger security guarantees With strong cryptography
    0 码力 | 9 页 | 506.50 KB | 1 年前
    3
  • pdf文档 The Practical Guide to GitOps

    continuous integration and continuous deployment pipelines all driven by pull request, but your operations tasks are also fully reproducible through Git. 6. Stronger Security Guarantees Git’s strong correctness This is significant on two levels: 1. It is more secure. 2. It automates complex error prone tasks like having to manually update YAML manifests. With the operator pattern, an agent acts on behalf
    0 码力 | 37 页 | 850.88 KB | 1 年前
    3
  • pdf文档 The Path to GitOps

    Repository and Directory Structures When adopting GitOps, organizations must plan carefully to divide tasks and config- uration files appropriately between repositories and directories in each repository. the deployment, a postsync hook can trigger additional pipelines to perform any post-deployment tasks. The model is illustrated in Figure 6-3. Figure 6-3: The CI-triggered and GitOps-owned method.
    0 码力 | 45 页 | 1.09 MB | 1 年前
    3
  • pdf文档 GITOPS EXPLAINED: CONCEPTS, BENEFITS & GETTING STARTED

    Streamlined, automated pipelines GitOps translates all the manual, complicated infrastructure management tasks to a streamlined, automated pipeline. This declarative version-controlled approach makes the time-
    0 码力 | 7 页 | 426.93 KB | 1 年前
    3
  • pdf文档 3 Key Elements for Your GitOps strategy

    Code Transitioning to a cloud-native architecture also brings about an increase in maintenance tasks. The dynamic and distributed nature of cloud-native applications requires continuous monitoring
    0 码力 | 14 页 | 761.79 KB | 1 年前
    3
  • pdf文档 Rafay DZone Refcard Gitops for kubernetes 2022

    KUBERNETES REFCARD | SEPTEMBER 2022 5 similar structures for all microservices — all these tasks can be error- prone and laborious. To solve these different application configuration conundrums
    0 码力 | 8 页 | 1.35 MB | 1 年前
    3
共 9 条
  • 1
前往
页
相关搜索词
WhatnewwithGitOpsandOpenShiftContinuousDeliveryon2.0TheFutureofDevOpsEbookHowBoostsBusinessPerformanceFactsPracticalGuidetoPathGITOPSEXPLAINEDCONCEPTSBENEFITSGETTINGSTARTEDKeyElementsforYourstrategyRafayDZoneRefcardGitopskubernetes2022
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩