logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

CKA备战20-真题 集群故障排查

题目TaskA kubernetes worker node,name wk8s-node-0 is in state NotReady.Investigate why this is the case and perform any appropriate steps to bring the node to a Ready state,ensuring that any changes are

#kubernetes
CKA备战13-真题:检查有多少 node 节点是健康状态

题目PS:请注意本体不在有 NoSchedule 节点,答案变成 3 个Set configuration context $ kubectl config use-context k8sCheck to see how many nodes are ready (not including nodes tainted NoSchedule) and write the number to /op

#kubernetes
CKA备战19-真题 查看最高 CPU 使用率的 Pod

题目TaskFrom the pod label name=cpu-user,find pods running high CPU workloads and write the name of the pod consuming most CPU to the file /opt/KUTR00401/KUTR00401.txt (which already exists).答案#查看cpu使用率

#kubernetes
CKA备战14-真题 创建多个 container 的 Pod

题目Set configuration context $ kubectl config use-context k8sCreate a pod named kucc4 with a single container for each of the following images running inside (there may be between 1 and 4 images specif

#kubernetes
CKA备战12-真题:将 pod 部署到指定 node 节点上

题目TaskSchedule a pod as follows:Name:nginx-kusc00401Image:nginxNode selector:disk=spinning答案官网:Kubernetes 文档/概念/工作负载/Pods,Kubernetes 文档/概念/调度,抢占和驱逐/将 Pod 分配给节点https://kubernetes.io/zh/docs/concepts/wo

#kubernetes
到底了