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

无数据

分类

全部后端开发(1092)Java(367)Python(315)Spring(312)综合其他(273)云计算&大数据(243)Weblate(212)数据库(152)C++(148)VirtualBox(113)

语言

全部英语(1828)

格式

全部PDF文档 PDF(1326)其他文档 其他(425)TXT文档 TXT(65)DOC文档 DOC(6)PPT文档 PPT(6)
 
本次搜索耗时 0.308 秒,为您找到相关结果约 1000 个.
  • 全部
  • 后端开发
  • Java
  • Python
  • Spring
  • 综合其他
  • 云计算&大数据
  • Weblate
  • 数据库
  • C++
  • VirtualBox
  • 全部
  • 英语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • TXT文档 TXT
  • DOC文档 DOC
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Containers and BPF: twagent story

    Containers and BPF: twagent story Andrey Ignatov, Facebook October 28, 2020 1 ● a daemon ● runs on every Facebook server ● manages all Facebook containers ● a part of the bigger TW system, see the Should affect only task state, not host ● Rules auto-cleanup on task stop is important ● Has to be integrated with service discovery, etc Solution: ● Use BPF_CGROUP_INET_{EGRESS,INGRESS} ● If use-case allows drop, log (via perf buffer) ● Filter by local/remote IP, IP prefix, port, protocol, TCP flags ● Integrated with service discovery: can filter by service name (dynamic set of IP:port endpoints) Container
    0 码力 | 9 页 | 427.42 KB | 1 年前
    3
  • pdf文档 A Multithreaded, Transaction-Based Locking Strategy for Containers

    A Multithreaded, Transaction-Based Locking Strategy for Containers Bob Steagall CppCon 2020 K E W B C O M P U T I N GCopyright © 2020 Bob Steagall K E W B C O M P U T I N G Overview • Sharing a container STO-based solution • Summary CppCon 2020 - A Multi-threaded, Transaction-Based Locking Strategy for Containers 2Copyright © 2020 Bob Steagall K E W B C O M P U T I N G Sharing a Container • Sometimes a container is easier (?) than ever CppCon 2020 - A Multi-threaded, Transaction-Based Locking Strategy for Containers 3Copyright © 2020 Bob Steagall K E W B C O M P U T I N G Sharing a Container – Avoiding Race Conditions
    0 码力 | 142 页 | 474.78 KB | 6 月前
    3
  • pdf文档 VMware SIG Intro to the vSphere Cloud Provider

    What is the VMware SIG Purpose, Projects managed, How to join The Roadmap Moving “Out of Tree” : vSphere cloud provider + storage (CSI) How to Get Information on an ongoing basis The VMware SIG How to related to new CRDs, plug-ins and KEPs that allow the vSphere platform to supplement and support Kubernetes How to Join 6 SIG Sponsored projects vSphere cloud provider (In-tree and Out-of-tree) • A cloud Kubernetes project of this dependency, the cloud-controller-manager was introduced. CSI provider for vSphere • Container Storage Interface (CSI) is a standard API allowing a storage provider to write just
    0 码力 | 12 页 | 425.38 KB | 1 年前
    3
  • pdf文档 Container Portfolio at VMware

    VKE VIC Beta 5 ©2018 VMware, Inc. vSphere Integrated Containers (VIC) 6 ©2018 VMware, Inc. vSphere Integrated Containers – Enabling the Best of Both Worlds vSphere Integrated Containers Docker registry Familiarity of vSphere No new tooling or technologies Full enterprise-grade power of Software-Defined Data Center 7 ©2018 VMware, Inc. vSphere vSphere Integrated Containers Approach VM Linux Monitoring, Healing and Lifecycle Management Scheduling, Orchestration, Service Creation vSAN vSphere Physical Infrastructure vRealize Suite NSX-T BOSH (K8s LCM) BOSH (cluster LCM) Kubernetes
    0 码力 | 26 页 | 6.62 MB | 1 年前
    3
  • pdf文档 [Buyers Guide_DRAFT_REVIEW_V3] Rancher 2.6, OpenShift, Tanzu, Anthos

    multi-cloud stacks, enterprises are creating new opportunities to unify their IT operations with containers and Kubernetes. The recent Forrester Wave report1 stated that these cloud native technologies organizations to build and modernize their applications and services at scale. The potential of containers and Kubernetes was evident when, in 2020, Gartner2 predicted that more than 75% of worldwide Tanzu product suite that differentiated itself by leveraging Project Pacific, a re-architecture of vSphere with Kubernetes as its control plane. While there are other smaller players in the market, the
    0 码力 | 39 页 | 488.95 KB | 1 年前
    3
  • pdf文档 SUSE Rancher and RKE Kubernetes cluster using CSI Driver on DELL EMC PowerFlex

    applications. Customers who want to boost their productivity and reduce the time to value, can use containers with the departments that are focused on software development. Kubernetes orchestration provides Kubernetes cluster. The intended audience of this white paper must have a working knowledge of containers, Kubernetes, PowerFlex, and Data Protection. Table 1. Terminology Term Definition CA their exact requirements. PowerFlex rack PowerFlex rack is a fully engineered system, with integrated networking that enables the customers to simplify deployments and accelerate time to value.
    0 码力 | 45 页 | 3.07 MB | 1 年前
    3
  • pdf文档 VMware Tanzu Greenplum v6.23 Documentation

    Features 145 Resolved Issues 145 Server 145 Query Processing 146 Data Flow 147 Tanzu Greenplum on vSphere 147 Release 6.21.0 147 Features 147 Resolved Issues 149 Server 149 Query Processing 151 Cluster Statistics Collection 293 VMware Tanzu Greenplum on vSphere 295 Supported Platforms 295 Overview 296 Getting Started 297 VMware Tanzu Greenplum on vSphere Architecture 297 Layered Architecture 297 Provider Infrastructure Layer 297 Virtual Machine Cluster Layer 298 Greenplum Layer 298 Planning VMware vSphere with Greenplum 299 Calculating the Greenplum Database Size and ESXi Hosts 299 Determining the RAID
    0 码力 | 2298 页 | 40.94 MB | 1 年前
    3
  • pdf文档 VMware Greenplum 6 Documentation

    Extensions 168 Server 169 Query Processing 170 MADlib 170 Cluster Management 170 Greenplum on vSphere 170 Release 6.23.1 170 Resolved Issues 171 Server 171 Query Processing 172 Data Flow 172 Release Features 184 Resolved Issues 184 Server 184 Query Processing 185 Data Flow 186 VMware Greenplum on vSphere 186 Release 6.21.0 186 Features 186 Resolved Issues 188 Server 188 Query Processing 190 Cluster Requirements 293 VMware Greenplum on DCA Systems 293 Storage 293 Hadoop Distributions 294 VMware vSphere Requirements 294 Public Cloud Requirements 295 Operating System 295 Storage 295 Amazon Web Services
    0 码力 | 2445 页 | 18.05 MB | 1 年前
    3
  • pdf文档 VMware Greenplum 6 Documentation

    Extensions 136 Server 136 Query Processing 137 MADlib 138 Cluster Management 138 Greenplum on vSphere 138 Release 6.23.1 138 Resolved Issues 138 Server 138 Query Processing 140 Data Flow 140 VMware Processing 153 Data Flow 154 VMware Greenplum 6 Documentation VMware, Inc 4 Tanzu Greenplum on vSphere 154 Release 6.21.0 154 Features 154 Resolved Issues 156 Server 156 Query Processing 158 Cluster 248 Deprecated Features 250 Known Issues and Limitations 251 Platform Requirements 255 VMware vSphere Requirements 255 On-Premise Hardware Requirements 255 Operating Systems 255 Software Dependencies
    0 码力 | 2374 页 | 44.90 MB | 1 年前
    3
  • pdf文档 VMware Greenplum v6.25 Documentation

    Extensions 155 Server 155 Query Processing 156 MADlib 156 Cluster Management 157 Greenplum on vSphere 157 Release 6.23.1 157 Resolved Issues 157 Server 157 Query Processing 159 Data Flow 159 Release Features 171 Resolved Issues 171 Server 171 Query Processing 172 Data Flow 172 VMware Greenplum on vSphere 172 Release 6.21.0 173 Features 173 Resolved Issues 175 Server 175 Query Processing 176 Cluster 267 Deprecated Features 268 Known Issues and Limitations 270 Platform Requirements 273 VMware vSphere Requirements 273 On-Premise Hardware Requirements 273 Operating Systems 273 Software Dependencies
    0 码力 | 2400 页 | 18.02 MB | 1 年前
    3
共 1000 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 100
前往
页
相关搜索词
ContainersandBPFtwagentstoryMultithreadedTransactionBasedLockingStrategyforVMwareSIGIntrotothevSphereCloudProviderKubeConShanghaiDanChengBuyersGuideDRAFTREVIEWV3Rancher2.6OpenShiftTanzuAnthosSUSERKEKubernetesclusterusingCSIDriveronDELLEMCPowerFlexGreenplumv623Documentation25
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩