积分充值
 首页
前端开发
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)数据库(9)系统运维(9)Vitess(9)Linux(8)Kubernetes(7)eBPF(7)Cilium(7)OpenShift(3)后端开发(1)

语言

全部英语(23)中文(简体)(9)

格式

全部PDF文档 PDF(25)其他文档 其他(7)
 
本次搜索耗时 0.141 秒,为您找到相关结果约 32 个.
  • 全部
  • 云计算&大数据
  • 数据库
  • 系统运维
  • Vitess
  • Linux
  • Kubernetes
  • eBPF
  • Cilium
  • OpenShift
  • 后端开发
  • 全部
  • 英语
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Kubernetes 管理 Docker 容器

    ⽆缝对接新的应⽤功能 节省资源,优化硬件资源的使⽤ Minikube 简介 Minikube 可以实现⼀种轻量级的 Kubernetes 集群,通过在本地计算机上创建虚拟机并部署只包含单个节点的简单集群 MacOS 系统安装依赖 安装依赖 # 命令⾏⼯具 brew install kubectl brew install minikube # 如果遇到权限⽂图 sudo chown ⽂件中查看所有可⽤的环境 启动 # 可添加参数 # --vm-driver=hyperkit minikube start minikube dashboard Minikube Dashboard Docker Desktop Dashboard(MasOC) minikube start 回启动⼀个 Docker 容器: 打包 Nodejs 应⽤镜像 创建 Nodejs ClusterIP 10.96.0.1 443/TCP 16h 浏览器访问 Service 可以通过minikube Service 命令访问。 minikube service hello-node 会即刻打开浏览器,显示 “Hello World” 消息。 更新 Nodejs 应⽤镜像和服务 修改 Nodejs 程序并出新镜像:
    0 码力 | 5 页 | 675.91 KB | 1 年前
    3
  • epub文档 Cilium v1.9 Documentation

    environment Getting Started Using Minikube Getting Started Using MicroK8s Getting Started Using K3s Getting Started Using Kind Getting Started Using Minikube This guide uses minikube [https://kubernetes.io/d io/docs/setup/learning-environment/minikube/] to demonstrate deployment and operation of Cilium in a single-node Kubernetes cluster. The minikube VM requires approximately 5GB of RAM and supports hypervisors kubectl & minikube 1. Install kubectl version >= v1.10.0 as described in the Kubernetes Docs [https://kubernetes.io/docs/tasks/tools/install-kubectl/] 2. Install minikube >= v1.3.1 as per minikube documentation:
    0 码力 | 1263 页 | 18.62 MB | 1 年前
    3
  • epub文档 Cilium v1.8 Documentation

    environment Getting Started Using Minikube Getting Started Using MicroK8s Getting Started Using K3s Getting Started Using Kind Getting Started Using Minikube This guide uses minikube [https://kubernetes.io/d io/docs/setup/learning-environment/minikube/] to demonstrate deployment and operation of Cilium in a single-node Kubernetes cluster. The minikube VM requires approximately 5GB of RAM and supports hypervisors kubectl & minikube 1. Install kubectl version >= v1.10.0 as described in the Kubernetes Docs [https://kubernetes.io/docs/tasks/tools/install-kubectl/] 2. Install minikube >= v1.3.1 as per minikube documentation:
    0 码力 | 1124 页 | 21.33 MB | 1 年前
    3
  • epub文档 Cilium v1.6 Documentation

    Getting Started Using Minikube Getting Started Using MicroK8s Getting Started Using Minikube This guide uses minikube [https://kubernetes.io/docs/getting-started-guides/minikube/] to demonstrate deployment Kubernetes cluster. The minikube VM requires approximately 5GB of RAM and supports hypervisors like VirtualBox that run on Linux, macOS, and Windows. Install kubectl & minikube 1. Install kubectl version Install minikube >= v1.3.1 as per minikube documentation: Install Minikube [https://kubernetes.io/docs/tasks/tools/install-minikube/]. Note It is important to validate that you have minikube v1.3.1 installed
    0 码力 | 734 页 | 11.45 MB | 1 年前
    3
  • epub文档 Cilium v1.7 Documentation

    environment Getting Started Using Minikube Getting Started Using MicroK8s Getting Started Using K3s Getting Started Using Kind Getting Started Using Minikube This guide uses minikube [https://kubernetes.io/d io/docs/getting-started-guides/minikube/] to demonstrate deployment and operation of Cilium in a single-node Kubernetes cluster. The minikube VM requires approximately 5GB of RAM and supports hypervisors like kubectl & minikube 1. Install kubectl version >= v1.10.0 as described in the Kubernetes Docs [https://kubernetes.io/docs/tasks/tools/install-kubectl/]. 2. Install minikube >= v1.3.1 as per minikube documentation:
    0 码力 | 885 页 | 12.41 MB | 1 年前
    3
  • epub文档 Cilium v1.5 Documentation

    sec�on first to learn about the basic concepts and mo�va�on. Installation Ge�ng Started Using Minikube Ge�ng Started Using MicroK8s Self-Managed Kubernetes Managed Kubernetes Installer Integra�ons Security Using Minikube This guide uses minikube [h�ps://kubernetes.io/docs/ge�ng-started- guides/minikube/] to demonstrate deployment and opera�on of Cilium in a single-node Kubernetes cluster. The minikube VM requires kubectl & minikube Install kubectl version >= v1.10.0 as described in the Kubernetes Docs [h�ps://kubernetes.io/docs/tasks/tools/install-kubectl/]. Install minikube >= v0.33.1 as per minikube documenta�on:
    0 码力 | 740 页 | 12.52 MB | 1 年前
    3
  • pdf文档 Istio Security Assessment

    Kubernetes cluster with Istio running within it. Instead, NCC Group used various hosting options (i.e. Minikube, GKE, KOPS) to build reference clusters and test various configurations. These reference architectures Cluster The assessment was performed using a variety of types environments including GCP, AWS, minikube, and GKE but for reference, each of the findings can be found within the reference cluster architecture installation steps used for creating a minikube cluster with the versions of Istio relevant to this assessment. These steps assume a Ubuntu 18.04.4 LTS machine with minikube20 configured to use KVM, and Go installed
    0 码力 | 51 页 | 849.66 KB | 1 年前
    3
  • pdf文档 OpenShift Container Platform 4.8 CLI 工具

    # Display the current-context oc config current-context # Delete the minikube cluster oc config delete-cluster minikube 第 第 2 章 章 OPENSHIFT CLI (OC) 27 用法示例 用法示例 2.5.1.19. oc config delete-user 用法示例 用法示例 # Delete the context for the minikube cluster oc config delete-context minikube # Delete the minikube user oc config delete-user minikube # List the clusters oc knows about oc 用法示例 用法示例 2.5.1.32. oc create 从文件或 stdin 创建资源。 # Use the context for the minikube cluster oc config use-context minikube # Show merged kubeconfig settings. oc config view # Show merged kubeconfig
    0 码力 | 152 页 | 1.24 MB | 1 年前
    3
  • pdf文档 OpenShift Container Platform 4.10 CLI 工具

    current-context # Delete the minikube cluster oc config delete-cluster minikube # Delete the context for the minikube cluster oc config delete-context minikube # Delete the minikube user oc config delete-user delete-user minikube # List the clusters that oc knows about oc config get-clusters # List all the contexts in your kubeconfig file oc config get-contexts OpenShift Container Platform 4.10 CLI context oc config unset contexts.foo.namespace # Use the context for the minikube cluster oc config use-context minikube # Show merged kubeconfig settings oc config view # Show merged kubeconfig
    0 码力 | 120 页 | 1.04 MB | 1 年前
    3
  • epub文档 Cilium v1.11 Documentation

    cluster --config=kind-config.yaml minikube Install minikube >= v1.12 as per minikube documentation: Install Minikube [https://kubernetes.io/docs/tasks/tools/install-minikube/]. The following command will will bring up a single node minikube cluster prepared for installing cilium. minikube start --network-plugin=cni --cni=false Note From minikube v1.12.1+, cilium networking plugin can be enabled directly directly with -- cni=cilium parameter in minikube start command. However, this may not install the latest version of cilium. Install the Cilium CLI Install the latest version of the Cilium CLI. The Cilium CLI
    0 码力 | 1373 页 | 19.37 MB | 1 年前
    3
共 32 条
  • 1
  • 2
  • 3
  • 4
前往
页
相关搜索词
KubernetesDockerMinikubeCiliumv1DocumentationIstioSecurityAssessmentOpenShiftContainerPlatform4.8CLI工具4.1011
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩