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

无数据

分类

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

语言

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

格式

全部PDF文档 PDF(20)
 
本次搜索耗时 0.014 秒,为您找到相关结果约 20 个.
  • 全部
  • 系统运维
  • DevOps
  • 全部
  • 英语
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Rafay DZone Refcard Gitops for kubernetes 2022

    around Git, i.e., the version control ecosystem. The focus is entirely on keeping Git as a single source of truth for infrastructure and application configuration changes. In an ideal world, this approach entire state of your cluster kept under source control, diff tools and synchronization agents can compare what’s running in production with what’s under source control — and when a divergence is detected KUBERNETES REFCARD | SEPTEMBER 2022 3 SINGLE SOURCE OF TRUTH In the GitOps world, version control systems (VCS) like Git should be the only source of truth. Whatever changes one wants to perform
    0 码力 | 8 页 | 1.35 MB | 1 年前
    3
  • pdf文档 The Path to GitOps

    Challenges of Infrastructure as Code Containers Change the Game Argo CD Flux Open Cluster Management Other GitOps Tools PipeCD Keptn Pulumi Kubernetes Operator with it. Christian has built out a lot of the foundation of GitOps. If you asked me for the best source of GitOps knowledge, I’d say you’ve found them already. —Chris Short Co-chair, OpenGitOps/GitOps we’re also celebrating the opportunity he’s taken to continue to influence and evolve the GitOps community. We’re excited to share Christian’s enthusiasm for GitOps here in his first book, and we’ll continue
    0 码力 | 45 页 | 1.09 MB | 1 年前
    3
  • pdf文档 What's new with GitOps and OpenShift

    GitOps is for Everyone Developers Operations Kubernetes Cluster Node 1 Kubernetes (K8s) is an open-source system for automating deployment, scaling, and management of containerized applications. TLDR; which are easily stored and managed in git OpenShift GitOps Principles ● Separate application source code (Java/.Net/etc) from manifests (yaml) ● Deployment manifests are standard k8s manifests ● destination: namespace: argocd server: https://kubernetes.default.svc project: product-catalog source: path: manifests/app/overlays/dev-quay repoURL: https://github.com/gnunn-gitops/product-catalog
    0 码力 | 34 页 | 2.01 MB | 1 年前
    3
  • pdf文档 Continuous Delivery and GitOps on OpenShift

    Continuous Delivery and infrastructure operation Treat everything as code Git is the single source of truth Operations through Git workflows 5 GitOps Workflow a declarative approach to application teams Standard Workflow Multi-cluster consistency 7 Source Git Repository Image Registry CI The GitOps Application Delivery Model 8 Source Git Repository Config Git Repository Image Registry CD The GitOps Application Delivery Model Pull Request Push Pull Push Pull Pull Request 9 Source Git Repository Image Registry CI The GitOps Application Delivery Model Config Git Repository
    0 码力 | 32 页 | 2.13 MB | 1 年前
    3
  • pdf文档 GitOps on AWS: Increase velocity of your DevOps teams

    described, it can be versioned in Git. All changes for operations and applications share the same source of truth. Software agents continuously monitor the Git repo and reconcile any changes or divergences times by using Git to manage Kubernetes more rapidly. Recover in minutes Use Git as the single source of truth to revert/rollback and fork in the case of a catastrophic event. Meet compliance requirements and is certified Kubernetes conformant meaning it leverages all the benefits of open source tooling from the community and enables migration from standard Kubernetes applications without code refactoring
    0 码力 | 10 页 | 2.41 MB | 1 年前
    3
  • pdf文档 Red Hat OpenShift GitOps 1.10 Removing GitOps

    trademark of Joyent. Red Hat is not formally related to or endorsed by the official Joyent Node.js open source or commercial project. The OpenStack ® Word Mark and OpenStack logo are either registered trademarks/service We are not affiliated with, endorsed or sponsored by the OpenStack Foundation, or the OpenStack community. All other trademarks are the property of their respective owners. Abstract This document provides
    0 码力 | 8 页 | 47.36 KB | 1 年前
    3
  • pdf文档 Red Hat OpenShift GitOps 1.13 基础架构节点上的 GitOps 工作负载

    trademark of Joyent. Red Hat is not formally related to or endorsed by the official Joyent Node.js open source or commercial project. The OpenStack ® Word Mark and OpenStack logo are either registered trademarks/service We are not affiliated with, endorsed or sponsored by the OpenStack Foundation, or the OpenStack community. All other trademarks are the property of their respective owners. 摘要 摘要 本文档提供在 OpenShift GitOps
    0 码力 | 10 页 | 122.25 KB | 1 年前
    3
  • pdf文档 Red Hat OpenShift GitOps 1.13 了解 OpenShift GitOps

    trademark of Joyent. Red Hat is not formally related to or endorsed by the official Joyent Node.js open source or commercial project. The OpenStack ® Word Mark and OpenStack logo are either registered trademarks/service We are not affiliated with, endorsed or sponsored by the OpenStack Foundation, or the OpenStack community. All other trademarks are the property of their respective owners. 摘要 摘要 本文档概述 OpenShift GitOps
    0 码力 | 17 页 | 203.28 KB | 1 年前
    3
  • pdf文档 Getting Started and Beyond: Istio Multicluster with GitOps

    Welcome to the IstioCon 2021 IstioCon 2021 is the inaugural community conference for the industry's most popular service mesh. IstioCon is a community-led event, showcasing the lessons learned from running running Istio in production, hands-on experiences from the Istio community, and featuring maintainers from across the Istio ecosystem. The conference offers a mix of keynotes, technical talks, lightning talks and games are also included with two social hours to take the load off and mesh with the Istio community, vendors, and maintainers! #IstioCon Agenda ● Introduction ● Target Audience ● Topics covered
    0 码力 | 38 页 | 3.05 MB | 1 年前
    3
  • pdf文档 THE GITOPS GUIDE TO BUILDING & MANAGING INTERNAL PLATFORMS

    teams to improve overall organisational productivity and development velocity.” James Governor, — Source Redmonk.com Executive summary Adopting the platform approach alone is not enough. Organizations observability this is increasingly important. Good DX allows for shift left.” — James Governor, Source Redmonk.com 2021 State of DevOps report The 2021 State of DevOps report released by Puppet and friction. The internal platform approach Use of internal platforms and level of DevOps evolution Source: Puppet While there are many ways to deliver resources and tools to application developers, the
    0 码力 | 15 页 | 623.52 KB | 1 年前
    3
共 20 条
  • 1
  • 2
前往
页
相关搜索词
RafayDZoneRefcardGitopsforkubernetes2022ThePathtoGitOpsWhatnewwithandOpenShiftContinuousDeliveryonAWSIncreasevelocityofyourDevOpsteamsRedHat1.10Removing1.13基础架构基础架构节点工作负载了解GettingStartedBeyondIstioMulticlusterTHEGITOPSGUIDETOBUILDINGMANAGINGINTERNALPLATFORMS
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩