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

无数据

分类

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

语言

全部英语(6)中文(简体)(5)

格式

全部PDF文档 PDF(10)DOC文档 DOC(1)
 
本次搜索耗时 0.014 秒,为您找到相关结果约 11 个.
  • 全部
  • 云计算&大数据
  • Kubernetes
  • 全部
  • 英语
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • DOC文档 DOC
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Node Operator: Kubernetes Node Management Made Simple

    environment • Hundreds of Cluster for CI/CD • 500+ Nodes / Cluster Background: Operation Requirements • Setup & Teardown Cluster fast and convenient • Add & delete Node at any time • Upgrade Master & Node Components Biz-Cluster master components. We add Biz-Cluster master nodes to Meta-Cluster. • User: SREs who can setup & upgrade Biz-Cluster by posting Cluster CRs. • Kube-on-Kube-Operator: difference Biz-Cluster
    0 码力 | 18 页 | 11.70 MB | 1 年前
    3
  • pdf文档 Kubernetes Use it, Contribute to it, and Enjoy it!

    Versioning 4. The easy way to use it 5. Demo 6. Q & A Table of Solutions https://kubernetes.io/docs/setup/pick-right-solution/ Which one should I pick ? I'm a user of some Cloud Just follow its instructions com/kubernetes/kubernetes/blob/master/hack/local-up-cluster.sh related links https://kubernetes.io/docs/setup/independent/install-kubeadm https://github.com/kubernetes-sigs/kubeadm-dind-cluster https://microk8s
    0 码力 | 45 页 | 3.11 MB | 1 年前
    3
  • pdf文档 Operator Pattern 用 Go 扩展 Kubernetes 的最佳实践

    operator 的正确性,前提是 operator 要收到所有对象的事件。 Operator 最佳实践 第三部分 Operator 开发常见概念关系 Kubebuilder 框架模型 Setup 阶段接口 // For defines the type of Object being *reconciled*, and configures the ControllerManagedBy 熟悉如何写 UT 7. 熟悉如何制作 Helm Chart 课后思考题: 1. 如何不启动 WebHook? 2. API 只要用 Go 写就可以了吗,需要修改对应的 YAML 文件吗? 3. Setup 阶段,用 Watch 函数取代 Owns 并实现同样的目的。 4. Reconcile 函数为什么不区分 Create、Update 或 Delete 事件类型? 5. 如果我本次reconcile
    0 码力 | 21 页 | 3.06 MB | 9 月前
    3
  • pdf文档 K8S安装部署开放服务

    emptyDir: {} {{- end }} vi influxdb2/templates/job-setup-admin.yaml args: - -c - | influx setup -f \ --host http://{{ template "influxdb
    0 码力 | 54 页 | 1.23 MB | 1 年前
    3
  • word文档 k8s操作手册 2.3

    若不能,则需要提前下载所需镜像到所有节点/或者指定使用内部镜像仓库 # kubectl apply --server-side -f ./setup/ #初始化设置, k8s v1.22版本开 始支持此命令 # kubectl create -f ./setup/ #初始化设置,适用于k8s所有版本,与 上面二选一 # kubectl
    0 码力 | 126 页 | 4.33 MB | 1 年前
    3
  • pdf文档 Using Kubernetes for handling second screen experience of european tv show

    and install kops and kubectl + Configure AWS cli + Create S3 Bucket + Export KOPS variables + Setup Route53 KOPS: Create cluster KOPS: Edit ig nodes KOPS: Edit ig nodes KOPS: Validate cluster
    0 码力 | 28 页 | 3.86 MB | 1 年前
    3
  • pdf文档 01. K8s扩展功能解析

    aggregation layer • Running Kubernetes 1.7 Cluster • Enable apiserver flags © 2017 Rancher Labs, Inc. Setup an Extension API Server • Use apiserver-builder to build your own API server • https://github.c
    0 码力 | 12 页 | 1.08 MB | 1 年前
    3
  • pdf文档 实际案例Kubernetes on Supporting 1 Million Bike-Taxi Drivers in Indonesia

    number of teams at a time • Setting up the whole Go-Viet infrastructure only took four days. Faster Setup Time • Repeatable/immutable nature of containerizing helps us to replicate our MVP launch strategy
    0 码力 | 37 页 | 34.65 MB | 1 年前
    3
  • pdf文档 Putting an Invisible Shield on Kubernetes Secrets

    • Stored in etcd • distributed Key-Value data store • How about their security? • Default K8s setup • etcd contents not encrypted (only base64 encoded) • > K8s 1.7+ • at-rest encryption for etcd
    0 码力 | 33 页 | 20.81 MB | 1 年前
    3
  • pdf文档 Kubernetes Native DevOps Practice

    other DevOps/third-party tools • Easy to be customized as user requirements are diverse • Easy to setup, maintain, extend and scale • Reduce the learning curve for customer and ourselves • Get consistent
    0 码力 | 21 页 | 6.39 MB | 1 年前
    3
共 11 条
  • 1
  • 2
前往
页
相关搜索词
KubeCon陈俊NodeOperatorKubernetesUseitContributetoandEnjoyPatternGo扩展最佳实践K8S安装部署开放服务k8s操作手册操作手操作手册2.301K8s功能解析实际案例onSupportingMillionBikeTaxiDriversinIndonesiaPuttinganInvisibleShieldSecretsKailunQinAntGroupCNCFTenxCloudNativeDevOps
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩