25๋ ๋ Cilium Study 1๊ธฐ ์ ๋ฆฌ ๊ธ์ ๋๋ค. Cilium Security์ํ ์ฑ ๋ฐฐํฌcat (โ|HomeLab:N/A) root@k8s-ctr:~# kubectl get deploy,svc,ep webpod -owidekubectl get endpointslices -l app=webpodkubectl get ciliumendpointsWarning: v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSliceNAME READY UP-TO-DATE AVAILABLE AGE CONTAINERS IMAGES SELECTORdeployment.apps/we..
25๋ ๋ Cilium Study 1๊ธฐ ์ ๋ฆฌ ๊ธ์ ๋๋ค. Identityโ|HomeLab:N/A) root@k8s-ctr:~# kubectl get ciliumendpoints.cilium.io -n kube-systemNAME SECURITY IDENTITY ENDPOINT STATE IPV4 IPV6coredns-674b8bbfcf-7hsd8 22973 ready 172.20.0.175coredns-674b8bbfcf-lldpn 22973 ready 172.20.0.112hubble-relay-fdd49b97..
25๋ ๋ Cilium Study 1๊ธฐ ์ ๋ฆฌ ๊ธ์ ๋๋ค. ์ค์ต ํ๊ฒฝ ์ ํ kind create cluster --name myk8s --image kindest/node:v1.33.2 --config - kubectl get nodes -o jsonpath='{.items[*].spec.podCIDR}'10.244.0.0/2 ์ค๋ฆฌ์ ์ค์นcilium install --version 1.18.1 --set ipam.mode=kubernetes --set ipv4NativeRoutingCIDR=172.20.0.0/16 \--set routingMode=native --set autoDirectNodeRoutes=true --set endpointRoutes.enabled=true --set directRouting..
25๋ ๋ Cilium Study 1๊ธฐ ์ ๋ฆฌ ๊ธ์ ๋๋ค. ์ค์ต ํ๊ฒฝ ์ธํ kind create cluster --name myk8s --image kindest/node:v1.33.2 --config - helm repo add geek-cookbook https://geek-cookbook.github.io/charts/helm install kube-ops-view geek-cookbook/kube-ops-view --version 1.2.2 --set service.main.type=NodePort,service.main.ports.http.nodePort=30003 --set env.TZ="Asia/Seoul" --namespace kube-system"geek-cookbook" has been add..