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

无数据

分类

全部云计算&大数据(14)rancher(14)

语言

全部英语(14)

格式

全部PDF文档 PDF(14)
 
本次搜索耗时 0.022 秒,为您找到相关结果约 14 个.
  • 全部
  • 云计算&大数据
  • rancher
  • 全部
  • 英语
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 SUSE Rancher and RKE Kubernetes cluster using CSI Driver on DELL EMC PowerFlex

    following command to create a namespace for SUSE Rancher as cattle- system: $ kubectl create ns cattle-system 3. Run the following command to create and apply a namespace for certificate manager as cert- manager --version v1.2.0 –wait 7. Run the following command to check the cert-manager namespace for running pods to verify that it is deployed correctly: $ kubectl get pods -n cert-manager –-version v2.5.7 -f rancher-values.yaml NAME: rancher LAST DEPLOYED: Tue Mar 16 11:05:11 2021 NAMESPACE: cattle-system STATUS: DEPLOYED .. .. NOTES: Rancher Server has been installed. NOTE: Rancher
    0 码力 | 45 页 | 3.07 MB | 1 年前
    3
  • pdf文档 Rancher Hardening Guide v2.3.5

    not provide a service account token and does not have any explicit rights assignments. For each namespace the default service account must include this value: automountServiceAccountToken: false Save permissions. #!/bin/bash -e for namespace in $(kubectl get namespaces -A -o json | jq -r '.items[].metadata.name'); do kubectl patch serviceaccount default -n ${namespace} -p "$ (cat account_update.yaml)" Policies are namespace scoped. When a network policy is introduced to a given namespace, all traffic not allowed by the policy is denied. However, if there are no network policies in a namespace all traffic
    0 码力 | 21 页 | 191.56 KB | 1 年前
    3
  • pdf文档 Rancher Hardening Guide v2.4

    not provide a service account token and does not have any explicit rights assignments. For each namespace the default service account must include this value: automountServiceAccountToken: false Save permissions. #!/bin/bash -e for namespace in $(kubectl get namespaces -A -o json | jq -r '.items[].metadata.name'); do kubectl patch serviceaccount default -n ${namespace} -p "$ (cat account_update.yaml)" Policies are namespace scoped. When a network policy is introduced to a given namespace, all traffic not allowed by the policy is denied. However, if there are no network policies in a namespace all traffic
    0 码力 | 22 页 | 197.27 KB | 1 年前
    3
  • pdf文档 Cloud Native Contrail Networking Installation and Life Cycle ManagementGuide for Rancher RKE2

    It watches the kube- apiserver for changes to regular Kubernetes resources such as service and namespace and acts on any changes that affect the networking resources. In a single-cluster deployment, there wait a few minutes and check again. b. Show the status of the pods. kubectl get pods -A -o wide NAMESPACE NAME READY STATUS RESTARTS If the nodes are not up, wait a few minutes and check again. b. Show the status of the pods. NAMESPACE NAME READY STATUS RESTARTS
    0 码力 | 72 页 | 1.01 MB | 1 年前
    3
  • pdf文档 Deploying and ScalingKubernetes with Rancher

    co-terminates with the pods that encloses it. Name A name by which a resource is identified. Namespace Namespace provides additional qualification to a resource name. This is especially helpful when multiple teams/projects are using same cluster and there is a potential for name collision. You can think of namespace as a virtual wall between multiple clusters. Annotation An annotation is a Label but with much Kubernetes makes network management much easier, by enabling any pod to talk to other pods within same namespace, irrespective of the host. This makes exposing ports and managing links between different services
    0 码力 | 66 页 | 6.10 MB | 1 年前
    3
  • pdf文档 Rancher Hardening Guide Rancher v2.1.x

    process ID namespace (Not Scored) 1.7.3 - Do not admit containers wishing to share the host IPC namespace (Not Scored) 1.7.4 - Do not admit containers wishing to share the host network namespace (Not Scored) admit containers with dangerous capabilities (Not Scored) Audit Verify that the cattle-system namespace exists: kubectl get ns |grep cattle Verify that the roles exist: kubectl get role default-psp-role apiVersion: rbac.authorization.k8s.io/v1 kind: Role metadata: name: default-psp-role namespace: ingress-nginx rules: - apiGroups: - extensions resourceNames: - default-psp
    0 码力 | 24 页 | 336.27 KB | 1 年前
    3
  • pdf文档 Rancher Kubernetes Engine 2, VMWare vSAN

    helm.cattle.io/v1 kind: HelmChartConfig metadata: name: rancher-vsphere-cpi labels: namespace: kube-system spec: valuesContent: |- vCenter: host: "vcenterhostname" datacenters: apiVersion: helm.cattle.io/v1 kind: HelmChartConfig metadata: name: rancher-vsphere-csi namespace: kube-system spec: valuesContent: |- vCenter: host: "vcenter host" datacenters: steps need to be executed before the deployment of SAP Data Intelligence 3.3 can start: Create a namespace for SAP Data Intelligence 3.3. Create an access to a secure private registry. Download and install
    0 码力 | 29 页 | 213.09 KB | 1 年前
    3
  • pdf文档 CIS Benchmark Rancher Self-Assessment Guide - v2.4

    == null) or (.automountServiceAccountToken == true)) | "fail \ (.metadata.name) \(.metadata.namespace)"')" if [[ "${accounts}" != "" ]]; then echo "fail: automountServiceAccountToken not false for Security Policies 5.2.2 Minimize the admission of containers wishing to share the host process ID namespace (Scored) Result: PASS Remediation: Create a PSP as described in the Kubernetes documentation, 1 is greater than 0 5.2.3 Minimize the admission of containers wishing to share the host IPC namespace (Scored) Result: PASS Remediation: Create a PSP as described in the Kubernetes documentation,
    0 码力 | 54 页 | 447.77 KB | 1 年前
    3
  • pdf文档 CIS 1.5 Benchmark - Self-Assessment Guide - Rancher v2.5

    == null) or (.automountServiceAccountToken == true)) | "fail \ (.metadata.name) \(.metadata.namespace)"')" if [[ "${accounts}" != "" ]]; then echo "fail: automountServiceAccountToken not false for Security Policies 5.2.2 Minimize the admission of containers wishing to share the host process ID namespace (Scored) Result: PASS Remediation: Create a PSP as described in the Kubernetes documentation, 1 is greater than 0 5.2.3 Minimize the admission of containers wishing to share the host IPC namespace (Scored) Result: PASS Remediation: Create a PSP as described in the Kubernetes documentation,
    0 码力 | 54 页 | 447.97 KB | 1 年前
    3
  • pdf文档 CIS 1.6 Benchmark - Self-Assessment Guide - Rancher v2.5.4

    containers wishing to share the host process ID namespace (Automated) 5.2.3 Minimize the admission of containers wishing to share the host IPC namespace (Automated) 5.2.4 Minimize the admission of containers containers wishing to share the host network namespace (Automated) 5.2.5 Minimize the admission of containers with allowPrivilegeEscalation (Automated) 5.2.6 Minimize the admission of root containers (Manual) definitions (Manual) 5.7.3 Apply Security Context to Your Pods and Containers (Manual) 5.7.4 The default namespace should not be used (Automated) CIS 1.6 Benchmark - Self-Assessment Guide - Rancher v2.5.4 7 CIS
    0 码力 | 132 页 | 1.12 MB | 1 年前
    3
共 14 条
  • 1
  • 2
前往
页
相关搜索词
SUSERancherandRKEKubernetesclusterusingCSIDriveronDELLEMCPowerFlexHardeningGuidev23.5CloudNativeContrailNetworkingInstallationLifeCycleManagementGuideforRKE2DeployingScalingKuberneteswithEngineVMWarevSANCISBenchmarkSelfAssessment1.51.65.4
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩