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

无数据

分类

全部后端开发(972)Python(345)Java(259)综合其他(253)云计算&大数据(223)Weblate(212)Spring(205)数据库(165)VirtualBox(113)C++(95)

语言

全部英语(1700)

格式

全部PDF文档 PDF(1244)其他文档 其他(453)DOC文档 DOC(3)
 
本次搜索耗时 0.017 秒,为您找到相关结果约 1000 个.
  • 全部
  • 后端开发
  • Python
  • Java
  • 综合其他
  • 云计算&大数据
  • Weblate
  • Spring
  • 数据库
  • VirtualBox
  • C++
  • 全部
  • 英语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • DOC文档 DOC
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 GitOps Continuous Delivery with Argo and Codefresh

    GitOps Continuous Delivery with Argo and Codefresh BRANDON PHILLIPS | CODEFRESH Info slide (not for presentation) Original Abstract: GitOps is the gold standard for managing and deploying Kubernetes and organizational problems around CI/CD, Kubernetes application drift, and traceability through the engineering process. New: GitOps Continuous Delivery with Argo and Codefresh Description: Never make releases time and time again. Rather than pushing changes, Argo pulls and syncs code changes to a cluster. When combined with Codefresh’s CI/CD components we can get something magical. Brandon Phillips
    0 码力 | 14 页 | 1.25 MB | 1 年前
    3
  • pdf文档 What's new with GitOps and OpenShift

    triggered from Git Tools of the Trade https://argoproj.github.io/argo-cd https://kustomize.io/ Argo CD Kustomize Argo CD - What is It? Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes ○ Helm ○ Kustomize ○ Ksonnet/Jsonnet ○ Directories of yaml ● It is not a CI tool What is an Argo CD Application? apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: product-catalog-dev git targetRevision: master syncPolicy: automated: prune: false selfHeal: false ● Argo CD Application is a Custom Resource (CR) that defines the app in a declarative manner ● Application
    0 码力 | 34 页 | 2.01 MB | 1 年前
    3
  • pdf文档 The Path to GitOps

    Immutable Pulled Automatically Continuously Reconciled GitOps and CI/CD Traditional CI/CD Workflows Where does GitOps fit in? Operations via Pull Request Summary Infrastructure as Code Challenges of Infrastructure as Code Containers Change the Game Argo CD Flux Open Cluster Management Other GitOps Tools PipeCD Keptn Pulumi 33 Chapter 6–CI/CD with GitOps CI and CD Can Be Decoupled Integrating Synchronous and Asynchronous Tools CI Managed Benefits Drawbacks CI Owned and CD via GitOps
    0 码力 | 45 页 | 1.09 MB | 1 年前
    3
  • pdf文档 GitOps 2.0 The Future of DevOps Ebook

    DEVOPS Table of Contents 1. The Pains of GitOps 1.0 1.1. GitOps tools 1.2. Splitting CI and CD 1.3. Promotion of releases between environments 1.4. Modeling multi-environment configurations comes from features and not Git hashes 3.3. The new Codefresh GitOps dashboard 3.4. Argo CD Integration 3.5. CI/CD pipelines with Codefresh 3.6. Getting started with GitOps 2.0 Introduction points of GitOps: 1. GitOps covers only a subset of the software lifecycle 2. Splitting CI and CD with GitOps is not straightforward 3. GitOps doesn’t address promotion of releases between environments
    0 码力 | 29 页 | 1.61 MB | 1 年前
    3
  • pdf文档 Continuous Delivery and GitOps on OpenShift

    for delivering quality applications rapidly 2 Continuous Integration(CI) & Continuous Delivery (CD) 3 Build Test Security Checks Release Deploy Stage Deploy Prod Continuous Integration Continuous approach to application delivery A A A What you want (desired state) What you have (current state) CD Why GitOps? Reliably and consistently configure multiple Kubernetes clusters and deployment 6 Delivery Model 8 Source Git Repository Config Git Repository Image Registry Kubernetes CI CD The GitOps Application Delivery Model Pull Request Push Pull Push Pull Pull Request 9 Source
    0 码力 | 32 页 | 2.13 MB | 1 年前
    3
  • pdf文档 Red Hat OpenShift GitOps 1.10 Removing GitOps

    property of their respective owners. Abstract This document provides instructions for deleting the Argo CD instances added to the default namespace of the OpenShift GitOps Operator. It also discusses how . . . . Table of Contents CHAPTER 1. UNINSTALLING RED HAT OPENSHIFT GITOPS 1.1. DELETING THE ARGO CD INSTANCES 1.2. UNINSTALLING THE GITOPS OPERATOR 3 3 3 Table of Contents 1 Red Hat OpenShift GITOPS Uninstalling the Red Hat OpenShift GitOps Operator is a two-step process: 1. Delete the Argo CD instances that were added under the default namespace of the Red Hat OpenShift GitOps Operator.
    0 码力 | 8 页 | 47.36 KB | 1 年前
    3
  • pdf文档 Getting Started and Beyond: Istio Multicluster with GitOps

    is GitOps? ● Declarative cluster management ● All changes are driven by Git repo This demo uses Argo CD. Benefits are: ● Git repo becomes source of truth ● Clear change history ● Pull Request approval Demo What’s next? @rytswd NOTE: This demo is based on Istio Version 1.7.5. Argo CD https://github.com/argoproj/argo-cd Version v1.8.2 Grafana https://github.com/grafana/grafana Version v7.4.0, Helm
    0 码力 | 38 页 | 3.05 MB | 1 年前
    3
  • pdf文档 Competitor Analysis: KubeSpherevs. Rancher andOpenShift

    Alerting ※※※※ ※※※※※ ※※※※ Notification ※※※※ ※※※ ※※※※※ Application Template ※※※※ ※※※※※ ※※※※ CI/CD Pipeline ※※※※※ ※※※※※ ※※※ Application Lifecycle Management ※※※※※ ※ ※ Metering & Billing ※※※※※ Source-to-Image and Binary-to-Image supported Source-to-Image and Binary-to-Image not supported CI/CD Pipeline Jenkins pipelines supported with built-in graphical editing panels Jenkins pipelines visual editing panels (OpenShift Pipeline); GitOps supported with integration of built-in Argo CD and Tekton Jenkins pipelines supported with built-in graphical editing panels Code scanning
    0 码力 | 18 页 | 718.71 KB | 1 年前
    3
  • pdf文档 Rafay DZone Refcard Gitops for kubernetes 2022

    and systems needed to manage version control, configuration management, Infrastructure as Code, CI/CD, and observability have drastically increased. This puts an additional burden on the developer turnaround for new features and functionality for the customer. SELF-SERVICE With the existing CI/CD approach, the development team remains dependent on the operations team to deploy new changes in CI-CD flow. We will also review core benefits over the traditional CI/CD approach. TRADITIONAL CI/CD WORKFLOW OVERVIEW Before diving further, let's first understand how traditional CI/CD works
    0 码力 | 8 页 | 1.35 MB | 1 年前
    3
  • pdf文档 [Buyers Guide_DRAFT_REVIEW_V3] Rancher 2.6, OpenShift, Tanzu, Anthos

    Application Catalog 4 4 3 1 Provision with Config Management Systems 4 3 3 3 Integration with CI/CD Solutions 3 4 2 4 Advanced Monitoring 4 4 3 2 Alerts and Notifications 4 4 3 2 External the environment. 3.3.3 CI/CD Capabilities • SUSE Rancher: 3 • OpenShift: 4 • Tanzu: 2 • Anthos: 4 3.3.3.1 SUSE Rancher SUSE Rancher integrates with any CI/CD system that works with Kubernetes already have a CI/CD system in place, they can leverage SUSE Rancher Continuous Delivery (SUSE Rancher CD) which incorporates the use of SUSE Rancher project Fleet. SUSE Rancher CD is a GitOps-based
    0 码力 | 39 页 | 488.95 KB | 1 年前
    3
共 1000 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 100
前往
页
相关搜索词
GitOpsContinuousDeliverywithArgoandCodefreshWhatnewOpenShiftThePathto2.0FutureofDevOpsEbookonRedHat1.10RemovingGettingStartedBeyondIstioMulticlusterCompetitorAnalysisKubeSpherevsRancherandOpenShiftRafayDZoneRefcardGitopsforkubernetes2022BuyersGuideDRAFTREVIEWV32.6TanzuAnthos
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩