すごく簡単
kind create cluster --config kind.yaml --name kind-2 kind get clusters kubectl cluster-info --context kind-kind-2 kind delete cluster --name kind-2
ホストのIPが変わると挙動がおかしくなるので再作成する。
科学・IT・登山の話題
投稿日:2021年3月24日 更新日:
すごく簡単
kind create cluster --config kind.yaml --name kind-2 kind get clusters kubectl cluster-info --context kind-kind-2 kind delete cluster --name kind-2
ホストのIPが変わると挙動がおかしくなるので再作成する。
執筆者:admin
関連記事
Podとサービスとフロント Podに直接アクセスできない。サービス経由である。 サービスに直接アクセスできない。フロント経由である。 フロントとしてはLB, Ingressが利用できる。 Relate …
sessionAffinity: Client IP リクエストを送ってきたクライアントのIPアドレスによって振り分け先を変える。 おそらくIPアドレスから1からPOD数に収まる数を生成してその番号の …
generateNameを利用する apiVersion: v1 kind: Pod metadata: generateName: sample-generate- spec: containers …
kubectl get nodesで certificateエラー
[root@ip-172-31-34-51 ~]# kubectl get nodes Unable to connect to the server: x509: certificate signe …