본문 바로가기
cloud/k8s(문제풀이)

[k8s] Network-weave

by mozi2 2022. 8. 1.
반응형

1.In this practice test we will install weave-net POD networking solution to the cluster. Let us first inspect the setup.

We have deployed an application called app in the default namespace. What is the state of the pod?

k get pods

A) Not Running

 

2. Inspect why the POD is not running.

k describe pods app

A) No Network Configured

 

3.Deploy weave-net networking solution to the cluster.

Replace the default IP address and subnet of weave-net to the 10.50.0.0/16. Please check the official weave installation and configuration guide which is available at the top right panel.

  • Deploy weave

  • Wait for the app to run

 

A) ok 

 

 

 

 

 

 

728x90
반응형

'cloud > k8s(문제풀이)' 카테고리의 다른 글

[k8s] Service Networking  (0) 2022.08.03
[cka]Network- Networking weave  (0) 2022.08.03
[K8S]Network-CNI Weave  (0) 2022.08.01
[k8s]Networking-Explore Environment  (0) 2022.08.01
[k8s]Kodekloud-storageClasses  (0) 2022.08.01