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

无数据

分类

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

语言

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

格式

全部PDF文档 PDF(12)
 
本次搜索耗时 0.015 秒,为您找到相关结果约 12 个.
  • 全部
  • 系统运维
  • DevOps
  • 全部
  • 英语
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 THE GITOPS GUIDE TO BUILDING & MANAGING INTERNAL PLATFORMS

    your developers. Especially if your organization has numerous different teams, each with its own set of products, and priorities. A great developer experience gets out of the way, leaving the developer immediately spotted and corrected. GitOps is great for building internal platforms because it has a set of strong defaults for versioning using Git repositories. The GitOps framework can greatly simplify standard cluster development platform that spans environments with security guardrails and a common set of cloud- native patterns, like secrets management, in place that any development team can deploy
    0 码力 | 15 页 | 623.52 KB | 1 年前
    3
  • pdf文档 The Path to GitOps

    there weren’t many tools that had fully embraced Kubernetes natively. But a line in that podcast set the course for where I wanted things to head: “To me, GitOps is the holy grail of software and infrastructure declarative model to define instances and automate their deploy- ment. You can think about Kubernetes as a set of APIs that uses state as a central point of deciding what and how to operate on something. Kubernetes the CNCF. In October 2021, the GitOps Working Group released the OpenGitOps Principles [1.10], a set of principles for managing software systems. We’ll look at the four major princi- ples in the sections
    0 码力 | 45 页 | 1.09 MB | 1 年前
    3
  • pdf文档 Rafay DZone Refcard Gitops for kubernetes 2022

    what we call the “desired state of your system”. Once you deploy all of this into the cluster and set up your application ecosystem, we call it an “actual state of your system”. The “Configuration drift” Kubernetes provides a built-in mechanism for automating the deployments. A Kubernetes cluster applies a set of changes in the correct order and in a timely manner. • Convergence: Kubernetes will keep trying Before diving further, let's first understand how traditional CI/CD works as most organizations that set off on their journey to continuous delivery normally start by automating a CI/CD pipeline. In this
    0 码力 | 8 页 | 1.35 MB | 1 年前
    3
  • pdf文档 The Practical Guide to GitOps

    freedom to choose the best tools for the different parts of your CICD pipeline. You can select a set of tools from the open source ecosystem or from closed source or depending on your use case, you that can be treated as code. Declarative means that configuration is guaranteed by a set of facts instead of by a set of instructions. With your application’s declarations versioned in Git, you have GITOPS HANDS ON TUTORIAL eBook 12 GitOps Hands On Tutorial In this tutorial, we’ll show you how to set up a CI/CD pipeline. We’ll then deploy a demo application to a cluster, make a small update to the
    0 码力 | 37 页 | 850.88 KB | 1 年前
    3
  • pdf文档 GitOps 2.0 The Future of DevOps Ebook

    today are ​Flux ​and ​ArgoCD​. As several organizations are adopting GitOps tools, it is clear that a set of best practices are needed in several areas that are not currently covered by the existing tools standards we aim to implement in what we defined as our vision for GitOps2.0. We will explain a set of solutions both in theory (the vision) as well as in practice (our implementation). applications in your cluster. It can also be used for your own deployments. Helm works by marrying a set of templates for Kubernetes manifests along with their runtime values that are merged to create the
    0 码力 | 29 页 | 1.61 MB | 1 年前
    3
  • pdf文档 高效智能运维[云+社区技术沙龙第29期] - 冲上云霄—腾讯海量业务上云实践

    业务写入 业务接入 代理 存储转发 存储转发 存储转发 失败备机 业务读SET dispatch 深圳到上海 桥头堡 深圳到广州 桥头堡 深圳到上海 桥头堡 深圳到广州 桥头堡 存储转发 存储转发 存储转发 存储转发 存储转发 存储转发 业务读SET dispatch 业务读SET dispatch 上海云 深圳自研 广州云 云原生 开发方法 敏捷开发、DevOps
    0 码力 | 26 页 | 2.39 MB | 1 年前
    3
  • pdf文档 3 Key Elements for Your GitOps strategy

    cloud service has different APIs, syntax, and other features, and each comes with its own unique set of “gotchas.” This com- plexity is compounded by the need to ensure consistency in deployment, security concepts but have distinct differences in their approach and scope. Monitoring provides a predefined set of metrics and indicators for tracking system health, while observability offers a more flexible and other resources to help you get started with Git to create your own GitOps pipeline. Resources • Set up Git (GitHub documentation) • Install GitLab with Docker • Resolve Merge Conflicts in Git
    0 码力 | 14 页 | 761.79 KB | 1 年前
    3
  • pdf文档 How GitOps Boosts Business Performance: The Facts

    results achieved by the best performing organizations. GitOps: the best way to do it GitOps is a set of best practices and operating models for managing cloud native technologies that together make the business success. How GitOps Boosts Business Performance: The Facts 5 WHAT IS GITOPS? GitOps is a set of best practices and an operational model that reduces the complexity of Kubernetes and makes it improved system reliability. Increased velocity with GitOps GitOps goes further than any other set of tools or practices to realize the potential of DevOps. By automating so much of the operations
    0 码力 | 9 页 | 506.50 KB | 1 年前
    3
  • pdf文档 GitOps on AWS: Increase velocity of your DevOps teams

    deploying. The move to DevOps requires technical and cultural changes at an organizational level. A new set of tools that can abstract the complexity of the steps previously handled by large teams must be adopted
    0 码力 | 10 页 | 2.41 MB | 1 年前
    3
  • pdf文档 GITOPS EXPLAINED: CONCEPTS, BENEFITS & GETTING STARTED

    GitOps and how to leverage it for delivering cloud-native applications. What is GitOps? GitOps is a set of practices that are aimed at managing the underlying infrastructure of an application. It utilizes
    0 码力 | 7 页 | 426.93 KB | 1 年前
    3
共 12 条
  • 1
  • 2
前往
页
相关搜索词
THEGITOPSGUIDETOBUILDINGMANAGINGINTERNALPLATFORMSThePathtoGitOpsRafayDZoneRefcardGitopsforkubernetes2022PracticalGuide2.0FutureofDevOpsEbook高效智能运维社区技术沙龙29冲上云霄腾讯海量业务上云实践KeyElementsYourstrategyHowBoostsBusinessPerformanceFactsonAWSIncreasevelocityyourteamsEXPLAINEDCONCEPTSBENEFITSGETTINGSTARTED
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩