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

无数据

分类

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

语言

全部英语(12)中文(繁体)(2)中文(简体)(1)

格式

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

    Splitting CI and CD 1.3. Promotion of releases between environments 1.4. Modeling multi-environment configurations 1.5. Auto-scaling and dynamic resources 1.6. GitOps rollbacks 1.7. Observability promotion of releases between environments 4. There is no standard practice for modeling multi-environment configurations 5. GitOps breaks down with auto-scaling and dynamic resources 6. There is no of GitOps. There are also several underlying issues such as not knowing exactly when your environment has finished with the deployment in order to trigger the tests. The same scenario is trivial
    0 码力 | 29 页 | 1.61 MB | 1 年前
    3
  • pdf文档 The Path to GitOps

    central point of deciding what and how to operate on something. Kubernetes controls the operating environment by comparing the declared (desired) state of an object to the current running state. If these work in an “end state,” which will be the final state achieved by changes made by the GitOps environment. Lastly, the desired state must be declarative. The state of a system is stored as a set of declarations delivery, where someone makes a commit and sees those changes relatively quickly in a dev/staging environment. Continuous deployment takes continuous delivery one step further, deploying the changes into
    0 码力 | 45 页 | 1.09 MB | 1 年前
    3
  • pdf文档 What's new with GitOps and OpenShift

    methodologies What is GitOps? 3 Why GitOps? It takes weeks (or months!) to provision an environment The application behaves different in production than it did in test Environments are all on-premises environment Autoscaling of cloud resources One-click updates for platform, services, and applications OpenShift and GitOps - A Perfect Match ● OpenShift is a declarative environment ○ Cluster makes it happen ● GitOps in traditional environments requires automation/scripting, declarative environment minimizes or eliminates this need ● Declarations are yaml files which are easily stored and
    0 码力 | 34 页 | 2.01 MB | 1 年前
    3
  • pdf文档 Continuous Delivery and GitOps on OpenShift

    CD for deployment to environments ● Kustomize for environment-specific configs ● Integration with secret managers $ kam bootstrap $ kam environment add stage GitOps Application Manager CLI 31 Pull Image Registry Pull-request app manifests Pull Dev Environment Staging Environment Prod Environment Push Sync $ kam bootstrap linkedin.com/company/red-hat youtube
    0 码力 | 32 页 | 2.13 MB | 1 年前
    3
  • pdf文档 3 Key Elements for Your GitOps strategy

    tooling to update the config repo. The config changes are then pushed/pulled to the deployment environment. Git Repo 1 Git Repo 2 CI/CD Infrastructure as Code Application Config Management Application sometimes is preferable for managing varying infrastructure components outside the Kubernetes environment. Push vs. Pull-Based Architecture Push-based architecture also relies on CI/CD tools like Jenkins push-based approach, only the automation tooling needs write access to the environment. In a pull-based approach, the environment just needs read access to the git repository. This greatly reduces the attack
    0 码力 | 14 页 | 761.79 KB | 1 年前
    3
  • pdf文档 Rafay DZone Refcard Gitops for kubernetes 2022

    specific cluster credentials to make a change to your system. With GitOps, there is a segregated environment, and the state definition lives outside of it. This allows your team to separate what they actually Also, separating responsibility between packaging software and releasing it to a production environment embodies the security principle of least privilege, reducing the impact of compromise and providing achieve the same? Well, it helps in the recovery of infrastructure environments as the entire environment and components we would have present are declaratively defined in our Git repository. So disaster
    0 码力 | 8 页 | 1.35 MB | 1 年前
    3
  • pdf文档 GitOps on AWS: Increase velocity of your DevOps teams

    declarative descriptions of all desired elements in the production environment while an automated process ensures the production environment matches the described state. P.4 Weave the principles of GitOps cluster credentials or manual intervention to make a change to the system. As a segregated environment, the system can only be changed through Git, thereby reducing user error and speeding up time understood by developers. As a result, many teams don’t realize the full benefits of their DevOps environment because the operational complexity of the infrastructure holds them back. Using GitOps best practices
    0 码力 | 10 页 | 2.41 MB | 1 年前
    3
  • pdf文档 THE GITOPS GUIDE TO BUILDING & MANAGING INTERNAL PLATFORMS

    the basics in their hands to start deploying and running their application in our very specific environment. We are running everything on-prem. We run workloads also traditionally in many locations. We mindset where your design stays in Git, and everything is in Git. Your production or staging environment will pull from Git continuously to implement whatever change you want to make, to ensure you have BUILDING & MANAGING INTERNAL PLATFORMS 10 ▼ The key is to monitor your staging and your production environment, and look at anything that’s not in Git. Anything that’s drifting or not present in Git is effectively
    0 码力 | 15 页 | 623.52 KB | 1 年前
    3
  • pdf文档 GITOPS EXPLAINED: CONCEPTS, BENEFITS & GETTING STARTED

    will be carried out in a staging environment, which acts as a further fail safe before the final deployment of the infrastructure modifications to the production environment. Likewise, a GitOps pipeline offers example Let's take a real-world scenario of GitOps where a web application is deployed in a cloud environment. Assume there is a sudden spike in traffic to the application, which creates performance issues
    0 码力 | 7 页 | 426.93 KB | 1 年前
    3
  • pdf文档 The Practical Guide to GitOps

    need cluster credentials to make a change to your system. With GitOps, there is a segregated environment that the state definition lives outside of. This allows you to separate what you do and how you’re Read/Write access to container repository Read/Write access to the continuous integration environment Runs inside the production cluster Read/Write access to configuration repository Read access the master and any joining nodes. Part 1: Spin up a Kubernetes Cluster eBook 18 5. Set up the environment for Kubernetes. On the master run the following as a regular user: sudo cp /etc/kubernetes/admin
    0 码力 | 37 页 | 850.88 KB | 1 年前
    3
共 15 条
  • 1
  • 2
前往
页
相关搜索词
GitOps2.0TheFutureofDevOpsEbookPathtoWhatnewwithandOpenShiftContinuousDeliveryonKeyElementsforYourstrategyRafayDZoneRefcardGitopskubernetes2022AWSIncreasevelocityyourteamsTHEGITOPSGUIDETOBUILDINGMANAGINGINTERNALPLATFORMSEXPLAINEDCONCEPTSBENEFITSGETTINGSTARTEDPracticalGuide
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩