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

无数据

分类

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

语言

全部英语(11)中文(简体)(6)中文(繁体)(1)

格式

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

    orchestration capabilities like: • Automated rollouts and rollbacks of deployments • Service discovery and load balancing capabilities − As Kubernetes gives its own IP address to Pods and services you try to define the sequence of steps, which unfortunately is an additional overhead on the operator. GitOps promotes a declarative approach. Every object you use in GitOps can be coded and declared to GitOps workflows. For example, when a group of configuration updates are made by a human operator, the Kubernetes orchestrator will keep applying those changes until the cluster's state is converged
    0 码力 | 8 页 | 1.35 MB | 1 年前
    3
  • pdf文档 The Path to GitOps

    Open Cluster Management Other GitOps Tools PipeCD Keptn Pulumi Kubernetes Operator Summary 18 Chapter 3–Templating Everything in Git Kustomize Helm Operators The concept “do more with less” applies here. With IaC, you no longer need to hire at a “person per node” ratio. Removing the need for manual configuration frees up administrators to do other things. it. To get the same behavior from IaC and fixed servers, the IaC tool would have to destroy the node and recreate it every time there is immutable drift, which isn’t too practical. This is the advantage
    0 码力 | 45 页 | 1.09 MB | 1 年前
    3
  • pdf文档 The Practical Guide to GitOps

    uses the operator pattern. 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 cluster. Here is a typical developer workflow for creating or updating a new feature: 1. A pull request for a new feature is pushed to Git for review. 2. The code is reviewed and approved by a colleague cluster is out of date. It pulls the changed manifests from the config repo and deploys the new feature to production. eBook 13 Tutorial Prerequisites To complete this tutorial, you will need a Kubernetes
    0 码力 | 37 页 | 850.88 KB | 1 年前
    3
  • pdf文档 Red Hat OpenShift GitOps 1.13 基础架构节点上的 GitOps 工作负载

    the European Union and other countries. Node.js ® is an official trademark of Joyent. Red Hat is not formally related to or endorsed by the official Joyent Node.js open source or commercial project. The 点上运 运行 行 GITOPS CONTROL PLANE 工作 工作负载 负载 1.1. 将 GITOPS CONTROL PLANE 工作负载移到基础架构节点 1.2. 将 GITOPS OPERATOR POD 移到基础架构节点 1.3. 其他资源 3 3 4 6 目 目录 录 1 Red Hat OpenShift GitOps 1.13 基 基础 础架 架构节 构节点上的 点上的 Container Platform 在基础架构节点上运行 GitOps control plane 工作负载。默认 情况下,这包括 Operator pod 和由 openshift-gitops 命名空间中的 Red Hat OpenShift GitOps Operator 创建的 control plane 工作负载,包括此命名空间中的默认 Argo CD 实例。 使用 GitOps control
    0 码力 | 10 页 | 122.25 KB | 1 年前
    3
  • pdf文档 Red Hat OpenShift GitOps 1.10 Removing GitOps

    GitOps Removing OpenShift GitOps Operator from your cluster Last Updated: 2024-01-11 Red Hat OpenShift GitOps 1.10 Removing GitOps Removing OpenShift GitOps Operator from your cluster Legal Notice the European Union and other countries. Node.js ® is an official trademark of Joyent. Red Hat is not formally related to or endorsed by the official Joyent Node.js open source or commercial project. The instances added to the default namespace of the OpenShift GitOps Operator. It also discusses how to remove the OpenShift GitOps Operator from your cluster. . . . . . . . . . . . . . . . . . . . . . .
    0 码力 | 8 页 | 47.36 KB | 1 年前
    3
  • pdf文档 Red Hat OpenShift GitOps 1.13 了解 OpenShift GitOps

    the European Union and other countries. Node.js ® is an official trademark of Joyent. Red Hat is not formally related to or endorsed by the official Joyent Node.js open source or commercial project. The ? 3 第 2 章 关于 RED HAT OPENSHIFT GITOPS Red Hat OpenShift GitOps 是一个使用 Argo CD 作为声明性 GitOps 引擎的 Operator。它启用了多集群 OpenShift 和 Kubernetes 基础架构的 GitOps 工作流。使用 Red Hat OpenShift GitOps,管理员可以在 集群和开发生命周期中一致地配置和部署基于 分析和实验等高 级部署功能。 集群范 集群范围 围的 的实 实例 例 Argo CD 配置为管理集群中的所有资源的模式,包括某些特定于集群的资源,如集群配置、集群 RBAC、Operator 资源、平台 Operator 或 secret。 control plane (GitOps control plane) 在 GitOps 上下文中,您可以为每个安装的 Argo CD 有一个 control
    0 码力 | 17 页 | 203.28 KB | 1 年前
    3
  • pdf文档 What's new with GitOps and OpenShift

    pull-requests” GitOps Benefits 5 GitOps is for Everyone Developers Operations Kubernetes Cluster Node 1 Kubernetes (K8s) is an open-source system for automating deployment, scaling, and management containerized applications. TLDR; It is a resource scheduler KUBERNETES 101 6 Node Node Node Node Node Node Node Node 1 1 2 2 2 2 3 3 3 4 4 Applications OpenShift 4 - A Smarter Kubernetes / ● Sometimes you have cases where you need to deploy things in a specific order ○ Subscribe Operator before deploying instance ○ Create namespace/project before deploying application into it ○ Deploy
    0 码力 | 34 页 | 2.01 MB | 1 年前
    3
  • pdf文档 THE GITOPS GUIDE TO BUILDING & MANAGING INTERNAL PLATFORMS

    progressive delivery Progressive delivery is an advanced 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 MediaMarktSaturn uses Flagger to automate canary releases in a GitOps pipeline. Whenever the GitOps operator, in their case, Flux, detects a new version, Flagger spins up a new canary release and shifts traffic
    0 码力 | 15 页 | 623.52 KB | 1 年前
    3
  • pdf文档 GITOPS EXPLAINED: CONCEPTS, BENEFITS & GETTING STARTED

    (Learn how to build a CI/CD pipeline.) The differentiating factor of a GitOps pipeline is the GitOps operator. This mechanism sits between the pipeline and the infrastructure platform, acting as a middleman between them. There are multiple available operators such as: Kubernetes Operator Terraform Cloud Operator Azure Service Operator Etc. GitOps workflow Now, we’ve got a Git repository and a properly configured CI/CD pipeline. The pipeline will then inform the Git Operator, which will pick up all the modifications and the desired new state. The Git operator will then compare the state of the existing infrastructure
    0 码力 | 7 页 | 426.93 KB | 1 年前
    3
  • pdf文档 Getting Started and Beyond: Istio Multicluster with GitOps

    Container Istio Sidecar Proxy Istio Ingress Gateway Istio Egress Gateway @rytswd Istio Operator istio-operator Manages Istio installation with IstioOperator Custom Resource Example ● Data Plane with com/prometheus/prometheus Prometheus Operator Version v0.45.0 Jaeger https://github.com/jaegertracing/jaeger Jaeger Operator Version v1.21.3 Kiali https://github.com/kiali/kiali Kiali Operator Version v1.29.0 KinD
    0 码力 | 38 页 | 3.05 MB | 1 年前
    3
共 18 条
  • 1
  • 2
前往
页
相关搜索词
RafayDZoneRefcardGitopsforkubernetes2022ThePathtoGitOpsPracticalGuideRedHatOpenShift1.13基础架构基础架构节点工作负载1.10Removing了解WhatnewwithandTHEGITOPSGUIDETOBUILDINGMANAGINGINTERNALPLATFORMSEXPLAINEDCONCEPTSBENEFITSGETTINGSTARTEDGettingStartedBeyondIstioMulticluster
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩