我的梦想
就是每天睡觉
aws load balancer installation aws load balancer installation
install with script#!/bin/bash : this sh is for installation of aws lb controller echo "install aws lb controller" exp
2023-07-07
eks bootstrap.sh eks bootstrap.sh
bootstrap.sh explaininglogin a node and find the script at /etc/eks/ #!/usr/bin/env bash set -o pipefail set -o nounset
2023-07-06
readiness gate feature test readiness gate feature test
readiness gate testprepare envk create deployment echo --image xxxxxxxxxxx.dkr.ecr.cn-north-1.amazonaws.com.cn/felixecr:
2023-07-03
create a new pods create a new pods
创建一个新的pods,具体的流程 客户端向api server 发送请求创建新的pods api server 收到请求后把pods信息存到etcd api server 将etcd的内容暴露 这个内容被kube scheduler 监听到
2023-06-29
驱逐和抢占 驱逐和抢占
pods的驱逐与抢占测试https://kubernetes.io/zh-cn/docs/concepts/scheduling-eviction/pod-priority-preemption/ 当worker节点压力很大的时候,有pod
2023-06-27
1 / 4