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

无数据

分类

全部综合其他(218)Weblate(189)后端开发(159)Python(100)Scrapy(50)Django(48)区块链(26)云计算&大数据(23)系统运维(22)C++(15)

语言

全部英语(381)中文(简体)(45)中文(繁体)(3)葡萄牙语(1)英语(1)

格式

全部PDF文档 PDF(244)其他文档 其他(179)DOC文档 DOC(6)PPT文档 PPT(2)
 
本次搜索耗时 0.082 秒,为您找到相关结果约 431 个.
  • 全部
  • 综合其他
  • Weblate
  • 后端开发
  • Python
  • Scrapy
  • Django
  • 区块链
  • 云计算&大数据
  • 系统运维
  • C++
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 葡萄牙语
  • 英语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • DOC文档 DOC
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Find Code Reviews Valuable: Try Pair Programming, You'll Love It!

    0 码力 | 38 页 | 3.76 MB | 5 月前
    3
  • pdf文档 13 Istio 流量管理原理与协议扩展 赵化冰

    流量管理 – 数据面 – 端到端请求处理流程 以 Bookinfo 为例说明服务间 HTTP 调用的流量拦截及处理流程: 1. Productpage 发起对 reviews 服务的调用:http://reviews:9080/reviews/0 。 2. 请求被 productpage Pod 的 iptables 出向流量规则拦截,处理后重定向到本地 15001 端口。 3. Envoy 在 15001 9080 route 进行分发。 6. 9080 这个 route 的配置中,host name 为 reviews:9080 的请求对应 的 cluster 为 outbound|9080||reviews.default.svc.cluster.local。 7. outbound|9080||reviews.default.svc.cluster.local cluster 配置为通过EDS获取对应的Endpoint,通过 ,通过 EDS 查询得到该 cluster 中有3个 endpoint。 8. 请求被 Envoy 转发到其中一个 endpoint 10.40.0.15,即 reviews-v1 所在的 pod。 9. 然后该请求被 reviews-v1 pod 的 iptables 入向流量规则拦截,处理后重定向到本地的 15006 端口。 10.Envoy 在 15006 端口上监听的 VirtualInbound
    0 码力 | 20 页 | 11.31 MB | 5 月前
    3
  • ppt文档 Secure your microservices with istio step by step

    #IstioCon Bookinfo architecture without service mesh ● Reviews-v1 ○ doesn’t call the ratings service. ● Reviews-v2 ○ calls ratings, black stars ● Reviews-v3 ○ calls ratings, red stars Initializing services services 1) Deploy bookinfo services with istio sidecar without reviews-v2 2) Deploy bookinfo gateway 3) Deploy reviews-v2 service without istio sidecar ( kubectl label namespace default istio-inje Initializing services 1) Deploy bookinfo services with istio sidecar without reviews-v2 2) Deploy bookinfo gateway 3) Deploy reviews-v2 service without istio sidecar ( kubectl label namespace default ist
    0 码力 | 34 页 | 67.93 MB | 1 年前
    3
  • pdf文档 MITRE Defense Agile Acquisition Guide - Mar 2014

    to thank the following people who provided valuable subject matter expertise, contributions, and reviews:  Michelle Casagni  Tom Fugate  Ann Chavtur  Raj Agrawal  Julia Taylor  Pete methods most often involve extensive analysis, planning, and documentation, as well as large-scale reviews and milestones that ensure readiness to begin development of highly complex and tightly integrated they are staffed, organized, and managed, as well as whether the business processes, governance reviews, and funding models that support an acquisition are structured to support Agile. To succeed
    0 码力 | 74 页 | 3.57 MB | 5 月前
    3
  • pdf文档 OpenShift Container Platform 4.8 Web 控制台

    应用程序由这些微服务组成: productpage 微服务调用 details 和 reviews 微服务来产生页面信息。 details 微服务包括了书的信息。 review 微服务包括了书的评论。它同时还会调用 ratings 微服务。 ratings微服务包括了带有对本书的评论信息的评分信息。 reviews 微服务有三个版本: 版本 v1 不调用 ratings 服务。 版本 v2 中的应用程序及其健康状况。 3. 把鼠标放到 Health 图标上可以查看额外的健康状况详情。 4. 点 reviews Service 来查看应用程序的详情。 5. 在 Applications Details 页中,可以查看更详细的健康状况信息,并进一步了解有关 reviews Service 的三个版本的信息。 6. 在 Application Details 页面中,还可以点相关 及 它们的其他信息,比如健康状况。 3. 把鼠标移到任何一个服务的健康图标来查看该服务的健康状况信息。当一个服务在线并可以无错 误地响应请求时,它被视为处于健康状态的服务。 4. 点 Reviews Service 查看它的详细信息。请注意,这个服务有三个不同的版本。 5. 在 Services Details 页面中,您可以查看与该服务关联的工作流、虚拟服务和目的规则概述。 6. 在
    0 码力 | 87 页 | 1.58 MB | 1 年前
    3
  • epub文档 Cilium v1.5 Documentation

    calls the details and reviews microservices to populate the page. details. The details microservice contains book informa�on. reviews. The reviews microservice contains book reviews. It also calls the ra�ngs with manual sidecar injec�on, run: $ for service in productpage-service productpage-v1 details-v1 reviews-v1; curl -s https://raw.githubusercontent.com/cilium/cilium/v1.5/example istioctl kube-inject created deployment.extensions/details-v1 created service/reviews created ciliumnetworkpolicy.cilium.io/reviews-v1 created deployment.extensions/reviews-v1 created Check the progress of the deployment (every
    0 码力 | 740 页 | 12.52 MB | 1 年前
    3
  • epub文档 Cilium v1.6 Documentation

    calls the details and reviews microservices to populate the page. details. The details microservice contains book information. reviews. The reviews microservice contains book reviews. It also calls the ratings with manual sidecar injection, run: for service in productpage-service productpage-v1 details-v1 reviews-v1; do kubectl apply -f https://raw.githubusercontent.com/cilium/cilium/v1.6 Check the progress 1/1 1 1 12s productpage-v1 1/1 1 1 13s reviews-v1 1/1 1 1 12s Create an Istio ingress gateway for the productpage
    0 码力 | 734 页 | 11.45 MB | 1 年前
    3
  • pdf文档 OpenShift Container Platform 4.8 Service Mesh

    应用程序由这些微服务组成: productpage 微服务调用 details 和 reviews 微服务来产生页面信息。 details 微服务包括了书的信息。 review 微服务包括了书的评论。它同时还会调用 ratings 微服务。 ratings微服务包括了带有对本书的评论信息的评分信息。 reviews 微服务有三个版本: 版本 v1 不调用 ratings 服务。 版本 v2 apps/ratings-v1 created service/reviews created serviceaccount/bookinfo-reviews created deployment.apps/reviews-v1 created deployment.apps/reviews-v2 created deployment.apps/reviews-v3 created service/productpage yaml destinationrule.networking.istio.io/productpage created destinationrule.networking.istio.io/reviews created destinationrule.networking.istio.io/ratings created destinationrule.networking.istio.io/details
    0 码力 | 344 页 | 3.04 MB | 1 年前
    3
  • epub文档 Cilium v1.7 Documentation

    calls the details and reviews microservices to populate the page. details. The details microservice contains book information. reviews. The reviews microservice contains book reviews. It also calls the ratings with manual sidecar injection, run: for service in productpage-service productpage-v1 details-v1 reviews-v1; do kubectl apply -f https://raw.githubusercontent.com/cilium/cilium/v1.7 Check the progress 1/1 1 1 12s productpage-v1 1/1 1 1 13s reviews-v1 1/1 1 1 12s Create an Istio ingress gateway for the productpage
    0 码力 | 885 页 | 12.41 MB | 1 年前
    3
  • word文档 Open Discussion on Project Planning

    applications o Replace comprehensive Preliminary Design Reviews (PDRs) and Critical Design Reviews (CDRs) with more frequent and incremental design reviews during the release planning phases. To demonstrate the program’s progress, these reviews should focus on the relatively small scope of a release and how it aligns to the enterprise architecture. Similar technical reviews can be decomposed to the release ivory towers) While Agile systems engineering involves frequent informal technical and programmatic reviews, this less formal approach does not equate to less rigor. Instead, greater frequency allows key
    0 码力 | 2 页 | 49.30 KB | 5 月前
    3
共 431 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 44
前往
页
相关搜索词
FindCodeReviewsValuableTryPairProgrammingYoullLoveIt13Istio流量管理原理协议扩展赵化冰SecureyourmicroserviceswithistiostepbyMITREDefenseAgileAcquisitionGuideMar2014OpenShiftContainerPlatform4.8Web控制控制台Ciliumv1DocumentationServiceMeshOpenDiscussiononProjectPlanning
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩