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

无数据

分类

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

语言

全部中文(简体)(13)英语(3)中文(繁体)(1)

格式

全部PDF文档 PDF(16)DOC文档 DOC(1)
 
本次搜索耗时 0.021 秒,为您找到相关结果约 17 个.
  • 全部
  • 云计算&大数据
  • Kubernetes
  • 全部
  • 中文(简体)
  • 英语
  • 中文(繁体)
  • 全部
  • PDF文档 PDF
  • DOC文档 DOC
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 K8S安装部署开放服务

    traefik-ingress-controller labels: app: traefik spec: selector: matchLabels: app: traefik template: metadata: name: traefik labels: app: traefik Step2: 配置 service (nodeport) vi nodeport.yaml apiVersion: v1 kind: Service metadata: labels: k8s-app: kubernetes-dashboard name: kubernetes-dashboard namespace: kubernetes-dashboard --key=tls.key Step6: 重新配置 service vi service.yaml apiVersion: v1 kind: Service metadata: labels: k8s-app: kubernetes-dashboard name: kubernetes-dashboard namespace: kubernetes-dashboard
    0 码力 | 54 页 | 1.23 MB | 1 年前
    3
  • pdf文档 Kubernetes开源书 - 周立

    Deployment metadata: name: nginx-deployment spec: replicas: 3 template: metadata: labels: app: nginx spec: 06-理解K8s对象 21 containers: - name: nginx bjects/ 06-理解K8s对象 22 名称 Kubernetes REST API中的所有对象都会被Name和UID明确标识。 对于⽤户提供⾮唯⼀属性,Kubernetes提供 labels 和 annotations 来标识。 名称(Name) 名称通常由客户提供。对于给定类型的对象,⼀次只有⼀个对象可以有⼀个给定的名称(即:它们在空间上是唯⼀ 的)。但是,如果您删除⼀个对 quota )。 在未来的Kubernetes版本中,同⼀Namespace中的对象默认有相同的访问控制策略。 没有必要使⽤多个Namespace来分隔稍微不同的资源,例如同⼀软件的不同版本,可使⽤ labels 来区分同⼀ Namespace中的资源。 使⽤Namespace Namespace的创建和删除在 Admin Guide documentation for namespaces 有描述。
    0 码力 | 135 页 | 21.02 MB | 1 年前
    3
  • word文档 k8s操作手册 2.3

    apiVersion: v1 kind: Pod metadata: name: pod-nginx-web1-v1.19.5 #pod名,这个名称可带小数点 labels: #给pod打标签,便于其他资源对它的选择 lbname: lbvalue-nginx-web1 spec: #删除标签,标签名后加个减号 ★查看结点标签 # kubectl get nodes --show-labels #查看所有结点标签 # kubectl get nodes k8s-node01 --show-labels #查看指定结点标签 # master结点默认标签 beta.kubernetes.io/arch=amd64 # cat > namespace-testxx.yaml <labels: labelnamexx: valuexxx EOF # kubectl apply -f namespace-testxx.yaml ★镜像获取方式imagePullPolicy
    0 码力 | 126 页 | 4.33 MB | 1 年前
    3
  • pdf文档 ⾸云容器产品Kubernetes操作指南

    wordpress 5 labels: 6 app: wordpress 7 --- 8 apiVersion: v1 9 kind: PersistentVolumeClaim 10 metadata: 11 name: mysql-pv-claim 12 namespace: wordpress 13 labels: 14 app: wordpress kind: PersistentVolumeClaim 25 metadata: 26 name: wp-pv-claim 27 namespace: wordpress 28 labels: 29 app: wordpress 30 spec: 31 accessModes: 32 - ReadWriteOnce 33 resources: 34 apiVersion: v1 2 kind: Service 3 metadata: 4 name: wordpress-mysql 5 namespace: wordpress 6 labels: 7 app: wordpress 8 spec: 9 ports: 10 - port: 3306 11 selector: 12 app:
    0 码力 | 94 页 | 9.98 MB | 1 年前
    3
  • pdf文档 vmware组Kubernetes on vSphere Deep Dive KubeCon China VMware SIG

    GitHub: @figo Steve Wong Hui Luo Presenter Bios 3 Abstract ​Kubernetes allows using topology labels to affect the scheduler’s placement of pods. This is used to spread pods across availability zones rules based on node labels, or based on placement of other pods constrain which nodes your pod is eligible to be scheduled on based on labels on the node • Some labels are automatically created Zones – label nodes with failure zone/regions Taints / Tolerations – mark nodes with arbitrary labels which could correspond to resource or whatever you like Admission Controller – a wide variety
    0 码力 | 25 页 | 2.22 MB | 1 年前
    3
  • pdf文档 VMware SIG Deep Dive into Kubernetes Scheduling

    @embano1 Steve Wong Michael Gasch Presenter Bios 3 Abstract Kubernetes allows using topology labels to affect the scheduler’s placement of pods. This is used to spread pods across availability zones rules based on node labels, or based on placement of other pods constrain which nodes your pod is eligible to be scheduled on based on labels on the node • Some labels are automatically created Zones – label nodes with failure zone/regions Taints / Tolerations – mark nodes with arbitrary labels which could correspond to resource or whatever you like Admission Controller – a wide variety
    0 码力 | 28 页 | 1.85 MB | 1 年前
    3
  • pdf文档 Kubernetes 入門

    ReplicationController metadata: name: redis-master labels: name: redis-master spec: replicas: 1 selector: name: redis-master template: metadata: labels: name: redis-master 1-42 Kubernetes
    0 码力 | 12 页 | 2.00 MB | 1 年前
    3
  • pdf文档 QCon北京2018/QCon北京2018-基于Kubernetes与Helm的应用部署平台构建实践-张夏-赵明+

    kind: Deployment metadata: name: is spec: replicas: 3 template: metadata: labels: app: is spec: containers: - name: is image: registry/infra/is:6
    0 码力 | 28 页 | 12.18 MB | 1 年前
    3
  • pdf文档 VMware SIG Intro to the vSphere Cloud Provider

    of tree: the Kubernetes vSphere Cloud Provider Why it exists Handles identification of nodes Labels nodes with zone information (optional) Used to handle persistent volume provisioning, now done by
    0 码力 | 12 页 | 425.38 KB | 1 年前
    3
  • pdf文档 全球架构师峰会2019北京/大数据/Kubernetes 运行大数据工作负载的探索和实践&mdash

    job-1574739729783- podgroup volcano.sh/task-spec: spark-driver createTimestamp: “2019-11-27T09:33:19Z” labels: spark-app-selector:spark- 6cc54577d7254b2d84924500375112f7 spark-role: driver name: job-1574739729783-driver
    0 码力 | 25 页 | 3.84 MB | 1 年前
    3
共 17 条
  • 1
  • 2
前往
页
相关搜索词
K8S安装部署开放服务Kubernetes开源周立k8s操作手册操作手操作手册2.3容器产品指南vmwareonvSphereDeepDiveKubeConChinaVMwareSIGintoScheduling入門QCon北京2018基于Helm应用平台构建实践张夏赵明IntrototheCloudProvider全球架构架构师峰会2019数据运行工作负载探索mdash
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩