积分充值
 首页
前端开发
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(11)DOC文档 DOC(1)PPT文档 PPT(1)
 
本次搜索耗时 0.019 秒,为您找到相关结果约 13 个.
  • 全部
  • 云计算&大数据
  • Kubernetes
  • 全部
  • 中文(简体)
  • 英语
  • 俄语
  • 全部
  • PDF文档 PDF
  • DOC文档 DOC
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 K8S安装部署开放服务

    #!/bin/bash modprobe -- ip_vs modprobe -- ip_vs_rr modprobe -- ip_vs_wrr modprobe -- ip_vs_sh modprobe -- nf_conntrack modprobe -- ip_tables modprobe -- ip_set modprobe -- xt_set modprobe kubectl create secret tls iot-tls --cert=tls.crt --key=tls.key K. 安装 helm3 wget https://get.helm.sh/helm-v3.3.4-linux-amd64.tar.gz tar xvf helm-v3.3.4-linux-amd64.tar.gz cp linux-amd64/helm /usr/local/bin/ Namespace }} labels: app.kubernetes.io/name: {{ include "openservice.name" . }} helm.sh/chart: {{ include "openservice.chart" . }} app.kubernetes.io/instance: {{ .Release.Name }}
    0 码力 | 54 页 | 1.23 MB | 1 年前
    3
  • pdf文档 Jib Kubecon 2018 Talk

    from("busybox") .addLayer(Arrays.asList(Paths.get( "helloworld.sh" )), AbsoluteUnixPath.get( "/")) .setEntrypoint( "/bin/sh", "/helloworld.sh" ) .containerize( Containerizer.to(DockerDaemonImage from("busybox") .addLayer(Arrays.asList(Paths.get("helloworld.sh")), AbsoluteUnixPath.get("/")) .setEntrypoint( "/bin/sh", "/helloworld.sh" ) .containerize( Containerizer.to(DockerDaemonImage from("busybox") .addLayer(Arrays.asList(Paths.get( "helloworld.sh" )), AbsoluteUnixPath.get( "/")) .setEntrypoint("/bin/sh", "/helloworld.sh") .containerize( Containerizer.to(DockerDaemonImage
    0 码力 | 90 页 | 2.84 MB | 1 年前
    3
  • word文档 k8s操作手册 2.3

    cat > /etc/modules-load.d/k8s-ipvs.conf <sh ip_vs_rr ip_vs_wrr nf_conntrack_ipv4 EOF # modprobe ip_vs # modprobe ip_vs_sh # modprobe ip_vs_rr # modprobe ip_vs_wrr # modprobe nf_conntrack_ipv4 yaml文件到 其他地方,这时kubelet会自动删除本结点上的etcd pod,再把此文件移回去, 又会重新生成etcd pod # kubectl exec -it etcd-k8s-master3 sh -n kube-system #进入etcd容器执行以 下命令 # 查看集群成员 etcdctl --endpoints=h�ps://127.0.0.1:2379 \ rr(round-robin) wrr(加权轮询) lc(least connec�on) wlc(加权最少连接) dh(des�na�on hashing) lblc 基于局部性最少连接 sh(source hashing) lblcr 带复制的基于局部性最少连 接 sed ( shortest expected delay) nq(never queue) 默认使用rr ★k8s的service类型:
    0 码力 | 126 页 | 4.33 MB | 1 年前
    3
  • pdf文档 运维上海2017-Kubernetes 在大规模场景下的service性能优化实战 - 杜军

    LB�LVS������� • ��netfilter, hash table • ��TCP, UDP�SCTP���IPV4�IPV6 • ���������� Ø rr, wrr, lc, wlc, sh, dh, lblc… • ������ Ø persistent connection���� IPVS��� IPVS������ • ����LB��: Direct Routing(DR) ���� - IPVS service������������ ü ������� - nf_conntrack_ipv4, ip_vs, ip_vs_rr, ip_vs_wrr, ipvs_sh ü # echo 1 > /proc/sys/net/ipv4/vs/conntrack ü �����port range
    0 码力 | 38 页 | 3.39 MB | 1 年前
    3
  • pdf文档 Kubernetes Use it, Contribute to it, and Enjoy it!

    com/kubernetes/minikube https://github.com/kubernetes/kubernetes/blob/master/hack/local-up-cluster.sh related links https://kubernetes.io/docs/setup/independent/install-kubeadm https://github.com/k
    0 码力 | 45 页 | 3.11 MB | 1 年前
    3
  • pdf文档 破解 Kubernetes 应用开发困局-王炜

    的进程替换成源码运行,如果进程停 止,容器将 Crash,怎么阻止? 解决问题: 1、从本地同步到容器 2、将业务容器的镜像替换为 Runtime 镜像 3、替换 PID=1 进程为阻塞进程: /bin/sh -c tail -f /dev/null 1 6 从 Dockerfile 说起 开发和调试演示 04 一键 Run、一键 Debug 1 8 使用 Nocalhost 开发 Zadig
    0 码力 | 20 页 | 3.58 MB | 9 月前
    3
  • pdf文档 Apache OpenWhisk + Kubernetes: A Perfect Match for Your Serverless Platform

    install, and upgrade even the most complex Kubernetes application. • Official community: https://helm.sh/ Core concepts in Helm Helm installs charts into Kubernetes, creating a new release for each installation
    0 码力 | 24 页 | 3.53 MB | 1 年前
    3
  • pdf文档 Serverless Kubernetes - KubeCon

    • 高弹性 • 按需付费 A short history of Serverless Container 产品名称 厂商 发布日期 Kubernetes API支持 Hyper.sh 2016.11 Y(2018.5支持) Azure Container Instances 2017.7 N AWS Fargate 2017.11 计划2018年支持 Huawei
    0 码力 | 16 页 | 4.25 MB | 1 年前
    3
  • ppt文档 Автоматизация управления ClickHouse-кластерами в Kubernetes

    cluster Install Zookeeper: manifests/zookeeper/quick-start-persistent-volume/zookeeper-1-node-create.sh Replication apiVersion: "clickhouse.altinity.com/v1" kind: "ClickHouseInstallation" metadata: name:
    0 码力 | 44 页 | 2.24 MB | 1 年前
    3
  • pdf文档 QCon北京2017/智能化运维/Self Hosted Infrastructure:以自动运维 Kubernetes 为例

    Installation - etcd - SSH - Install etcd - Config them correctly - Start them Installation kops, kubeup.sh, kube-AWS,... AWS, GCP API node1 node2 node3 Upgrade - SSH - Upgrade container runtime - Upgrade
    0 码力 | 73 页 | 1.58 MB | 1 年前
    3
共 13 条
  • 1
  • 2
前往
页
相关搜索词
K8S安装部署开放服务JibKubecon2018Talkk8s操作手册操作手操作手册2.3运维上海2017Kubernetes大规规模大规模场景service性能优化实战杜军UseitContributetoandEnjoy破解应用开发困局王炜ApacheOpenWhiskPerfectMatchforYourServerlessPlatformKubeConkubernetesClickHouseQCon北京智能智能化SelfHostedInfrastructure自动为例
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩