・
Review 1
・
Average rating 5.0
Good points I used Nodeport as an external service for Kubernetes, and using MetalLB for load balancing was very helpful, and It was good to be able to easily explain each role and operating principle using a flow chart for the Kubernetes structure, and to create a problem to visually see what each role is. Now I understand what it means for Kubernetes to operate declaratively ^^ Good things to add They say that the status data is centered on the API server.. I wonder if I can visually check this through the API command. It would also be good to be able to see how the status value is stored in etcd (key-value).
Hello Sungjoon Jung To check the status value of kube-apiserver, it would be good to check the following contents.. https://kubernetes.io/ko/docs/tasks/administer-cluster/access-cluster-api/ For etcd, it would be good to refer to this. https://etcd.io/docs/v3.4.0/dev-guide/interacting_v3/ Thank you for your review.







