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

无数据

分类

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

语言

全部中文(简体)(5)英语(3)

格式

全部PDF文档 PDF(8)
 
本次搜索耗时 0.017 秒,为您找到相关结果约 8 个.
  • 全部
  • 系统运维
  • DevOps
  • 全部
  • 中文(简体)
  • 英语
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 JumpServer ⼴受欢迎的开源堡垒机

    ⾸次提出信息系统要实⾏等级保护, 并且确定了等级保护的职责单位。 发布《计算机信息系统安全等级保护 划分细则》 这⼀年被称为等级保护元年。等级保 护 1.0 (《信息安全技术-信息系统安 全等级保护定级指南》GB/T22240、 《信息安全技术-信息系统安全等级保 护基本要求》GB/T22239-2008)相关 标准发布实施。 《中华⼈⺠共和国⽹络安全法》发 布,这是⽹络安全的“基本法”,具有 强制性规范作⽤。
    0 码力 | 49 页 | 14.87 MB | 1 年前
    3
  • pdf文档 The Practical Guide to GitOps

    need to create a new repository for this tutorial and make it available from your cluster through a URL from Git. Github account A Kubernetes cluster This is the container repository that we’ll use in instructions that appear. 2. Config repository - Add the ssh URL with the path to the YAML files for the microservices-demo: SSH URL: git@github.com:/microservices-demo
    0 码力 | 37 页 | 850.88 KB | 1 年前
    3
  • pdf文档 Continuous Delivery and GitOps on OpenShift

    DISTRIBUTION OpenShift Builds 15 kind: Build metadata: name: myapp-buildpack spec: source: url: https://github.com/myorg/myapp strategy: name: buildpacks-v3 builder: image: paketobu output: image: quay.io/myorg/myapp:v1 kind: Build metadata: name: myapp-s2i spec: source: url: https://github.com/myorg/myapp strategy: name: source-to-image builder: image: registry.redhat
    0 码力 | 32 页 | 2.13 MB | 1 年前
    3
  • pdf文档 Red Hat OpenShift GitOps 1.13 了解 OpenShift GitOps

    accordance with CC-BY-SA, if you distribute this document or an adaptation of it, you must provide the URL for the original version. Red Hat, as the licensor of this document, waives the right to enforce, Red Hat OpenShift GitOps 文档包括在 https://docs.openshift.com/gitops/。 特定版本的文档使用版本选择器下拉列表,或者直接将版本添加到 URL,例如 https://docs.openshift.com/gitops/1.8。 另外,Red Hat OpenShift GitOps 文档也包括在 Red Hat Portal https://access
    0 码力 | 17 页 | 203.28 KB | 1 年前
    3
  • pdf文档 CloudExplorer 3.0 管理员手册v1.2

    框中的 IP 地址即为要填写的 Nutanix 服务器 IP。 o 用户名:具有虚拟机管理权限的用户。 o 密码:用户密码。 o 端口:Nutanix 访问 URL 中的端口,如图 3-32 所示 Web 浏览器地址栏中 URL。 注意: Nutanix 的纳管账号是每个集群一个。 图 3-31 添加 Nutanix API 账号页面 杭州飞致云信息科技有限公司 53 图 3-32 管理控制台,选择左侧菜单中的【用 户联合】打开【用户联合】页面,在页面中,点击【ldap】打开【LDAP 设置】页面。 图 4-11 Keycloak 用户联合页面 (3)在【LDAP 设置】页面,填写连接 URL、用户 DN、认证类型、绑定 DN、绑定 凭据,选择【测试连接】、【测试凭证】进行验证,验证通过后点击页面底部【保存】按 钮保存。 杭州飞致云信息科技有限公司 72 图 4-12 Keycloak
    0 码力 | 308 页 | 0 Bytes | 1 年前
    3
  • pdf文档 Red Hat OpenShift GitOps 1.10 Removing GitOps

    accordance with CC-BY-SA, if you distribute this document or an adaptation of it, you must provide the URL for the original version. Red Hat, as the licensor of this document, waives the right to enforce,
    0 码力 | 8 页 | 47.36 KB | 1 年前
    3
  • pdf文档 Red Hat OpenShift GitOps 1.13 基础架构节点上的 GitOps 工作负载

    accordance with CC-BY-SA, if you distribute this document or an adaptation of it, you must provide the URL for the original version. Red Hat, as the licensor of this document, waives the right to enforce,
    0 码力 | 10 页 | 122.25 KB | 1 年前
    3
  • pdf文档 CloudExplorer 3.0 部署运维手册v1.2

    设备管理信息异常 问题:申请主机后 ssh 连接失败,导致设备管理信息异常 处理:删除 .ssh/known_hosts 文件中对应主机记录 9.5 CMP 访问页面不安全 问题:访问 CMP url 后显示不是私密连接,高级->继续访问以后页面无法访问 处理: 杭州飞致云信息科技有限公司 29 1)检查 HTTPS 证书是否配置 2)检查 HTTPS 签发证书是否过期,如果过期请重新签发后重新配置
    0 码力 | 29 页 | 0 Bytes | 1 年前
    3
共 8 条
  • 1
前往
页
相关搜索词
JumpServer欢迎受欢迎开源堡垒ThePracticalGuidetoGitOpsContinuousDeliveryandonOpenShiftRedHat1.13了解CloudExplorer3.0管理管理员手册v11.10Removing基础架构基础架构节点工作负载部署运维
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩