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

无数据

分类

全部云计算&大数据(13)Kubernetes(13)

语言

全部中文(简体)(9)英语(3)俄语(1)

格式

全部PDF文档 PDF(10)PPT文档 PPT(2)DOC文档 DOC(1)
 
本次搜索耗时 0.019 秒,为您找到相关结果约 13 个.
  • 全部
  • 云计算&大数据
  • Kubernetes
  • 全部
  • 中文(简体)
  • 英语
  • 俄语
  • 全部
  • PDF文档 PDF
  • PPT文档 PPT
  • DOC文档 DOC
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Kubernetes开源书 - 周立

    我们会为apiserver配置监听启⽤了⼀种或多种形式的客户端 authentication 的安全HTTPS端⼝(443)。应启⽤⼀种或 多种 authorization 形式,特别是允许 anonymous requests 或 service account tokens 的情况下 应为Node配置集群的公共根证书,以便安全地连接到apiserver。例如,在默认的GCE部署中,提供给kubelet的客户端 - name: sleep-forever image: gcr.io/google_containers/pause:0.8.0 resources: requests: cpu: 100m memory: 100Mi 13-Node 39 将 cpu 和 memory 值设置为您要保留的资源量。将该⽂件放在清单⽬录中(kubelet的 name: php-redis image: gcr.io/google_samples/gb-frontend:v3 resources: requests: cpu: 100m memory: 100Mi env: - name: GET_HOSTS_FROM
    0 码力 | 135 页 | 21.02 MB | 1 年前
    3
  • word文档 k8s操作手册 2.3

    拉取 #command: [ "/bin/sh", "-ce", "ping -c 3 1.1.1.1" ] #容器入口程序及参数 resources: requests: #资源需求,定义了容器所需要的最小资源量,便于调度,不 能小于jvm中的Xms memory: "256Mi" cpu: "200m" memory: "256Mi" defaultRequest: # 定 义 默 认 的 资 源 需 求 , 同 创 建 pod 时 指 定 的 resources/requests cpu: 200m memory: "256Mi" min: #定义最小的资源用量 cpu: 50m resourcequota-testxx namespace: default spec: hard: pods: "10" requests.cpu: "4" #同cpu: 4,cpu资源需求的总量限额 requests.memory: 2Gi #同memory: 2Gi,内存资源需求的总量限额 limits.cpu:
    0 码力 | 126 页 | 4.33 MB | 1 年前
    3
  • ppt文档 KubeCon2020/大型Kubernetes集群的资源编排优化

    resources and businesses How to ensure load balancing of cluster nodes 1 2 Improper resource requests 3 Multi-tenant resource preemption How to expand horizontally more quickly and flexibly 4 Region1 request of Pod. However, in many cases, some nodes have low resource requests but high load, while some nodes have high resource requests but low load. Dynamic-Scheduler Node1 Node2 Kube-scheduler Pod replicas CronHPA scale up How to solve the problem of improper resource requests Node Resource Oversold Node resource requests are full, but the actual load is not high. Node Allocatable Resource Allocated
    0 码力 | 27 页 | 3.91 MB | 1 年前
    3
  • pdf文档 ⾸云容器产品Kubernetes操作指南

    app: wordpress 15 spec: 16 accessModes: 17 - ReadWriteOnce 18 resources: 19 requests: 20 storage: 20Gi 21 storageClassName: wordpress-sc-001 22 --- 23 apiVersion: v1 24 app: wordpress 30 spec: 31 accessModes: 32 - ReadWriteOnce 33 resources: 34 requests: 35 storage: 20Gi 36 storageClassName: wordpress-sc-001 创建⼀个Secret变量存放MySQL密码 2. 部署MySQL容器组 app: wordpress 22 spec: 23 accessModes: 75 24 - ReadWriteOnce 25 resources: 26 requests: 27 storage: 20Gi 28 --- 29 apiVersion: apps/v1 # for versions before 1.9.0 use apps/v1beta2
    0 码力 | 94 页 | 9.98 MB | 1 年前
    3
  • pdf文档 K8S安装部署开放服务

    resources: limits: cpu: 2000m memory: 1024Mi requests: cpu: 1000m memory: 1024Mi securityContext: accessModes }} - {{ . | quote }} {{- end }} resources: requests: storage: {{ .Values.persistentVolume.size | quote }} {{- if .Values.persistentVolume the curly braces after 'resources:'. # limits: # cpu: 100m # memory: 128Mi # requests: # cpu: 100m # memory: 128Mi autoscaling: enabled: false minReplicas: 1
    0 码力 | 54 页 | 1.23 MB | 1 年前
    3
  • pdf文档 vmware组Kubernetes on vSphere Deep Dive KubeCon China VMware SIG

    Kubernetes Resource Management How it works • Specified and “metered” on a per container basis • Requests • What a container is guaranteed to get – won’t be scheduled if not available • Limits • Restrictions the namespace level • Resource Quotas can be applied by an administrator at a namespace level • Requests • Limits • Numeric count of allowed instances of objects 16 Kubernetes Resource Management
    0 码力 | 25 页 | 2.22 MB | 1 年前
    3
  • pdf文档 VMware SIG Deep Dive into Kubernetes Scheduling

    Kubernetes Resource Management How it works • Specified and “metered” on a per container basis • Requests • What a container is guaranteed to get – won’t be scheduled if not available • Limits • Restrictions the namespace level • Resource Quotas can be applied by an administrator at a namespace level • Requests • Limits • Numeric count of allowed instances of objects 16 Kubernetes Resource Management
    0 码力 | 28 页 | 1.85 MB | 1 年前
    3
  • pdf文档 运维上海2017-机器学习模型训练的Kubernetes实践-袁晓沛

    nvidia-gpu-type! • value: Telsa-K80! • ��NodeSelector����! • nodeSelectorTerms! CPU�Mem����! • requests! • ��������! • ������! • limits! • ��������! • ������! • �����������! Nvidia GPU Driver!
    0 码力 | 39 页 | 5.82 MB | 1 年前
    3
  • pdf文档 Using Kubernetes for handling second screen experience of european tv show

    End of last show Time 1 week - 1 hour 8 min 15 min 15 min 20min End of show Participants API Requests Application architecture Application architecture PHP-based Admin application Shared state
    0 码力 | 28 页 | 3.86 MB | 1 年前
    3
  • pdf文档 用户界面State of the UI_ Leveraging Kubernetes Dashboard and Shaping its Future

    ● Mobile device support ● Cost estimates ● CI/CD pipelines ● ...and more! Additional feature requests Get involved Try out Dashboard github.com/kubernetes/dashboard github.com/kubernetes/minikube
    0 码力 | 41 页 | 5.09 MB | 1 年前
    3
共 13 条
  • 1
  • 2
前往
页
相关搜索词
Kubernetes开源周立k8s操作手册操作手操作手册2.3KubeCon2020大型集群资源编排优化容器产品指南K8S安装部署开放服务vmwareonvSphereDeepDiveKubeConChinaVMwareSIGintoScheduling运维上海2017机器学习模型训练实践袁晓沛用户界面用户界面StateoftheUILeveragingDashboardandShapingitsFuture
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩