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

无数据

分类

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

语言

全部英语(9)中文(简体)(4)中文(繁体)(1)

格式

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

    allow developers to use familiar workflows, reducing the time it takes to spin up new development, test environments, or deploy new features to a cluster. Teams can ship more changes per day, and this based on values/variables. You can find more about them here. HELM FILE STRUCTURE test-chart Example ``` test-chart/ ├── charts #Required ├── Chart.yaml ├── NOTES.txt │ ├── serviceaccount.yaml │ ├── service.yaml │ └── tests │ └── test-connection.yaml └── values.yaml #Required ``` KUSTOMIZE Apart from the
    0 码力 | 8 页 | 1.35 MB | 1 年前
    3
  • pdf文档 What's new with GitOps and OpenShift

    to provision an environment The application behaves different in production than it did in test Environments are all manually configured (“pets vs. cattle”) Production deployments have Argo CD manage deployments? Approach 1: Multiple repositories /taxi-config-stage.git /taxi-config-test.git /taxi-config-prod.git /taxi-config-dev.git /taxi.git Approach 2 : Single Repository ├── apps required to manage SDLC ArgoCD Managed Deployment Pipeline Managed Deployment Pro Consistent Post-Test update of image reference Con Image reference updated in git before integration tests, manage rollback
    0 码力 | 34 页 | 2.01 MB | 1 年前
    3
  • pdf文档 The Path to GitOps

    linear, basing each stage on previous ones. That’s why the term commonly used for the CI/CD build/test/deploy process is a pipeline. It can provide integration, delivery, and deployment in a continuous manifests are generally the same, and there are only slight differences between them in the dev and test environments. Now let’s do some customization. To render the YAML output for the dev environ- ment Branches Another best practice that surprises many programmers is to separate environments– such as test and production–into different directories, but not create branches for them. Like the separation
    0 码力 | 45 页 | 1.09 MB | 1 年前
    3
  • pdf文档 Continuous Delivery and GitOps on OpenShift

    quality applications rapidly 2 Continuous Integration(CI) & Continuous Delivery (CD) 3 Build Test Security Checks Release Deploy Stage Deploy Prod Continuous Integration Continuous Delivery Monitor Detect drift Take action CD Continuous Integration & Continuous Delivery 10 Build Test Security Checks Release Deploy Stage Deploy Prod OpenShift Build Automate building container
    0 码力 | 32 页 | 2.13 MB | 1 年前
    3
  • pdf文档 Getting Started and Beyond: Istio Multicluster with GitOps

    Install into some cluster ● Tweak some simple configuration ● Add / remove offerings you are keen to test and see in action ● Add custom configuration on top of simple setup ● Install in cluster with Install into some cluster ● Tweak some simple configuration ● Add / remove offerings you are keen to test and see in action ● Add custom configuration on top of simple setup With requirements such as:
    0 码力 | 38 页 | 3.05 MB | 1 年前
    3
  • pdf文档 THE GITOPS GUIDE TO BUILDING & MANAGING INTERNAL PLATFORMS

    release pattern that allows you to release a new feature to a small percentage of users, let them test it out, and if it works well enough, make it available to everyone. It is a great way to enhance GitOps maturity. However, if your organization is at an early stage in this journey and you’d like to test the waters first, Weave GitOps Core is the underlying open source project that any organization can
    0 码力 | 15 页 | 623.52 KB | 1 年前
    3
  • pdf文档 From DevOps to GitOps with GitLab 公開版

    Cloud Cloud App Infra GitLab Runner 1. App 有更新嗎? 2. infra 有更新嗎? 3.有!執⾏異動! Worker Build Test Release Validate Plan Validate Plan Approve 圖片來源 https://gitlab.com/gitops-demo/readme 圖片來源 https://gitlab
    0 码力 | 46 页 | 14.46 MB | 1 年前
    3
  • pdf文档 高效智能运维[云+社区技术沙龙第29期] - ServerlessOps

    4 weeks 开发 Coding 上线 Online More Than 8 weeks 最终上线后,我需要维护… 运维复杂 Complex Ops 测试复杂 Complex Test 扩展复杂 Complex Scaling 稳定安全 Reliability, Security 只关注核心业务 核心业务逻辑 Core Business Code 数据库读写,文件存储
    0 码力 | 32 页 | 4.85 MB | 1 年前
    3
  • pdf文档 GitOps on AWS: Increase velocity of your DevOps teams

    state) with what is currently running in the clusters. Build Deploy “Immutability Firewall” Test Operate & Manage IDE Monitor GIT GitOps unifies deployment, monitoring, and management GitOps
    0 码力 | 10 页 | 2.41 MB | 1 年前
    3
  • ppt文档 Zadig 产品使用手册

    发布工程师 核心场景介绍:不同角色工程师基于统一协作平面,操作使用自动化工作流和云原生环境 面向角色 功能描述 工作流名称样例 具体配置 开发工程师 CI 过程 project-unit-test project-scan • 单元测试、代码扫描 更新日常开发环境及 dev 业务配 置 project-dev-workflow • 构建、配置变更( Apollo/Nacos )、数
    0 码力 | 52 页 | 22.95 MB | 1 年前
    3
共 14 条
  • 1
  • 2
前往
页
相关搜索词
RafayDZoneRefcardGitopsforkubernetes2022WhatnewwithGitOpsandOpenShiftThePathtoContinuousDeliveryonGettingStartedBeyondIstioMulticlusterTHEGITOPSGUIDETOBUILDINGMANAGINGINTERNALPLATFORMSFromDevOpsGitLab公開版高效智能运维社区技术沙龙29ServerlessOpsAWSIncreasevelocityofyourteamsZadig产品使用手册使用手册
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩