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

无数据

分类

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

语言

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

格式

全部PDF文档 PDF(23)PPT文档 PPT(2)DOC文档 DOC(1)
 
本次搜索耗时 0.017 秒,为您找到相关结果约 26 个.
  • 全部
  • 云计算&大数据
  • Kubernetes
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • PPT文档 PPT
  • DOC文档 DOC
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Apache OpenWhisk + Kubernetes: A Perfect Match for Your Serverless Platform

    Apache OpenWhisk + Kubernetes: A Perfect Match for Your Serverless Platform Ying Chun Guo guoyingc@cn.ibm.com Zhou Xing xingzhou@qiyi.com Agenda • What is serverless? • Kubernetes + Apache
    0 码力 | 24 页 | 3.53 MB | 1 年前
    3
  • pdf文档 Go Programming Pattern in Kubernetes Philosophy

    developers: • The Golang programming patterns of Kubernetes (Controller, codegen etc) • Write your own Controller • gPRC based interface design in Kubernetes (CRI as example) • For Kubernetes := getDesiredState() current := getCurrentState() makeChanges(desired, current) } • Write your own controller! Why DIY? Container Pod Deployment I need co-scheduling I have many Pod replicas fields • go-to-protobuf: generate protobuf messages for your types • informer-gen: generate informers that can be used to watch for updates to your types • openapi-gen: generate openapi compatible API
    0 码力 | 29 页 | 2.12 MB | 1 年前
    3
  • pdf文档 01. K8s扩展功能解析

    server • Customized resource controller to implement your business logic of managed resource • Natural Kubernetes experience for operating your own resource with Kubernetes RBAC and authentication Example of CRD and Resource Item my-crontab.yaml © 2017 Rancher Labs, Inc. How Does The Controller Work ETCD API Server Kubernetes Core controllers added creating running stoped deleted Resource Labs, Inc. API Aggregation • What API aggregation provides • Extended with additional APIs • Build your own API server • Requirements of aggregation layer • Running Kubernetes 1.7 Cluster • Enable apiserver
    0 码力 | 12 页 | 1.08 MB | 1 年前
    3
  • pdf文档 VMware SIG Deep Dive into Kubernetes Scheduling

    can define 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 If the zones in your cluster have uneven available resources due to node variations or unevenly distributed pre-existing workloads, this might prevent perfectly even spreading of your pods across zones Cloud Provider should support implement Zones() interface #64021 vSphere Cloud Provider does not work when deployed across Zones with zone-local Storage #67703 24 Configuring VM affinity rules Quorum
    0 码力 | 28 页 | 1.85 MB | 1 年前
    3
  • pdf文档 Kubernetes开源书 - 周立

    guestbook tier: frontend spec: # this replicas value is default # modify it according to your case replicas: 3 selector: # 下⾯的是equality-based selector requirement matchLabels: memory: 100Mi env: - name: GET_HOSTS_FROM value: dns # If your cluster config does not include a dns service, then to # instead access environment variables nodes --show-labels 并检查Node是否已经有你所设的标签标签,来验证Label是否成 功添加。 Step Two: Add a nodeSelector field to your pod configuration(将 nodeSelector字段添加到您的Pod配置) 在任意⼀个你想运⾏的Pod的配置⽂件中添加nodeSelector部分,如下所示。例如,如果我的Pod配置如下:
    0 码力 | 135 页 | 21.02 MB | 1 年前
    3
  • pdf文档 实际案例Kubernetes on Supporting 1 Million Bike-Taxi Drivers in Indonesia

    Non-Technical Issues • We're not saying that centralized effort is bad when creating initiative to migrate your organization to Kubernetes. In our experience, with only one team working on it, the knowledge becomes have the bandwidth to work on all of them at once. Start with a Bang! Multiple Approaches Kubeadm Improve Project X Focus on Kubernetes only Design better abstractions Work with small number of
    0 码力 | 37 页 | 34.65 MB | 1 年前
    3
  • pdf文档 VMware SIG Intro to the vSphere Cloud Provider

    the SIG VMware introduction session to learn our mission, recent accomplishments and discuss future work. We will also focus on how new contributors can get involved in the SIG. Kubernetes is in the process Storage Interface (CSI) is a standard API allowing a storage provider to write just one plugin that will work for all major container orchestration systems: Kubernetes, Mesos, Docker and Cloud Foundry. Cluster it easy to run Kubernetes locally. Minikube runs a single-node Kubernetes cluster inside a VM on your laptop for users looking to try out Kubernetes or develop with it day-to-day. 7 Out of tree components
    0 码力 | 12 页 | 425.38 KB | 1 年前
    3
  • pdf文档 用户界面State of the UI_ Leveraging Kubernetes Dashboard and Shaping its Future

    com/kubernetes/dashboard/issues /3256#issuecomment-437199403 UIs help you understand what’s going on with your cluster, fast. Dashboard UI & kubectl Dashboard Strengths: ● Providing an overview ● Monitoring resource creation ● ...and much much more. github.com/kubernetes/dashboard/releases In-progress work ● Migrating from ng1 to ng2 (#3152) ● Migrating metrics from Heapster to Kubernetes Metrics API to use it tomorrow? https://unsplash.com/ About the survey 163 Responses How would you rate your knowledge of Kubernetes? 您如何评价您对于Kubernetes的了解程度? https://github.com/kubernetes/dashboard/issues
    0 码力 | 41 页 | 5.09 MB | 1 年前
    3
  • pdf文档 QCon北京2017/智能化运维/Self Hosted Infrastructure:以自动运维 Kubernetes 为例

    Healing AWS, GCP API node2 node3 node1’ Install Config Problems A lot of manual/semi-manual work No standard way to approach all the problems do it wrong, lose the cluster! gcc // gcc source code kube-controller-manager.yaml $ kubectl apply -f kube-proxy.yaml Simplify k8s lifecycle management Manage your cluster with only kubectl Upgrading a self-hosted Kubernetes cluster: Launching a self-hosted cluster
    0 码力 | 73 页 | 1.58 MB | 1 年前
    3
  • pdf文档 Node Operator: Kubernetes Node Management Made Simple

    Node Components reliably • Canary Rollout • Master & Node Component Versions Management Motivation: Work Order Deployment Worker Order • Upgrade Nodes Versions • Upgrade Node 10.10.10.1 • Upgrade docker Upgrade docker • Upgrade kubelet …. Motivation: Work Order Deployment Disadvantages • Inconsistency • Non-failure-aware • Complicated architecture Work order deployment system can not meet the requirements manage Biz-Cluster master components through Kubernetes resource, such as Deployment, Pod, etc. Work Together Achievement • Anyone can operate and maintenance Kubernetes Cluster • Set up & tear
    0 码力 | 18 页 | 11.70 MB | 1 年前
    3
共 26 条
  • 1
  • 2
  • 3
前往
页
相关搜索词
ApacheOpenWhiskKubernetesPerfectMatchforYourServerlessPlatformgopatternk8s01K8s扩展功能解析VMwareSIGDeepDiveintoScheduling开源周立实际案例onSupportingMillionBikeTaxiDriversinIndonesiaIntrotothevSphereCloudProvider用户界面用户界面StateofUILeveragingDashboardandShapingitsFutureQCon北京2017智能智能化运维SelfHostedInfrastructure自动为例KubeCon陈俊NodeOperator
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩