Felix blog
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
驱逐和抢占 驱逐和抢占
pods的驱逐与抢占测试https://kubernetes.io/zh-cn/docs/concepts/scheduling-eviction/pod-priority-preemption/ 当worker节点压力很大的时候,有pod
2023-06-27