전체 글135 [cka] Ingress Networking - 2 1. We have deployed two applications. Explore the setup. Note: They are in a different namespace. controlplane ~ ➜ k get all -ANAMESPACE NAME READY STATUS RESTARTS AGEapp-space pod/default-backend-78f6fb8b4-sxpj7 1/1 Running 0 54sapp-space pod/webapp-video-74bdc86cb8-xms4v 1/1 Running 0 54s.. 2024. 8. 13. [cka] Ingress Networking - 1 1. We have deployed Ingress Controller, resources and applications. Explore the setup. Note: They are in different namespaces. 2. Which namespace is the Ingress Controller deployed in?controlplane ~ ➜ k get svc -ANAMESPACE NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGEapp-space default-backend-service Cl.. 2024. 8. 13. [cka] CoreDNS in Kubernetes 1. Identify the DNS solution implemented in this cluster.controlplane ~ ✖ kubectl get pods -n kube-system NAME READY STATUS RESTARTS AGEcoredns-768b85b76f-4h4xf 1/1 Running 0 2m15scoredns-768b85b76f-rcj77 1/1 Running 0 2m15setcd-controlplane 1/1 Running 0 2m30sku.. 2024. 8. 10. [cka] Service Networking 1. What network range are the nodes in the cluster part of? controlplane ~ ➜ ip a | grep eth013520: eth0@if13521: mtu 1450 qdisc noqueue state UP group default inet 192.28.23.6/24 brd 192.28.23.255 scope global eth0controlplane ~ ➜ ipcalc -b 10.33.39.8Address: 10.33.39.8 Netmask: 255.255.255.0 = 24 Wildcard: 0.0.0.255 =>Network: 10.33.39.0/24 HostMin: .. 2024. 8. 9. [cka] Networking Weave 1. How many Nodes are part of this cluster? Including master and worker nodescontrolplane ~ ➜ k get nodesNAME STATUS ROLES AGE VERSIONcontrolplane Ready control-plane 59m v1.30.0node01 Ready 58m v1.30.0 answer : 2 2. What is the Networking Solution used by this cluster?controlplane ~ ➜ ls /etc/cni/net.d/10-weave.conflist answer : weave 3... 2024. 8. 9. 이전 1 2 3 4 5 6 7 ··· 27 다음 반응형