What is "service/kubernetes" displayed in kubectl get all when using GKE?

Asked 2 years ago, Updated 2 years ago, 114 views

When you do kubectl get all or kubectl get svc, you can see TYPE displaying ClusterIP erservice/kubernets. のI'm not aware that I started this service myself, but is this service started by default?
Also, I tried a little bit, but I couldn't find an article about this phenomenon.
Please let me know the URL if there is a useful page.

docker google-cloud kubernetes google-kubernetes-engine

2022-09-30 16:31

1 Answers

This is the default API endpoint.Each component in Kubernetes (such as the system in kube-system namespace) is used to do various things through Kubernetes' API Server and should be turned off and revived.


2022-09-30 16:31

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.