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

无数据

分类

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

语言

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

格式

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

    continuous stream of releases. Figure 1-1: The CI/CD workflow. Continuous integration builds and tests new code changes and merges them into a shared repository on a regular basis. CI is a form of rapid delivery one step further, deploying the changes into actual production (after they pass automated tests). Continuous deploy- ment supersedes continuous delivery and is now seen as full DevOps automation 4] in Kubernetes. A CRD lets you define a resource Kubernetes can manage that is not part of the core primitives that Kubernetes is used to working with. For example, Kubernetes knows how to work with
    0 码力 | 45 页 | 1.09 MB | 1 年前
    3
  • pdf文档 Rafay DZone Refcard Gitops for kubernetes 2022

    and control loop for managing your cluster. PRINCIPLES OF GITOPS GitOps is based on several core tenets: DECLARATIVE DESCRIPTION Thanks to modern Infrastructure as Code (IaC) and configuration ├── ingress.yaml │ ├── NOTES.txt │ ├── serviceaccount.yaml │ ├── service.yaml │ └── tests │ └── test-connection.yaml └── values.yaml #Required ``` KUSTOMIZE dive into how GitOps workflow is different from our traditional CI-CD flow. We will also review core benefits over the traditional CI/CD approach. TRADITIONAL CI/CD WORKFLOW OVERVIEW Before diving
    0 码力 | 8 页 | 1.35 MB | 1 年前
    3
  • pdf文档 GitOps 2.0 The Future of DevOps Ebook

    what happens in the system ● Code changes always go through an automated process ● Deployments, tests, and rollbacks controlled through Git flow ● Integration with secrets providers ● No hand-rolled already there. This means that tasks such as… ● Compiling code ● Running unit/integration tests ● Security scanning ● Static analysis ...are not a concern of GitOps tools and are assumed that you want to run some smoke tests AFTER a deployment has finished and the result of the tests will decide if a rollback will take place or not. Smoke tests As I said in the previous
    0 码力 | 29 页 | 1.61 MB | 1 年前
    3
  • pdf文档 The Practical Guide to GitOps

    in your cluster. When you push that code to Git, the continuous integration tool kicks off unit tests that eventually build the Docker image that gets pushed to the container registry. With a typical DELIVERY PIPELINE CONTINUOUS INTEGRATION CONTINUOUS DEPLOYMENT Write Code VCS Code Base Unit Tests Integ Tests Container Registry DEPLOY eBook 8 Security and the Typical CI/CD Pipeline How secure is the to the application and deploy the change with Weave Cloud. In our product Weave Cloud, the GitOps core machinery is in its CI/CD tooling with the critical piece being continuous deployment (CD) that
    0 码力 | 37 页 | 850.88 KB | 1 年前
    3
  • pdf文档 What's new with GitOps and OpenShift

    Consistent Post-Test update of image reference Con Image reference updated in git before integration tests, manage rollback? Inconsistent Con Pipeline tools must be able to wait for sync Application repo PIPELINES Near Term (3-6 months) Mid Term (6-9 months) Long Term (9+ months) ECOSYSTEM UX ` CORE UX ● Unprivileged pipelines ● Auto-pruning pipeline runs and task runs ● Pipeline admin metrics Community-contributions ● OCI artifacts for task distribution ● Additional Tekton resource types in Hub CORE ● Console pages for all Tekton resources ● Console displays additional pipeline metadata ● Console
    0 码力 | 34 页 | 2.01 MB | 1 年前
    3
  • pdf文档 THE GITOPS GUIDE TO BUILDING & MANAGING INTERNAL PLATFORMS

    on-prem. We run workloads also traditionally in many locations. We have a handful of what we call core locations, 20 to 25, then there are near edge locations and there are more than 10,000 edge locations 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 get started with. It includes many they need for development and monitoring. With RBAC, SSO, and Git’s version control, you can make core DevSecOps practices the norm without any added effort. Leverage Flagger and a service mesh tool
    0 码力 | 15 页 | 623.52 KB | 1 年前
    3
  • pdf文档 3 Key Elements for Your GitOps strategy

    implementing a successful GitOps strategy. In this ebook you will learn: • a refresher on the the core principles of GitOps, • how your deployment strategy affects your GitOps plan, and • why observability to see in your GitOps strategy, be sure to remember those foundational elements: stay true to the core GitOps principles, understand your deployment strategy, and be sure to empower your team with observability
    0 码力 | 14 页 | 761.79 KB | 1 年前
    3
  • pdf文档 高效智能运维[云+社区技术沙龙第29期] - ServerlessOps

    Complex Ops 测试复杂 Complex Test 扩展复杂 Complex Scaling 稳定安全 Reliability, Security 只关注核心业务 核心业务逻辑 Core Business Code 数据库读写,文件存储 DB & Storage THANKS ServerlessCloudNative 用户Q群:537539545
    0 码力 | 32 页 | 4.85 MB | 1 年前
    3
  • pdf文档 GITOPS EXPLAINED: CONCEPTS, BENEFITS & GETTING STARTED

    use the same DevOps practices when creating infrastructure. Principles of GitOps There are a few core principles that apply when implementing and dealing with GitOps. Let’s take a look. Declarative system
    0 码力 | 7 页 | 426.93 KB | 1 年前
    3
  • pdf文档 How GitOps Boosts Business Performance: The Facts

    Technology, in particular cloud native technology like Kubernetes and its ecosystem of projects, is now a core competency for organizations in all industries, from manufacturing and banking to retail and travel
    0 码力 | 9 页 | 506.50 KB | 1 年前
    3
共 11 条
  • 1
  • 2
前往
页
相关搜索词
ThePathtoGitOpsRafayDZoneRefcardGitopsforkubernetes20222.0FutureofDevOpsEbookPracticalGuideWhatnewwithandOpenShiftTHEGITOPSGUIDETOBUILDINGMANAGINGINTERNALPLATFORMSKeyElementsYourstrategy高效智能运维社区技术沙龙29ServerlessOpsEXPLAINEDCONCEPTSBENEFITSGETTINGSTARTEDHowBoostsBusinessPerformanceFacts
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩